How will you access a control in master page?

Thursday, December 22, 2011

textbox1.Text = Master.txtuser.text

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

What is Razor Syntax ?

Wednesday, December 21, 2011

Razor enables you to start with static HTML (or any textual content) and then make it dynamic by adding server code to it. One of the core design goals behind Razor is to make this coding process fluid, and to enable you to quickly integrate server code into your HTML markup with a minimum of keystrokes.

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

What is Entity Framework?

Monday, December 12, 2011

The ADO.NET Entity Framework enables developers to create data access applications by programming against a conceptual application
model instead of programming directly against a relational storage schema.
The Entity Framework enables developers to work with data in the form of domain-specific objects and properties, such as customers
and customer addresses, without having to concern themselves with the underlying database tables and columns where this data is
stored. With the Entity Framework, developers can work at a higher level of abstraction when they deal with data, and can create
and maintain data-oriented applications with less code than in traditional applications.

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

What is NuGet?

Tuesday, December 6, 2011

NuGet is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects that
use the .NET Framework. When you add a library or tool, NuGet copies files to your solution and automatically makes whatever
changes are needed in your project, such as adding references and changing your app.config or web.config file. When you remove a
library, NuGet removes files and reverses whatever changes it made in your project so that no clutter is left.

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

LinkWithin

Blog Widget by LinkWithin

Recommended Books