SQL Server interview questions: -Types of replication supported by SQL SERVER?
- By Shiv Prasad Koirala
- Aug 27th, 2011
- 632
- 0
There are three types of replication supported by SQL SERVER:-
C# and .Net Interview Question:- Explain InnerClass and Procedure to use them?
- By Shiv Prasad Koirala
- Aug 25th, 2011
- 633
- 0
A class which is declared inside the body of another class is called as InnerClass.
.Net Interview Question:-Explain the procedure to declare Interfaces as private?
- By Shiv Prasad Koirala
- Aug 24th, 2011
- 532
- 0
Sometimes I am surprised with some questions which come up during .NET interview and this one is one of them. I really do not understand why people ask such questions and how useful it is practically.
.Net Interview Question:- Adding your window application icon to the task bar ?
- By Shiv Prasad Koirala
- Aug 21st, 2011
- 732
- 0
This is not one of the .NET typical interview question but as a developer you would be interested in knowing that how to add your windows application icon in to the task bar.
.NET interview questions: - Prove that anonymous Types better than Tuples.
- By Shiv Prasad Koirala
- Aug 18th, 2011
- 1098
- 0
Anonymous Types help us to create an object without declaring its data type and also help us to create properties with good meaningful names
.NET interview questions: - Different types anonymous and their practical use?
- By Shiv Prasad Koirala
- Aug 17th, 2011
- 613
- 0
Anonymous Types help us to create an object without declaring its data type and also help us to create properties with good meaningful names
.NET interview questions: - Method of parsing values from string.
- By Shiv Prasad Koirala
- Aug 16th, 2011
- 707
- 0
This is one of the most interesting topics asked by the interviewers to check how you can handle/solve this complicated situation in much easier ways.
C# and .NET interview question: - Define Named and Optional Arguments?
- By Shiv Prasad Koirala
- Aug 11th, 2011
- 907
- 0
Visual C# 2010 introduces two interesting features called as Named and Optional Arguments.
.NET and ASP.NET interview questions: - Data exporting from GridView to Excel
- By Shiv Prasad Koirala
- Aug 9th, 2011
- 1598
- 0
This is one of the most important topics while dealing with GridView data so I thought to share this information. Let’s do a small demonstration to see how exactly we can export data of GridView to Excel in .NET.
.NET interview questions: - What is use the of SN.EXE?
- By Shiv Prasad Koirala
- Aug 6th, 2011
- 745
- 0
trong name is similar to GUID (It is supposed to be unique in space and time) in COM components. Strong Name is only needed when we need to deploy assembly in GAC.
