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 โCategory: VisualStudio
Everything related to Visual Studio
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 โExperiencing DEVCON 2010 – Hyderabad with MUGH
It was nice informative session we had in DEVCON2010 by Microsoft User Group, Hyderabad(www.MUGH.net). I was really glad to meet Aaron Skonnard(@skonnard) directly and learn from him, such an excellent speaker he is, I really a great fan of him, experienced his works etc. I always admire his works and rocking session on Future of […]
Read more โGet your Windows Server AppFabric Training Kit
Windows Server AppFabric is a set of integrated technologies that make it easier to build, scale and manage Web and composite applications that run on IIS. Windows Server AppFabric targets applications built using ASP.NET, Windows Communication Foundation (WCF), and Windows Workflow Foundation (WF). It provides out-of-the-box capabilities for you to easily build and manage composite […]
Read more โUpdate for Microsoft Visual Studio 2010 Service Pack 1 (KB2635973)
Microsoft has released an update for Visual Studio 2010 Service Pack 1. This update will address a crash in localized versions of Visual Studio 2010 SP1 that may occur when opening a Visual Studio Solution. DOWNLOAD UPDATE
Read more โExtensions in Visual Studio 2010
Microsoft Visual Studio 2010 comes with a nice feature that will allow us to download Productivity extension plugins from Visual Studio Gallery. Visual Studio gallery consist of tools/Project Templates/Controls (Productivity Extensions) that will enhance our application development capability. You can directly browse and install necessary extensions through “Visual Studio Extension Manager” located right under “Tools” […]
Read more โ