| Title | Posted Date |
| What is the result of below given line of code in Java Script? 5+4+''7'' | September 08, 2010 |
| How to get value from dropdown (select) control?
| September 08, 2010 |
| What's the .NET datatype that allows the retrieval of data by a unique key? | September 09, 2010 |
| What's the advantage of using System.Text.StringBuilder over System.String? | September 09, 2010 |
| Can you store multiple data types in System.Array? | September 09, 2010 |
| What's the difference between the System.Array.CopyTo() and System.Array.Clone()? | September 09, 2010 |
| How can you sort the elements of the array in descending order? | September 09, 2010 |
| What's class SortedList underneath? | September 09, 2010 |
| Will finally block get executed if the exception had not occurred? | September 09, 2010 |
| What's the C# equivalent of C++ catch (.), which was a catch-all statement for any possible exception? | September 09, 2010 |
| Can multiple catch blocks be executed? | September 09, 2010 |
| Why is it a bad idea to throw your own exceptions? | September 09, 2010 |
| What's a delegate? | September 10, 2010 |
| What's a multicast delegate? | September 10, 2010 |
| How's the DLL Hell problem solved in .NET? | September 10, 2010 |
| What are the ways to deploy an assembly? | September 10, 2010 |
| What's a satellite assembly? | September 10, 2010 |
| JavaScript vs. Jscript | September 11, 2010 |
| What is the difference between Client side JavaScript and Server side JavaScript? | September 11, 2010 |
| Where are cookies actually stored on the hard disk? | September 11, 2010 |
| What is the difference between a web-garden and a web-farm? | September 11, 2010 |
| What is the difference between SessionState and ViewState? | September 11, 2010 |
| Can we have order by clause in Sql Server View? | September 12, 2010 |
| Can we insert a value for the identity Column in Sql Server? | September 12, 2010 |
| What is Bubbled Event? | September 14, 2010 |
| If there is a button on asp page what is the order of event when button is Clicked?Page_Load or Button_Click? | September 14, 2010 |
| What is Literal Control | September 14, 2010 |
| How will you maintain a Session values in Class Library? | September 14, 2010 |
| What namespaces are necessary to create a localized application? | September 14, 2010 |
| What's the difference between // comments, /* */ comments and /// comments? | September 14, 2010 |
| How do you generate documentation from the C# file commented properly with a command-line compiler? | September 14, 2010 |
What's the difference between and XML documentation tag? | September 14, 2010 |
| Is XML case-sensitive? | September 14, 2010 |
| What debugging tools come with the .NET SDK? | September 14, 2010 |
| What does the This window show in the debugger? | September 14, 2010 |
| What does assert() do? | September 14, 2010 |
| What's the difference between the Debug class and Trace class? Documentation looks the same. | September 14, 2010 |
| Why are there five tracing levels in System.Diagnostics.TraceSwitcher? | September 14, 2010 |
| Query to find Top 10 recors in Sql | September 15, 2010 |
| Class ABC
{
try
{
throw NullReferenceException;
}
catch(Exception ex)
{
}
catch(NullReferenceException ne)
{
}
Which Catch block will get exceuted when null Reference Exception Occur?
| September 15, 2010 |
| Swap 2 No without using 3rd variable | September 15, 2010 |
| Get data from 2 tables using join? | September 15, 2010 |
| Why NoLock is used in Sql Select Query? | September 16, 2010 |
| Wht ExecuteScaler Method is used? | September 17, 2010 |
| How to get the number after decimal point in .net?
If the no is 2.36
Result should be 36? | September 17, 2010 |
| Can we have more than 1 web.config file? | September 17, 2010 |
| Complte the following series?
1000 200 40 _ | September 17, 2010 |
| How can I select all transactions for the day? | September 17, 2010 |
| What''s the difference between NCHAR and NVARCHAR data types and ? | September 17, 2010 |
| What''s the difference between CHAR and VARCHAR data types ? | September 17, 2010 |