Online Free Computer Tutorials.: Architect

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

Saturday, January 5, 2013

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

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

Differences between MVC and MVP for Beginners

In the modern world, an architect who can engineer an efficient decoupled system is considered as an invaluable asset to the company. Th...
Read More

Monday, December 31, 2012

Generations in Garbage Collector

Garbage Collection is a technique that manages memory automatically. In C and C++ we need to cleanup the heap memory explicitly using a ...
Read More

Sunday, December 30, 2012

Saturday, December 29, 2012

Thursday, December 27, 2012

Playing with Windows Store apps apps

The past months I've been working on creating new, exciting Windows Store apps, using the Windows Library for Javascript, WinJS. For...
Read More

Tuesday, December 25, 2012

Progress Control Animations for Windows Store Apps with XAML and C#

In this post, I'm going to show you how you can create a circular animation in a metro style application (XAML/C#). In my case, we n...
Read More

XAML Coding Convention

Over the past year, I have built my own coding conventions for C#. I also always manage to convince my colleagues to follow my coding co...
Read More

Attached Behaviors vs Attached Properties vs Blend Behaviors

I think the distinction in my mind is this: "normal" attached properties are there as metadata for some other piece of code (i...
Read More

Wednesday, December 12, 2012

ASP with C#.Net Debugging

Many times we came across in debugging legacy applications built on ASP and COM. Debugging of legacy applications are error prone and co...
Read More

What is Extension Methods

As we know and learned in OOPs that once a Class is defined and compiled into a .NET assembly, its definition is, more or less, final. T...
Read More

Sunday, December 9, 2012

Modernizr Library in MVC 4

In this post you will learn how developers take the advantage of Modernizr in MVC 4 Applications. We all web developers have the responsibi...
Read More

A Beginner Tutorial for Writing Simple COM/ATL DLL For VS2012

From Previous Article "During discussions in forums, I come across many people who want to write COM/ATL DLL, but don't know how t...
Read More