SAP4INDIA.COM

Free SAP Interview Questions and Free SAP Tutorials


Archive for the ‘Dot Net Tutorials’ Category

C# .NET interview questions

Excellent for preparation and general self-testing, but too specific for the actual job interview. This was sent in by a job applicant getting ready to step into the .NET field in India. Are private class-level variables inherited? – Yes, but they are not accessible, so looking at it you can honestly say that they are [...]

Share
No Comments

LATEST DOT NET INTERVIEW QUESTIONS Part3

Data Caching Programmatic or data caching takes advantage of the .NET Runtime cache engine to store any data or object between responses. That is, you can store objects into a cache, similar to the storing of objects in Application scope in classic ASP. Realize that this data cache is kept in memory and “lives” as [...]

Share
No Comments

LATEST DOT NET INTERVIEW QUESTIONS Part2

Making a Web Setup Project Using VS .NET Installer We will start by adding a new Web Setup Project to our DeploymentExampleWebApp ASP.NET Web application solution by selecting File->Add Project-> New Project from the menu. In the New Project dialog box, select Setup and Deployment Projects from the Project Types pane and then select Web [...]

Share
No Comments

LATEST DOT NET INTERVIEW QUESTIONS Part 1

22 New Features of Visual Studio 2008 for .NET Professionals 1. LINQ Support LINQ essentially is the composition of many standard query operators that allow you to work with data in a more intuitive way regardless. The benefits of using LINQ are significant – Compile time checking C# language queries, and the ability to debug [...]

Share
No Comments

LATEST DOT NET INTERVIEW QUESTIONS

What are Design Patterns? A Design Pattern essentially consists of a problem in a software design and a solution to the same.  In Design Patterns each pattern is described with its name, the motivation behind the pattern and its applicability. According to MSDN, “A design pattern is a description of a set of interacting classes [...]

Share
No Comments
Rss Feeds
Powered by Yahoo! AnswersExtension Factory Builder