| Title | Posted Date |
| What''s the difference between SMALLDATETIME and DATETIME data types ? | September 17, 2010 |
| How do I store a boolean value in SQL Server? | September 17, 2010 |
| What will be the result of the following statement?
SELECT STR(938.56, 6, 1)
A. 938.56
B. 938.5
C. 938.6
D. 0938.5
E. 0938.6
F. 00938.5
G. 00938.6
| September 17, 2010 |
| You have a column that will only contain values from 0 to 256. What''s the most economical data type to use for the column?
A. TINYINT
B. SMALLINT
C. INT
D. DECIMAL(3)
E. VARCHAR(3)
| September 17, 2010 |
| Where is the output of TextWriterTraceListener redirected? | September 17, 2010 |
| How do you debug an ASP.NET Web application? | September 17, 2010 |
| What are three test cases you should go through in unit testing?ÃÂ | September 17, 2010 |
| Can you change the value of a variable while debugging a C# application? | September 17, 2010 |
| Explain the three services model (three-tier application). | September 17, 2010 |
| What's a delegate? | September 18, 2010 |
| Explain ACID rule of thumb for transactions? | September 18, 2010 |
| What happens in memory when you Box and Unbox a value-type? | September 18, 2010 |
| What is the difference between Distinguished field and Promoted Property? | September 18, 2010 |
| What is the difference between a Document Schema and a Property Schema? | September 18, 2010 |
| What is the default mapping for Auto Mapping? | September 18, 2010 |
| Explain transactions in WCF? | September 18, 2010 |
| What is Transport and Message Reliability? | September 18, 2010 |
| What is endpoint in WCF? | September 18, 2010 |
| What is service and client in perspective of data communication? | September 18, 2010 |
| What is Using keyword?
| September 19, 2010 |
| What is difference between lock vs static locks?
| September 19, 2010 |
| What is suppressfinalize?
| September 19, 2010 |
| suppose two interfaces have same method, so how will you implement these methods in derive class?
| September 19, 2010 |
| what is the task perform by CLR?
| September 19, 2010 |
| if dll and exe files are same it means you can deploy both the files in GAC?
| September 19, 2010 |
| How will you deploy the dll file in GAC?
| September 19, 2010 |
| What is difference between IL and DLL ?
| September 19, 2010 |
| Is exe is machine dependent?
| September 19, 2010 |
| How to pass the arguments in thread by passing the arguments in start() method.
| September 19, 2010 |
| Can we have a variables inside the interface?
| September 19, 2010 |
| what is WCF and what is difference between WCF and web services?
| September 19, 2010 |
| what is early and late binding?
| September 19, 2010 |
| Can namespace contain the private class?
| September 19, 2010 |
| By default security setting in .net?
| September 19, 2010 |
| How to get @@ERROR and @@ROWCOUNT at the same time? | September 20, 2010 |
| WhatÃÂ isÃÂ LogÃÂ Shipping? | September 20, 2010 |
| what isÃÂ theÃÂ useÃÂ ofÃÂ UPDATE_STATISTICSÃÂ command?ÃÂ | September 20, 2010 |
| How to find the last restart time and date of sql server? | September 20, 2010 |
| What is an indexed view? | September 20, 2010 |
| What is the limitation of Rows and Columns in Sql Server? | September 20, 2010 |
| What is the basic difference between authentication and authorization? | September 20, 2010 |
| How to Accessing Elements? | September 20, 2010 |
| What is the difference between undefined value and null value? | September 20, 2010 |
| How to set the cursor to wait? | September 20, 2010 |
| What is decodeURI(), encodeURI()? | September 20, 2010 |
| Methods GET vs. POST in HTML forms. | September 20, 2010 |
| What does the EnableViewStateMac setting in an aspx page do? | September 20, 2010 |
| How can you sort the elements of the Array in descending order? | September 20, 2010 |
| How do you manually debug an Asp.net Web Application? | September 20, 2010 |
| How will you strink the Database in Sql Server? | September 20, 2010 |