The Dotnet Lines aims at the keen understanding of basics of Asp.net and related areas of interests.
ASP.NET is the new offering for Web developers from the Microsoft .It
is not simply the next-generation of ASP; in fact, it is a completely
re-engineered and enhanced technology that offers much, much more than
traditional ASP and can increase productivity significantly.
Because it has evolved from ASP, ASP.NET looks very similar to
its predecessor—but only at first sight. Some items...
Friday, 19 July 2013
Wednesday, 17 July 2013


ASP.NET supports three different development models:
Web Pages, MVC (Model View Controller), and Web Forms:
Web Pages
Single Pages Model
MVC
Model View Controller
Web Forms
Event Driven Model
Simplest ASP.NET model.
Similar to PHP and classic ASP.
Built-in
templates and helpers for database, video, graphics,
social media and more.
MVC separates web applications into 3 different components:
Models
for data
Views for display
Controllers for input
The traditional ASP.NET...
Wednesday, 10 July 2013


ASP.NET is a unified Web development model that includes the services
necessary for you to build enterprise-class Web applications with a
minimum of coding. ASP.NET is part of the .NET Framework, and when
coding ASP.NET applications you have access to classes in the .NET
Framework.
...
Friday, 5 July 2013


The .NET Framework is a technology that supports building and running
the next generation of applications and XML Web services. The .NET
Framework is designed to fulfill the following objectives:
To provide a consistent object-oriented programming
environment whether object code is stored and executed locally, executed
locally but Internet-distributed, or executed remotely.
...
Tuesday, 2 July 2013


The multi-targeting feature of Visual Studio 2008 enables you to specify
the .NET Framework version that you want the Web site or Web service to
target. This lets you use Visual Studio 2008 to modify existing and new
Visual Studio 2008 Web projects without unintentionally creating new
assembly dependencies in your projects.
Visual Studio 2008 enables you
to build a...
Subscribe to:
Posts
(
Atom
)