Yearly Archive: 2010

Microsoft® SQL Server® code-named ‘Denali’ – Community Technology Preview 1 (CTP1)

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…
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…
Read more