Articles in the Technical Interview Category
Tech Corner, Technical Interview »
A few questions we came across here and there.These are just the terms which interviewers love very much.Just try to remember the terms go and search for more language oriented and specific websites.We have provided a few links also which we found as relevant and resourcefull, go through those data also.All the best for interviews.
Garbage collector
Which is the Root Namespace?
CLR?(this you will get explanation from other post(Check CLR))
Native Code Generator.
Partial Classes.
Delegates.
Abstract Classes & Interfaces.
StreamReader ,StreamWriter,Buffered Reader,Buffered Writer.
Regular Expression Classes.
Reflection.
Managed Code & Unmanaged Code.
Anonymous Types.
Concept of Session and Cookies.
How to kill …
ASP.Net, Tech Corner, Technical Interview »
Explain .Net Web Service?
A Web service allows you to publish an application’s function on the internet that can be accessed through another application.A very common example is the currency exchange rates available in many web sites.In most of the cases,this module will not even reside on the server on which the web site has been uploaded,but it may be using a webservice that gives the functionality.In Short, Web services are components that can be used by other applications.The definite advantage is reusability and that web services are platform and language …
Tech Corner, Technical Interview »
Visual Studio dot net the microsoft product is very helpfull and intersesting development tool,which help programmers in making user friendly programs with much ease.Thus the tool became widely accepted among programmers.Now a days a lot of companies use the technology to lessen the chores of programming thus the dot net framework became very popular.So potential employers are always looking for qualified professionals in dot net.This post will help you into those interviews.
Read the full Post »ASP.Net, Tech Corner, Technical Interview »
To help you out with the technical interview questions, we will be posting common technical interview questions asked on .NET.
Explain about the .NET framework.
The Microsoft .NET Framework is a platform for building, deploying, and running Web Services and applications.The .NET framework consists of two major components-the Common Language Runtime(CLR) and the .NET framework class libraries.CLR manages the code at execution time while the class library consists of reusable types that can be used for developing different applications.
What is CLR?
CLR is the core runtime engine in the .NET framework for executing …