Register   |  Login
You are hereArticles
 Recent Articles
 Recent Interview Question
 Recent Technical Articles
Reduce or truncate the size of the SQL Server log file SQL Server

We sometimes see that log file (.ldf) is bigger than data file (.mdf). There are times we run out of disk space because of the growing log file.

 Let’s find out how to shrink or truncate the growing log file by using DBCC (Database Console Commands) commands.

  Read More...
Unit test case generation with Pex Tools

Writing unit test cases with better code coverage have become so easy with Pex(Program EXploration) tool. An excellent white box unit test code generator.

  Read More...
Behavioral pattern - Strategy Pattern Design Pattern

After reading an interesting article on Strategy pattern today, I thought of  putting my understanding here. You can also find more information in wiki http://en.wikipedia.org/wiki/Behavioral_pattern

  Read More...
Create MS Access file programmatically Windows Form

Sometimes we may have to create a MS Access database files programmatically. Later on we might need them for our application to use.

  Read More...
Sending fax programmatically C#

 Sending fax is as simple as sending an e-mail. 

  Read More...
Insert Values into an Identity Column SQL Server

Is it possible to insert values into identity column of a table in SQL Server?

  Read More...
Highlighting cells of a datagrid Asp.Net

This article briefly explains how to highlight the particular cell in a datagrid based on the cell value.

  Read More...
More Articles...
Page 2 of 2First   Previous   1  [2]  Next   Last   

 Featured Blogs
 You may be interested