.NET Interview Questions
C#, ASP.NET, SQL Interview Questions

   Skip Navigation Links
  Design Patterns  
  Ajax
  Security
  C#
  ASP.NET
 ASP.NET 2.0
 Articles
SQL
Skip Navigation Links
  OOPs 
  Framework
  ADO.NET
  100 Short Q-As
  Difference Between Q-As
  .NET Acronyms
  Discussions
SQL Connection Strings
SqlConnect


My Archived Sites Moredotnet
Aspnetinfo

New Interview Questions Interface in C#  Reference to an Interface, is and as keyword  Classes in System.Collectionm, Interfaces in System.Collection 
100 Short Answer .NET Interview Questions

Short SQL Interview Questions for Review

ASP.NET Wiki Stuff Active Directory and LDAP    Active Directory Console Project in C#    Ajax Control Toolkit    Ajax Extenders    Architecture    ASP.NET Image Control Enhanced    ASP.NET MVC Framework    ASP.NET Open Source Projects    Calendar Extender    .NET Application Modelling Language   

Dotnet Resources
Useful Sites

How to Crack Phone Interviews
How to Crack Phone Interviews

Checkout the ever growing collection Open Source Applications & Software in .NET. Explore the World of Open Source in .NET   Read More...



Groups
Click here to join dotnetuncle
Click to join dotnetuncle



Forums



View All Questions

Bookmark dotnetUncle.com


Technical Articles @ dotnetuncle.com



  .NET Utilities & Products

ASP.NET 2.0 Interview Questions
Server control without code, MasterPage, ContentPage, Nested MasterPage, Sorting Gridview, Update Delete Gridview, SiteMapPath Control, Hotspot class, ImageMap Read All

SQL Interview Questions
Queries - Find number of rows, eliminate duplicate records, insert record, delete record, index, highest record, concatenate two fields, Union and Union All, In and Between, Like keyword, Group By clause, Having clause, Data type for Images, BLOB, CLOB, Primary and Unique key, Types of Joins, Self, Inner, Outer, Left, Right, Cross, Cartesian, Full, ACID, Create command, Update, Dual Table, Null, Table, View, Synonym, Stored Procedure, T-SQL, PL/SQL, Execute, Function, Trigger, Drop, Delete, Truncate Read All

Design Pattern Interview Questions
Design Pattern, Definition, Creational Patterns, Structural Patterns, Behavioral Patterns, Abstract Factory Pattern, Factory Pattern, Builder Pattern, Lazy Pattern, Prototype Pattern, Singleton Pattern, Adapter Pattern, Bridge Pattern, Composite Pattern, Decorator Pattern, Facade Pattern, Flyweight Pattern, Proxy Pattern, Remote Proxy, Virtual Proxy, Cache Proxy, Chain or Responsibilities Pattern, Command Pattern, Observer Pattern, MVC Pattern, Gang of Four Design Pattern, Ajax Design Pattern. Read All
Ajax
Definition, XmlHttpRequest, Browser support for Ajax, Properties of XmlHttpRequest, ReadyStates in Ajax, ASP.NET Ajax Framework, Ajax Versions, Ajax Extensions, Ajax Control Toolkit, Dojo, Multiple and Concurrent requests in Ajax, ScriptManager class and control, EnablePartialRendering, RegisterClientScriptBlock, RegisterClientScriptInclude, RegisterClientScriptResource, type key pairs, modes of updation in an UpdatePanel, Triggers in UpdatePanel, AsyncPostBackTimeout, ASP.NET Futures, Limitations of Ajax, __doPostBack, Get Post. Read All
C#
Protected Internal, Data Types in System.Array, Throw, Multiple Catch Blocks, Polymorphism, Inheritance, ReadOnly Property, Implementation of multiple interfaces, Generics in C#, Constructor, main() function, Return Types in main(), GetCommandLineArgs(), System.Environment, new keyword, bool, int, string, char, reference types, Constant variable declaration, const and readonly, parameter modifiers, out and ref in C#. Read All
ASP.NET
Redirect user to another page, Pass values between pages, Role of ASP.NET worker process, store global variables, store values between postbacks, Server Control, Viewstate, Sending email using ASP.NET, store information about user, Adding event handlers to server controls, Validation controls, global.asax, Register Directive, HttpHandler, Cookie Limitations, Web Farm, Web Garden, EnableViewState property, Set Viewstate for a server control. Read All
Security
Security Authentication Process in ASP.NET, Website Administrative Tool, Authentication, Authorization, IIS Metabase, Mixed mode authentication, Provider Model, Personalization. Read All





