Online Free Computer Tutorials.: Articles

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Showing posts with label Articles. Show all posts
Showing posts with label Articles. Show all posts

Friday, January 11, 2013

Wednesday, January 9, 2013

SignalR - Simple Chat Application in C#

Hello friends, today I am going to explain to you how to create a simple chat application using SignalR. Before looking at the code and und...
Read More

Sunday, January 6, 2013

Window Phone Development : The secrets of the WP8 keyboard

From the day Windows Phone 7 made its debut, we've gotten lots of kudos for its on-screen keyboard and intelligent suggestions and c...
Read More

How to Build Flexible and Reusable WCF Services

As you may know, designing and building a flexible and reusable service layer is essential when creating robust multi-tier applications....
Read More

Saturday, January 5, 2013

Window Phone: How to Easily Store User Settings

Here's a base class for Windows Phone apps which I've been using to store user settings. It wraps the IsolatedStorageSettings an...
Read More

Understanding ASP.NET MVC (Model View Controller) Architecture for Beginners

This article is intended to provide basic concepts and fundamentals of ASP.NET MVC (Model View Controller) architecture workflow for be...
Read More

Architecture Guide: ASP.NET MVC Framework + N-tier + Entity Framework and Many More

The Model View Controller (MVC) is an architectural pattern used in software engineering. The pattern isolates "domain logic"...
Read More

Developer Review - Four ASP.NET MVC View Engines

In this Developer Review, we evaluate four view engines available for use with ASP.NET MVC. First, we discuss the role a view engine pl...
Read More

Introducing “Razor” – a new view engine for ASP.NET

One of the things my team has been working on has been a new view engine option for ASP.NET . ASP.NET MVC has always supported the conc...
Read More

Exploring the MVC, MVP and MVVM Design Patterns

Take advantage of MVC, MVP and MVVM Design Patterns to build applications that are easier to test and maintain Design patterns can be us...
Read More

Top 7 Eye-Catchers of Visual Studio 2012

Microsoft did the RTW of Visual Studio 2012 IDE on August 15th 2012--and it came with a handful of new features and nice enhancements. T...
Read More

Improvements to Parallelism in .Net Framework 4.5

Parallelism has become a buzz word in the .NET Framework world, making it important for every developer to keep up to date on the latest...
Read More

Custom Authentication in Silverlight

"Muggle-born have no access to go inside the chamber of secret Harry, and only a heir of Slytherin can open the chamber. Since he i...
Read More

Windows 8 Theme Transitions

Much of the animation that you want in your application is already built in. Pages and objects make their transitions smoothly. At times...
Read More

How to determine screen resolution on WP

This is a very common scenario most developers stumble across - they are building an app for Windows Phone and have to target all 3 scre...
Read More

Building Apps Across Windows 8 Platforms

Windows 8 and Windows Phone 8 are finally here. In this article, I'll look at key similarities and differences between developing ap...
Read More

Saving the WP8 Emulator State

Saving the emulator state between runs was one of the feature needed for the Windows Phone emulator, but till now it is not officially s...
Read More