Sign In
Application design and programming in .NET
Design and code need to be coherent. The intent of having this blog is to share knowledge to achieve right balance between design and code.
Options
Blog Home
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
.NET Framework
.NET Framework 3.5
.NET Framework 4.0
.NET Framework 4.5
Anonymous Methods
Azure
Content Controls
Database
DataTable
Denali
Dispose
Expression Trees
Extension Methods
Garbage Collector
Juneau
Open Xml 2.0 SDK
SQL Server 2008
Unit Test
Visual Studio 11
Visual Studio 2010
Visual Studio 2010 Ultimate
WCF
Word 2007
Word 2010
Archive
Archives
May 2012
(1)
February 2012
(2)
January 2012
(4)
December 2011
(1)
October 2010
(1)
September 2010
(1)
August 2010
(3)
July 2010
(3)
August, 2010
MSDN Blogs
>
Application design and programming in .NET
>
August, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Application design and programming in .NET
How to unit test SQL Server 2008 database using Visual Studio 2010 – Part 3
Posted
over 2 years ago
by
Atul.Verma
6
Comments
This is the last article of the series “How to unit test SQL Server 2008 database using Visual Studio 2010”. The previous articles are Unit test SQL Server 2008 - Part 1 – Focused on setting up environment, creating database project and executing simple...
Application design and programming in .NET
How to unit test SQL Server 2008 database using Visual Studio 2010 – Part 2
Posted
over 2 years ago
by
Atul.Verma
1
Comments
This is the second article I am writing on unit testing SQL Server 2008 database using Visual Studio 2010. The other articles are Unit test SQL Server 2008 - Part 1 – Focused on setting up environment, creating database project and executing simple unit...
Application design and programming in .NET
How to choose between IDisposable, IComponent, Component, MarshalByValueComponent and Control while implementing a Class
Posted
over 2 years ago
by
Atul.Verma
3
Comments
In this article I’ll discuss about the criteria behind choosing IDisposable, IComponent, Component, MarshalByValueComponent and base Control classes(System.Windows.Form.Control and System.Web.UI.Control) while implementing a Class. Prior to discussing...
Page 1 of 1 (3 items)