GeekInterview.com
Series: Subject: Topic:

Microsoft.NET Interview Questions

Showing Questions 1 - 20 of 94 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is the satelite assembly?

Asked By: ashok | Asked On: Feb 21st, 2006

Answered by: Yashwant singh on: Apr 15th, 2012

Through the satellite assembly we can change the language of browser

Answered by: vidyajnath on: Nov 9th, 2010

A .NET Framework assembly containing resources specific to a given language. Using satellite assemblies, you can place the resources for different languages in different assemblies, and the correct as...

What is the need of wcf and wPF

Asked By: 516_gopikrishna | Asked On: Nov 4th, 2011

Answered by: Fahim on: Apr 12th, 2012

DirectX had this excellent feature of using hardware acceleration. Microsoft wanted to develop UI elements like textboxes, button,grids etc using the DirectX technology by which they can exploit the h...

What languages does the .Net framework support?

Asked By: Srikanth | Asked On: Sep 13th, 2005

Answered by: Rajasekar.K on: Apr 7th, 2012

A .NET Framework assembly containing resources specific to a given language. Using satellite assemblies, you can place the resources for different languages in different assemblies, and the correct assembly is loaded into memory only if the user elects to view the application in that language

Answered by: A.viswanath on: Nov 30th, 2011

My dear friends,
According to Microsoft the .net Framework Supports 61 programming languages .In that Microsoft has developed 9 programming languages.

Usage of dataset and data bindings

Asked By: srikanthshetty | Asked On: Oct 3rd, 2011

How can we bind temporary created data table of one win form into other win form controls?

Answered by: Sumit on: Apr 6th, 2012

