Book / Product Reviews - Scenario Based ASP.Net Interview Questiona and Answers
Asked By Partha Sarathy
12-Apr-10 03:00 AM
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
Anand Malli replied to Partha Sarathy

SCENARIO ON MULTIPLE SHEETS Excel Hello All, I have a work book with 25 work sheets. Sheet 1 contains the rate for my formulas. Sheet 2 ( the some instances there are more that 40 products that use the same rate formula. (each product requires a line). If I use the regular format I will exceed the number of variable cells. How do I create this SCENARIO. Excel Discussions Excel 2007 (1) Scenario (1) VLOOKUP (1) Ues (1) Could you give an example of what you do now evaluate the total cost is a few rates were to change. If I ues the Scenario Function (what-if analysis) i will be able to create a comparison table to see the effects of the rate change on the Total. Please lookup "scenario" in Excel Help, much assistance and examples there. keywords SCENARIO, ON, MULTIPLE, SHEETS description: Hello All, I have a work book with 25 work sheets
is there in SQL Server 2005 and .NET 2005 to help me with the following scenario. I have a table named Products in SQL Server 2005. This table has the following Data Access Layer in my .NET application data binds the data into a class named "Product". Class Product has attributes Id, Name and Description. I want to give the user of the system more fields to the Products table and this should therefore add new attributes to the Product class. For example, if the user adds the fields Prod_colour and Prod_size, the Product class should have the new attributes Colour and Size. Any suggestions or methods on how they add. . . one less thing for you to worry about. This is not a special scenario because every healthy business should expect their data models to be dynamic. Make sure the installation, it's difficult to see that this could cause a problem. In a broader product with plentyful of installations it surely can, but adding custom-defined fields to the application also cause for a significant investment in product development. - - Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server 2005
Took a look at all the fuss about "lambda expressions" from Jon Skeet's excellent book "C# in Depth". Jon has an example, reproduced below (excerpt) on lambda expressions. My n00b war, is dangerous madness." - Leonid Brezhnev this is equivalent: from C#1.0 ArrayList products = Product.GetSampleProducts(); / / fills arraylist (fanciful example) foreach (Product X in products) { if (X.price > 10m) { Console.WriteLine(X);} } [suffix m = decimal] now redo in C#2 mode: ArrayList products = Product.GetSampleProducts(); / / fills arraylist Predicate Product> products test = delegate (Product p) {return p.Price > 10m;} ; List<Product> matches = products.FindAll(test); Action<Product> print = delegate(Product p) {Console.WriteLine(p);}; matches.ForEach (print); which is actually equivalent to
Server 2008. First, the following XML is saved to XML file C: \ Products.xml. < Products > < Product > < SKU > 1 < / SKU > < Desc > Book < / Desc > < / Product > < Product > < SKU > 2 < / SKU > < Desc > DVD < / Desc > < / Product > < Product > < SKU > 3 < / SKU > < Desc > Video < / Desc > < / Product > < / Products > Next, a table named Products is created to store the XML data. CREATE TABLE to columns, and insert into the Products table: INSERT INTO Products (sku, product_desc) SELECT X.product.query( 'SKU' ).value( '.' , 'INT' ), X.product.query( 'Desc' ).value( '.' , 'VARCHAR(30)' ) FROM ( SELECT CAST (x
Server 2007 and I have no experience what so ever with previous editions of this product. I am asked to install & implement this product in my company. Currently, I am in the process of installing this product but also I am looking for some tutorials and step-by-step walkthroughs for this product that teaches novices everything they need to know about this product so that it helps them in implementing it in their companies. Also, are there any available animated demos / presentations for this product Thanks in advance. Project Server Discussions Microsoft Project (1) Project Server (1) Project 2007 (1 Office (1) MSProjectExperts (1) Report (1) Walkthroughs (1) Chefetz (1) Luai, This is not a product that should be implemented by a novice. I know this is not what you want my own on this issue. I understand that MS Project Server is not a simple product to implement, but we could say that we need to implement this product with its