OOPs
Definition, Class, Base Class, Encapsulation, Inheritance, Class member, Object, Property, Event, Access modifier types, Overloading, Overloads, Overload, Shared, Static, Virtual, Overridable, Overrides, NotOverridable, MustOverride, Shadowing, Shadows, Constructor, Private Constructor, new keyword, Static Constructor, Serialization, Serializable, Delegate, Multicast Delegate, Abstract Class, Interface, Multiple Inheritance. Read All


.NET Framework
Definition, Languages, Versions of .NET, Tools for .NET Development, CLI, CTS, CIL, CTS, Metadata, CLS, IL, VES, CLR, Class Library, Managed Code, Managed Data, Managed Class, Assembly, Types of Assemblies, ILDASM, Reflection, Satellite Assembly, Sharing an assembly, Strongly named assemblies, SN.exe, Global Assembly Cache, Garbage Collector, IDisposable Interface, Serialization, SoapFormatter, BinaryFormatter, XmlFormatter, Code Access Security, Class Attribute, Thread, Generations, COM components in .NET. Read All
ADO.NET
Definition, Connection Object, Connecting to a database, Command Object, SelectCommand, SqlCommandBuilder, DataView, DataRelation, Diffgram, Typed Dataset, Running a Stored Procedure from .NET. Read All
Acronyms
ADO, AJAX, ASP, CAO, CCW, CIL, CLI, CLR, CLS, COFF, COM, CSC, CTS, DBMS, DISCO DOM, ECMA, GC, GDI, GAC, GUI, GUID, HTTP, IDE, IDL, ILDASM, IIS, JIT, MBR, MBV, MDI, MSIL, PE, RAD, RCW, SAX, SDK, SMTP, SN, SQL, SOAP, TCP, UI, URI, URL, UDDI, WAP, WC, WCF, WF, WKO, WPF, WSDL, WML, VBC, VB.NET, VES, VS, VSS, VSTS. Read All

Latest Articles
What is LINQ
Language Integrated Query (LINQ), pronounced simply as 'link' is a component of the Microsoft .NET Framework that enhances .NET based languages with data Querying power. The syntax is kind of similar to SQL. LINQ has been released along with the .NET 3.5 Framework.
Creating Search Engine Friendly Dynamic Web Pages in ASP.NET
This article explains how to dynamically create and generate ASP.NET Web Pages using C#. The simple technique explained here makes sure that the web page is search engine friendly, and the page gets published live instantly. The article contains complete code too.
How to use the XML control in asp.net to display XML document contents
The XML Control in ASP.NET is a powerful control to display XML file contents in a web page. Its easy to set up, easy to bind and extremely flexible to show XML data, in a presentable manner using a corresponding XSLT file. Learn how to quickly and easily display XML data in web pages.
Difference between Bugs, Exceptions and User Errors
They all sound similar but yet they are pretty different from each other: 1) Bugs 2) Exceptions 3) User Errors. This article explains whats the difference between these common havocs commonly seen with software applications.
Exploring .NET System.Object - The Inside Story
Ever wondered whats there inside the .NET System.Object class. Explore the members inside this class, know the specifiers used here, how the all the worldly classes in .NET inherit from the Object base class, the greatest grand parent of all .NET classes.
Structured Exception Handling in .NET
Handling exceptions in .NET is a piece of cake. This article throws light on the members of the exception class, the structure of an exception in .NET, the elements of Structured Exception Handling like the try block, catch block, finally block and the power of the throw keyword.
XBox Games development with Microsoft XNA Game Studio Express
Web Games development was never so easy until Microsoft introduced the XNA Game Studio Express, the power-packed suite that may be integrated with Visual Studio to develop games for the XBox platform. Hobbyists, students, professionals, now anyone can write and create games with a little bit of know-how about XNA!
Using the Accordion control from the Ajax Control Toolkit
Check out the cool Accordion control from the Ajax Control Toolkit. Its easy to use, simply download the AjaxControlToolkit.dll, place it in the Bin folder, and you are ready to show some sliding & gliding effects in your website with some simple to write code. Ofcourse its free! Checkout the code example too.
What are the enhancements in T-SQL in Microsoft SQL Server 2005
The Microsoft SQL Server 2005 is packed with new enhancements in T SQL, feature rich support for new XML Data Types, Large Value Data Types, Data Definition Language Triggers, Recursive Queries, Common Table Expressions, Read More.
ASP.NET 3.5 Controls | DataPager | ListView | ScriptManager | ScriptManagerProxy | UpdatePanel | UpdateProgress
ASP.NET 3.5 Framework is packed with a few enhanced controls that enable developers to create rich looking web applications with a comparatively simpler effort. Checkout the new controls like DataPager, ListView, ScriptManager, ScriptManagerProxy, UpdatePanel, UpdateProgress
BizSpark by Microsoft - Free development platform for new business
Microsoft BizSpark is a global program designed to help accelerate the success of entrepreneurs and early stage startups. Besides a very simple software offer, BizSpark also provides professional support from Microsoft technical geeks, and avenues on the BizSparkDB website.
Free Website Security tools by Microsoft; Securing web applications through web.config Settings
This article will empower you with knowledge of free tools for website security provided by Microsoft. It also explains tips on how a web developer may secure the web.config file while deploying a web application on the production server.
Calling Unmanaged Code from C Sharp
Old is always gold. C Sharp unleashes the power to call unmanaged code from its managed environment. Read on for more
Free Charting Control in Microsoft .NET 3.5
Now create beautiful rich looking dashboards with free Charts from Microsoft, read on...
Free Charting Control in Microsoft .NET 3.5
Top notch security is always on top of every web masters agenda. This article unleashes how you can go ahead and secure your web.config. Read on
Free Charting Control in Microsoft .NET 3.5
Top notch security is always on top of every web masters agenda. This article unleashes how you can go ahead and secure your web.config. Read on
Microsoft Launches Bizpark. This zooms the success of entreprenuers.
Microsoft unfolds an unbelievable platform for budding entreprenuers to ramp up their ideas and startup their business. Read on
A Simple ASP.NET Captcha control
This article describes in simple and easy steps, how to create a CAPTCHA control, that you can wire in your ASP.NET website quickly. Read on
Structured Exception Handling in Microsoft .NET
This article describes the concept of structured exception handling in .NET. Read on...
Using the SQL Server Profiler and Activity Monitor
SQL Server comes with a very handly utility called the SQL Server Profiler. There is another one called Activity Monitor. Read on...
Web 2.0 and ASP.NET
Whats the buzz around Web 2.0? Well, its a bird, its a plane, no, its Web 2.0, and mix it with ASP.NET, you get a spicy website curry. Read on...
XAML, the markup language
Whats XAML and whats inside it, where does it come handy? Read on...