With the help of Shared(VB.Net)/Static(C#.Net) dataset or datatable object initialized in one form could be used in another form.

Clr and base class libraries

Asked By: Shibushankar | Asked On: Oct 25th, 2010

Define clr and base class libraries.

Answered by: tsf meir ... touseef on: Mar 26th, 2012

clr = common language runtime works like the heart works fr any being........

What is the extention of the .Net

Asked By: sivaji | Asked On: Nov 14th, 2007

Answered by: jayaprathap on: Mar 20th, 2012

Network enable technology(.Net)

Answered by: Abhijit Shelke on: Dec 5th, 2011

New Emerging Technology

Difference between static page and dynamic page?

Asked By: raja | Asked On: Sep 21st, 2005

Static pagesquick and easy to put together, even by someone who doesn't have much experience. Ideal for demonstrating how a site will look. Cache friendly, one copy can be shown to many people. Dynamic pagesoffers highly personalized and customised visitor options. Database access improves the personalized...

Answered by: Dilip Voruganti on: Mar 13th, 2012

Static Websites A static site is a website that is written entirely using HTML. Each web page is a separate document and there are no databases or external files that are drawn upon. This means that...

Answered by: jsubha2009 on: Dec 4th, 2009

Static page generally does not have server side coding.Where as Dynamic page has server side coding.WHenever the html code together with scripts that function from the client side is involves sta...

What is cnn in .Net

Asked By: shivaji kisan patil | Asked On: Jul 3rd, 2006

Answered by: Hemima on: Feb 21st, 2012

It is the object of SqlConnection class we can provide any naming convention according to our interest

Answered by: abhibmc on: Dec 8th, 2011

This seems naming convention, we can also use con with database name prefix from which we are seeking connection

What is the latest version of .Net

Asked By: girija | Asked On: Sep 14th, 2006

Answered by: harsha on: Oct 25th, 2011

.net 4.5 is the latest version

Answered by: sj.chitra on: Oct 9th, 2011

4.5 is the new version of .net

What is the difference between ASP.Net and asp

Asked By: Interview Candidate | Asked On: Sep 8th, 2005

Answered by: nirdesh gurjar on: Oct 10th, 2011

Difference between ASP and ASP.NET ASP.NET: ASP.Net web forms have a code behind file which contains all event handling code. ASP.Net web forms inherit the class written in code behind. ASP.Net web f...

Answered by: Ravi kumar on: Jul 12th, 2011

Asp.net is a next of Asp but it's not a upgraded version of Asp. Asp is a interpreted language based on a scripting language like jscripts or vbscript.Asp limited development and debugging tools avail...

Raise application error

Asked By: srinivasulureddy.du | Asked On: Oct 1st, 2011

Can we raise_application_error in exception block?? If we use what will happen?

Get data from SQL server to ASP.Net when application crashes

Asked By: umamahesh50 | Asked On: Aug 20th, 2011

ASP.Net web application sent a request to get some result set to sq server. The query is processed over there and it sends the result set. When it is on its way, ASP.Net application crashed because of some sort of reason. how to get it back to the application? recently, I faced 2 years experienced interview please...

Comparison between two strings

Asked By: Aniket Rawat | Asked On: Mar 30th, 2011

Write a program to read two strings from the keyboard using readline statement and compare them ignoring the case?

Answered by: Simon on: Jul 13th, 2011

Here is the answer: "csharp using System; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Console.Write(...

What is the concept of partial class in .Net2.0?

Asked By: Somnath Das | Asked On: Jun 2nd, 2007

Answered by: Pradeep Srini on: May 24th, 2011

Partial class is to split the class into multiple files

Answered by: Rajesh Bathala on: Jun 13th, 2007

Partial class allows developers to split a class into multiple files.ex:public partial class A{    A()        {        /...

What is anumirated data type ?

Asked By: Aniket Rawat | Asked On: Mar 30th, 2011

Server crash

Asked By: anuska4010 | Asked On: Mar 23rd, 2010

What will happen to sessions when a server crash?

Answered by: vidyajnath on: Jun 23rd, 2010

If session state service is used for session state maintainenece, then even if the server crashes, the session state will not be lost as it is not running in the same process as ASP.NET. but if in process mode is used, then the session info will be lost.

Answered by: jyotsana_rani2005 on: Mar 29th, 2010

A crash or (system crash) in computing is a condition where a program (either an application or part of the operating syatem) stops performing its expected function and also stops responding to othe...

What is code access security (cas)?

Asked By: Srikanth | Asked On: Sep 14th, 2005

Answered by: vidyajnath on: Jun 23rd, 2010

Code access security (CAS) is a new feature provided by the .NET Common Language Runtime. CAS is a security model that lets you grant or deny execution permissions to an assembly according to its &quo...

Answered by: suresh sm on: Sep 17th, 2005

Identity permissions control code access from one assembly to another. You can use identity permissions, which are a subset of code access permissions, either declaratively or imperatively

Bind gridview column

Asked By: ganesh2005 | Asked On: May 28th, 2010

How will you bind gridview particular column in datatable using windows application?

Answered by: jsubha2009 on: Jun 15th, 2010

Hope we can bind a particular column in a GridView by writing the code for Connection and DataAdapters in Sql or Oledb Connection and then adding the code,
GridView1.DataSource=ds.Tables[0].DefaultView;
GridView1.Columns[1].DataBind();
Try whether it works.

How does ide identify about a property/method of an object when a (dot, auto complete) e.G variablename.Tostring();

Asked By: sssss | Asked On: Aug 6th, 2006

Answered by: jsubha2009 on: Jun 12th, 2010

IDE enables the property or method to be completed through Intelli Sense.  It knows the classes  like Forms, Buttons and their appropriate properties and methods.  This it displays...

Answered by: Aldo John on: Sep 5th, 2008

Dear friend, Reflection is all about reading metadata from assemblies. And this metadata is generated only while compiling. IDE's intellisense works fine even before any compilation...How it is wo...

1). What is view stae? What are the pros and cons of using view stae?2). What is .Net remoting?3).Please write an example of declaring a function as web services?4). What is web services?

Asked By: naveenreddi | Asked On: Aug 3rd, 2006

Answered by: jsubha2009 on: Jun 12th, 2010

View State is used to maintain the values of Controls in a particular webpage during its subsecutive postbacks in the same page.  It is generally stored in the Hidden field control.  It...

Answered by: rk51131 on: Nov 15th, 2009

A ViewState has the details or values of the control in encrypted format. This encrypted details are passed to and fro between the requests to server and hence help in retaining the state of the contr...

First | Prev | | Next | Last Page

 

 

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us:
 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, click "Subscribe".