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… Continue reading
Category: .NET
All .NET Related Stuffs goes here.
Released: ASP.NET MVC 3 RTM
Microsoft has released the final version of ASP.NET MVC 3 RTM (Release-To-Manufacture) on 01/12/2011. ASP.NET MVC 3 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic… Continue reading
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… Continue reading
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# &… Continue reading
[Recent Releases] Microsoft Visual Studio 2010 Service Pack 1 Beta, Microsoft .NET Framework 4 KB2162169 – BETA, Visual Studio Team Foundation Server 2010 SP1 Beta
This is a quick listing on some of the software updates and released happened from Microsoft in this recent weeks. So that you all can keep updated. Windows Azure Platform Training Kit – December Update Windows Azure Platform Training Kit includes a comprehensive set of technical content to help you learn how to use Windows… Continue reading
Silverlight 5 is Announced
On 02nd Dec 2010, Silverlight Firestarter event Microsoft has announced the upcoming version of Silverlight called as “Silverlight 5″. The event has some live demos of the capabilities of Silverlight 5. Lending some of the contents from ScottGu’s Blog. Scott Guthrie(@ScottGu) is a VP with Microsoft product development like Silverlight and Visual Studio. Quoting to… Continue reading
New Release: Windows Azure SDK and Windows Azure Tools for Microsoft Visual Studio (November 2010)
Windows Azure Tools for Microsoft Visual Studio, which includes the Windows Azure SDK, extends Visual Studio 2010 to enable the creation, configuration, building, debugging, running, packaging and deployment of scalable web applications and services on Windows Azure. New for version 1.3: Virtual Machine (VM) Role (Beta):Allows you to create a custom VHD image using Windows… Continue reading
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… Continue reading
ASP.NET MVC 3 Release Candidate
ASP.NET MVC 3 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The latest Release Candidate of ASP.NET MVC 3.0 for Visual studio 2010 has releaded. Download latest ASP.NET MVC 3 – RC – Release Candidate
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… Continue reading