WCF RIA Services V1.0 SP2–available

Latest update for WCF RIA Services v 1.0 includes support for Windows 8.1 and VS2010, 2012, 2013. Version: 4.1.61829.0            |        Date Published:  11/5/2013 Little about WCF RIA Services โ€œ WCF RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms. RIA Services provides a pattern to write application logic […]

Read more โ†’

Internet Information Services (IIS) 7.5 Express FINAL

Microsoft has released the FINAL version of it’s so called lighter version of IIS 7.5 called as “IIS 7.5 Express”. Which makes developers to utilize the features of IIS 7.5 in WindowsXP and above Operating system environments. Great work Microsoft!!!! Right on time.. IIS 7.5 Express enhances your ability to develop and test web applications […]

Read more โ†’

New On Microsoft Download Center – 01/12/2011

Developing Applications for the Cloud – Hands on Labs This series of Hands-On Labs is related to the guide “Developing Applications for the Cloud on the Microsoft Windows Azure™ Platform” available from http://msdn.microsoft.com/en-us/library/ff966499.aspx. Moving Applications to the Cloud – Hands on Labs This series of Hands-On Labs is related to the guide “Moving Applications to […]

Read more โ†’

Introducing Mono for ANDROID(.NET Application Development for ANDROID?)

Today I was just in a hurry to just go through what’s interesting out there in Technological world. I came across MonoDROID, from Mono&Novell. MonoDroid is a development stack for using C# and core .NET APIs to develop Android-based applications using .NET. dotNET on ANDROID cool right?. There is also MonoTouch which a C# & […]

Read more โ†’

Use LoadDataOptions class in LINQ for immediate filtering and loading of relational data

LINQ is one of the nice feature every .NET developer would love to appreciate Microsoft for. I do not wish to explain much about linq, I am getting in to topic with a belief that you will have minimum understanding of LINQ and how it helps in data access from .NET Framework 3.5 onwards. Consider […]

Read more โ†’

Doing Parallel Tasks using Parallel Class – Part 01(Parallel.For Parallel.ForEach)

Introduction Recently I had a requirement for performance tuning the application which my team is working on. We thought of running using normal .NET Threading. But I thought about utilizing the Parallel programming extensions(PFX) in .NET Framework 4.0. Since we have lots of For Loops and for each loops consisting of web service calls, makes […]

Read more โ†’