Online Free Computer Tutorials.: Computer Tutorials

'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 Computer Tutorials. Show all posts
Showing posts with label Computer Tutorials. Show all posts

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

Ext JS 4 MVC-Tutorial : Sencha Designer

Traditionally, ExtJs projects were developed using text editors like Vim, Emacs or Notepad, and today you can continue using it, but the...
Read More

ExtJS and a Simple MVC (Model-View-Controller) – Tutorial – Part 1

MVC – Model View Controller   has become quite the standard when developing highend software applications, but what has it meant for web ...
Read More

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

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

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

Mobile Services Custom Parameters in Windows Store apps

Well, it's now 2013, and I spent some time over the holidays messing around with using custom parameters in my mobile service… Windo...
Read More

Globalization in WPF using ResourceDictionary

This article introduces how to run WPF application in difference languages. we will go through how to create multilingual application. ...
Read More

Silverlight Application with Dispatcher and asynchronous WCF service

This article is about Dispatcher that makes Silverlight application responsive. It demonstrate how Dispatcher allows to update UI of the...
Read More

A Beginner's Tutorial for Understanding Transactions and TransactionScope in ADO.NET

This article is a beginner's tutorial for understanding what are transactions and how can transactions be implemented using .Net fra...
Read More

Design Patterns Part 1 - The Strategy Pattern

A series of articles exploring Design Patterns and creating useful examples in C#, putting the pattern into practice. This series is aim...
Read More