Design Patterns in .NET

Introduction Design patterns are recurring solutions to software design problems you find again and again in real-world application development. Patterns are about design and interaction of objects, as well as providing a communication platform concerning elegant, reusable solutions to commonly encountered programming challenges There are so many design patterns available for Software application development, depending […]

Read more โ†’

Visual Studio Gallery

  Products and Extensions for Visual Studio I think some of us might have heard about Visual Studio Gallery, where microsoft show cases their own AddIns/Plugins for Microsoft Visual Studio. This includes all 3rd party extensions and addin’s too. I was searching for plugins or extension for using Team Foundation Server 2010 with Visual Studio […]

Read more โ†’

SqlBulkCopy in ADO.NET 2.0

SqlBulkCopy is a new feature in ADO.NET 2.0 and above, that lets you to perform copy operation for a large amount of data between a source data store and a destination data table. Copying a large amount of data from a source data store to a destination table in SQL database by using a traditional […]

Read more โ†’

Visual Studio 2010 (Beta) migration tool for VSeWSS SharePoint projects

Visual Studio 2010 (Beta) migration tool for VSeWSS SharePoint projects This tool shows up as a new project template in the SharePoint 2010 folder in Visual Studio 2010. When you create a new project based on this project template you are asked to select a Visual Studio 2008 extensions for SharePoint project file. This can […]

Read more โ†’