Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

ASP.NET Interview Questions
Questions Answers Views Company eMail

What is the difference between an EXE and a DLL?

Infosys, JK Associates, Persistent, TATA, Technosoft, Wipro,

18 63063

What is strong-typing versus weak-typing? Which is preferred? Why?

2 7223

What is wrong with a line like this? DateTime.Parse(myString)

Metasys,

5 17975

What are PDBs? Where must they be located for debugging to work?

4 20273

What is cyclomatic complexity and why is it important?

1 5155

Write a standard lock() plus double check to create a critical section around a variable access?

1 9753

What is FullTrust? Do GACed assemblies have FullTrust?

2 8135

What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?

2 7983

What does this do? gacutil /l | find /i about

1 7041

What does this do? sn -t foo.dll

3 11889

What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

1 2457

Contrast OOP and SOA. What are tenets of each ?

1 2297

How does the XmlSerializer work? What ACL permissions does a process using it require?

2 13123

Why is catch(Exception) almost always a bad idea?

4 14386

What is the difference between Debug.Write and Trace.Write? When should each be used?

Infosys,

2 12538


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.

1699


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1875


What do you mean by query string?

997