Microsoft has announced the preview version of their next generation of SQL Server database software code named “Denali” Quoting from MSDN Download Center SQL Server code-named ‘Denali’ helps empowers organizations to be more agile in today’s competitive market. Customers will more efficiently deliver mission-critical solutions through a highly scalable and available platform. Industry-leading tools help… Continue reading
Category: General
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
Released: Windows 7 Service Pack 1 RC
Microsoft has announced the public availability of Windows 7 Service Pack 1 and Windows Server 2008 Service Pack 1. At the Official Windows Team blog, Windows Communications Manager Brandon LeBlanc stated that this RC signals the release of the last public beta build before the Release to Manufacturing (RTM) final release. Back in July, Microsoft… Continue reading
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… Continue reading
JQuery Mobile Framework – Alpha 1 Released
Happy to announce that Jquery Mobile Framework is released For more information please visit the official release blog. http://jquerymobile.com/blog/ This is going to change the way we develop mobile applications. A Mile stone for mobile application development.
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… Continue reading
What is the quality of your indent?
“What is the quality of your intent? Certain people have a way of saying things that shake us at the core. Even when the words do not seem harsh or offensive, the impact is shattering. What we could be experiencing is the intent behind the words. When we intend to do good, we do. When… Continue reading
Mono 2.8 released with full support for C# 4.0
The Mono project, which produces an open source implementation of the .NET runtime, has released version 2.8. The update brings full support for version 4.0 of the C# programming language, substantial improvements to the optional LLVM-based Mono backend, and a new garbage collection implementation that is more efficient. Continue read more from Ryan Paul’s article… Continue reading
ASP.NET MVC 3 Beta
ASP.NET MVC 3 Beta provides a Model-View-Controller (MVC) framework on top of the existing ASP.NET 4 runtime. 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 –… Continue reading