| Title | Posted Date |
| How do you create a separator in the Menu Designer? | November 30, 2009 |
| What's the difference between Move and LocationChanged? Resize and SizeChanged? | November 30, 2009 |
| Can you write a class without specifying namespace? Which namespace does it belong to by default?? | November 30, 2009 |
| What is the name of the namespace contains MessageBox object? | November 30, 2009 |
| Is it possible to have a static indexer in C#? | November 30, 2009 |
| If I return out of a try/finally in C#, does the code in the finally-clause run? | November 30, 2009 |
| I was trying to use an "out int" parameter in one of my functions. How should I declare the variable that I am passing to it? | November 30, 2009 |
| How do you mark a method obsolete? | November 30, 2009 |
| How do you implement thread synchronization (Object.Wait, Notify,and CriticalSection) in C#? | November 30, 2009 |
| How do you directly call a native function exported from a DLL? | November 30, 2009 |
| How do I simulate optional parameters to COM calls? | November 30, 2009 |
| Are private class-level variables inherited? | November 30, 2009 |
| Why does DllImport not work for me? | November 30, 2009 |
| Why does my Windows application pop up a console window every time I run it? | November 30, 2009 |
| Why do I get an error (CS1006) when trying to declare a method without specifying a return type? | November 30, 2009 |
| Why do I get a syntax error when trying to declare a variable called checked? | November 30, 2009 |
| What optimizations does the C# compiler perform when you use the /optimize+ compiler option? | November 30, 2009 |
| What is the equivalent to regsvr32 and regsvr32 /u a file in .NET development? | November 30, 2009 |
| What is the difference between a struct and a class in C#? | November 30, 2009 |
| What is the namespace used for regular expressions? | November 30, 2009 |
| What is the equivalent statement for exit in C#? | November 30, 2009 |
| How do you hide the columns of a gridview? | November 30, 2009 |
| What's the difference between code-based security and role-based security? Which one is better? | November 30, 2009 |
| How can you set minimum permissions for C# through code? | November 30, 2009 |
| What's a code group? | November 30, 2009 |
| What are the authentication modes in ASP.NET? | November 30, 2009 |
| Are the actual permissions for the application defined at run-time or compile-time? | November 30, 2009 |
| Whether we can have optional key word for the arguments passed in the method written in C# like VB.NET? If it is not, how can we do the same? | November 30, 2009 |
| What is regression testing | November 30, 2009 |
| Which stored procedure will you be running to add a linked server? - | November 30, 2009 |
| What are the OS services that the SQL Server installation adds? | November 30, 2009 |
| Can we use Truncate command on a table which is referenced by FOREIGN KEY? | November 30, 2009 |
| What is the use of DBCC commands? | November 30, 2009 |
| Can you give me some DBCC commands? | November 30, 2009 |
| What is the difference between a HAVING CLAUSE and a WHERE CLAUSE? | November 30, 2009 |
| I need to test the connection also determine activities such as which SQL Scripts are running, failed jobs etc. What is the option available in SQL Server? | November 30, 2009 |
| Can you explain the role of each service? | November 30, 2009 |
| Where do you think the user's names and passwords will be stored in sql server? | November 30, 2009 |
| What are cursors? | November 30, 2009 |
| .NET class from which all thing is derived? | November 30, 2009 |
| How can you clean up objects holding resources within your code? | November 30, 2009 |
| The DataSet class can best be described ..... | November 30, 2009 |
| What is Static Constructor? | November 30, 2009 |
| What is differences between bool & boolean? | November 30, 2009 |
| What is the first step to do anything with assembly? | November 30, 2009 |
| The assembly class is defined. | November 30, 2009 |
| What is TrimStart method? | November 30, 2009 |
| How do you Implement Timer Control in Javascript? | November 30, 2009 |
| How do you declare 2 dimensional array in Javascript? | November 30, 2009 |
| How to validate a Email-address, in Form using JavaScript? | November 30, 2009 |