Whats the Difference between?
Classic ASP & ASP.NET
ADO & ADO.NET
Struct Class & Enum
Abstract Class & Interface
Public Private Protected Friend & Internal
Overriding & Shadowing
Class & Object
Shared & Static
Value Type &
Reference Type, MSIL & CIL
DLL & EXE
Class Library & Namespace
String & StringBuilder
Web Service & Remoting
Public Assembly & Private Assembly
Trace & Debug
Server.Transfer & Response.Redirect
Server.Transfer & Server.Execute
Authentication & Authorization
ExecuteScalar & ExecuteNonQuery
DataReader & Dataset
System.Array.CopyTo & System.Array.Clone
Thread & Process Read All


Short Answer Questions
RequiredFieldValidator control, ControlToValidate, Fill method, Session.Abandon(), AssemblyInfo.cs, Debugging Javascript, Singleton Pattern, DOM vs. SAX parser, .ASHX file, DLL Hell, Finally block, XML Control, XSLT, .NET 2.0 Features, GC.Collect(), Partial Classes, defaultbutton property, Boxing and Unboxing, AddressOf Operator, In Proc, Out Proc, Type-safe function pointer, Shared Methods, Access specifier of an Interface, HashTable, ArrayList, Operator Overloading, Finalize method, GC.SuppressFinalize(), Dispose() method, IsPostBack property, __VIEWSTATE, AutoPostBack, Web.config and Machine.Config, Gridview TemplateField Column, EnableClientScript, Design Patterns, web.config and app.config. Read All

Welcome to dotnetUncle.com! The dot net place to be. Think of a .NET interview and here comes the right .NET recipes for you. You will find the right jazz and mix of .NET concepts ranging from Object Oriented Programming to intrinsic details of the most frequently asked questions in the world of .NET.

The world of .NET is immense, and this site tries to bring to you all the worldly buzz words in the .NET community. Be it OOPs, C#, ASP.NET, .NET Framework, ADO.NET, AJAX and the like. Today's world is very demanding, and for unmatched success, you need to master the entire .NET universe. This website is an effort towards the direction of providing you a platform for learning, revision, mastering and conquering .NET interviews.



Cheers!
Vishal K. Khanna
Author & Owner




Current Visitor(s): 22


© 2007-2012 - dotnetUncle.com - All Rights Reserved.  | Contact Me  | Add this page to favorites  | Email this page
 | Copyright & Privacy Statement