- Table-Based Approach
- DIV Approach
Saturday, May 28, 2011
Use Cascading Style Sheets for Web Page Layout?
ASP.NET Localization
- Resource File particular to a page such as Default.aspx.resx within App_LocalResources
- Label1.Text = "Hello"
- Another Resource File Default.aspx.fr.resx (French)
- Label1.Text = "Bonjour"
- control property meta:resourceKey="Button1"
- page declaration Culture="auto:en-US" UICulture="auto"
- Internet Options : New Languages
- App_GlobalResources
- Properties > Expression then indicate ClassKey and ResourceKey
- System.Threading
- System.Globalization
Friday, May 20, 2011
ASP.NET Interview Questions
- What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why.
- What is serialization, how it works in .NET?
- What should one do to make class serializable?
- What exactly is being serialized when you perform serialization?
- Tell me about the methods you have used to perform serialization.
- Did you work with XML and XSL Transformations?
- What methods and what for did you use to work with XML?
- What is the purpose of reserved word “using” in C#?
- How does output caching work in ASP.NET?
- What is connection pooling and how do you make your application use it?
- What are different methods of session maintenance in ASP.NET?
- What is Viewstate?
- Can any object be stored in a Viewstate?
- What should you do to store an object in a Viewstate?
- Explain how Viewstate is being formed and how it’s stored on client.
- Explain control life cycle, mind event order.
- What do you know about ADO.NET’s objects and methods?
- Explain DataSet.AcceptChanges and DataAdapter.Update methods.
- Assume you want to update a record in the database using ADO.NET. What necessary steps you should perform to accomplish this?
- How to retreive the value of last identity has been updated in a database (SQL Server)?
.NET Classes and Namespaces
StringWriter
HTMLTextWriter
System.Collections
System.Security
System.Configuration
HTMLTextWriter
System.Collections
System.Security
System.Configuration
Subscribe to:
Posts (Atom)