Scenario Based ASP.Net Interview Questiona and Answers

Asked By Partha Sarathy
12-Apr-10 03:00 AM
Earn up to 0 extra points for answering this tough question.
Hai !

         I need Scenario based ASP.Net Interview Questions and answers, If know anyone send the link or suggests some ebooks regarding that, it would be better for me..

Thanks

  re: Scenario Based ASP.Net Interview Questiona and Answers

Anand Malli replied to Partha Sarathy
12-Apr-10 03:04 AM
hi partha

you can review following links

http://www.techinterviews.com/aspnet-interview-questions
http://www.coolinterview.com
http://www.allinterview.com

these are the sites which many company uses

thxs
Create New Account
Ask Dr. Dotnetsky Active Directory Networking Uninstall Virus Job Openings Book / Product Reviews Search Engines Resumes Techniques / FAQ Other Issues Open Source Other suresh and kumar name is select Here is exactly same scenario code sample you can use it with simply change table
as well as a .NET version of this one. This product has been a major force in a couple of recent update the data also plays an important role. In this scenario, sending this much data over the internet as well as ASP page. The Xceed Streaming Compression Library was the exact product we needed to perfect this type of application. With only made us look awfully good. During my introduction to the product, I needed to contact customer service for clarification on a a couple of applications would get immediate benefit from the product, I strongly recommended purchasing a site license for the company a pretty thorough example of just how to use the product in this situation as well as saving the compressed XML also the co-founder of EggHeadCafe which provides .NET articles, book reviews, software reviews, and software download and purchase advice. revisit-after: 7 X
you do resource allocations? (I) How will you do code reviews? (A)What is CMMI? (A) What are the five levels interview. *Do not memorize each and every answer of this book.Just get the fundamentals straight and say in your own C# and not in VB.NET. * How much ever this book tries it can not match the huge variations of questions variations and they will map to some question of this book. (I)What’s difference between System exceptions and Application exceptions have a default constructor. Note :- All source code in this book is provided in VB.NET that does not mean that author of the book does not like C#. In fact the main programming language COM etc.All attributes are not in scope of the book as this is a interview questions book refer MSDN for more details. √ Once .NET assembly is created about the specific subject.For these type of question this book will provide detail code which is not necessary to be interface that the remote object class implements instead. In this scenario the interface is the requestedType that should be used for
serialize an XmlDocument to and from the message queue. Project Scenario A client provides you with an Excel spreadsheet of customer at a time to contact the customer and offer a product. Upon completion of the call, the record is dispositioned to the co-founder of EggHeadCafe.com which provides .NET articles, book reviews, software reviews, and software download and purchase advice. Robbe also loves to
return any results? Hi I have an SQL statement: SELECT Product.ProductImage, Product.ProductName, Product.BasicSpecs, Product.UnitPriceSGD, Product.UnitPriceUS FROM Product INNER JOIN GeneralFeatures ON Product.ProductID = GeneralFeatures.ProductID INNER JOIN EntertainmentFeatures ON Product.ProductID = EntertainmentFeatures.ProductID WHERE (Product.ConnectivityOptions IN ('GPRS')) This statement should return me results because of them consist GPRS in the ConnectivityOptions column in my Product Table. If my ConnectivityOptions column consists of 'GPRS, WAP, Bluetooth
Button2_Click(object sender, EventArgs e) { using (DataClassesDataContext dc1 = new DataClassesDataContext()) { Product product = new product(); product.id = TextBox1.Text; product.name = TextBox2.Text; dc1.Products.InsertOnSubmit(product); dc1.SubmitOnChanges(); } Here im getting the error like the type or namespace name 'product couldnot be found, and i am not gettting the insertonsubmit why aby help? Change the code to / / Create a new Product object. Product product = new product { product.id = TextBox1.Text, product.name = TextBox2.Text
Collections.Generic ; namespace Patterns { class MainApp { static void Main () { / / Create book Book book = new Book( "Worley" , "Inside ASP.NET" , 10); book. Display (); / / Create video Video video = new Video( "Spielberg" , "Jaws" , 23 public abstract void Display (); } / / / <summary> / / / The 'ConcreteComponent' class / / / < / summary> class Book : LibraryItem { private string _author; private string _title; / / Constructor public Book( string author, string title, int numCopies) { this ._author = author; this
dropdown list hi, i have created table with fields category, product and product-price as follows: category product product-price - -- -- -- -- - - -- -- -- -- - - -- -- -- -- -- -- -- -- c001 p1 10 p2 20 p3 30 c002 p4 ds.Tables[0]; } 2. here i m filling DropDownList2 with product , based on selection on DropDownList1 protected void DropDownList1_SelectedIndexChanged(object sender ds.Tables[0]; } 3. here i m filling DropDownList3 with product-price, based on selection on DropDownList2 protected void DropDownList1_SelectedIndexChanged(object SqlConnection cn = new SqlConnection("constring"); cn.Open(); string strQuery = "Select product-price from product-pricetab where categoryid = '" + DropDownList1.SelectedValue .ToString() + "' and productid = '" + DropDownList2.SelectedValue cn); DataSet ds = new DataSet(); da.Fill(ds); DropDownList3.DisplayMember = "product-price"; DropDownList3.ValueMember = "product-price"; DropDownList3.DataSource = ds.Tables[0]; } USE THIS CODE AND