TechBubbles Microsoft Technology BLOG

TagASP.NET

Creating Action Filters in ASP.NET MVC Applications

Introduction ASP.NET MVC Applications contains the action methods in the controllers. These actions are mapped through the routing when a user makes a browser request. In order to execute your logic before a action method is called or after an action method runs. ASP.NET MVC support this requirement through a concept called ActionFilters.  ActionFilter Uses Authentication and Authorization...

ASP.NET 3.5 URL Routing

Introduction This post speaks about basics of URL Routing and how URL Routing related to building a ASP.NET MVC Application. You can also use the URL Routing with the ASP.NET Web application if install the Visual Studio 2008 service pack1. This post specifically speaks about how URL Routing is used in ASP.NET MVC Application. URL Routing is critical element in the ASP.NET MVC Application. The...

ASP.NET Data Pager Control in VS 2008

Introduction ASP.NET Data Pager Control is generally used in conjunction with the List View control. Read the post  ASP.NET List View Control in VS 2008 to get the idea of using this control. This post explains the use of new Data Pager Control that ship with the VS 2008. I am using the List View control project to explain the use of Data Pager Control. 1.  We displayed the List of...

ASP.NET 3.5 MVC Application

Introduction This post gives you the basic overview on ASP.NET Models, Views and Controllers. It explains how all parts in MVC Application work together and discuss how the Architecture of an ASP.NET MVC application differs from an ASP.NET  Web Forms application. The Sample ASP.NET MVC Application 1. Launch Visual Studio 2008, Select the menu option File, New Project  then New Project...

ASP.NET ListView control in VS 2008

Introduction In this post I am going to explain the new data driven List view control that ships with Visual Studio 2008. To get start with the application create a web site in vs 2008. 1. Create a Web Site in Visual Studio 2008 2. Drag the ListView control from tool box under the Data section into the page.   3. To populate the items in the ListView control we are using XML Datasource...

ASP.NET 3.5 Entity Framework

Introduction This post explains how to create a Model from the database using ASP.NET Entity Framework. Using Entity Framework you can define the flexible mapping to existing relational schema. Here I have created a new console application to explain the ASP.NET Entity Framework. You need to install the VS 2008 SP1 to work with the ASP.NET Entity Framework.   1. Right click the Project and...

ASP.NET 3.5 Nested Master Pages

Introduction This post explains the improved designer for creating Nested Master pages in visual studio 2008 and ASP.NET 3.5. Nested Master pages are used when you are build a hierarchy of templates for your web site. For Example your Enterprise may have the corporate style header and each of your department in your organization may have different templates styles there you can use nested master...

Working with Configuration files

Introduction Configuration files are central place to configure your web or windows applications. The web.config file is used for configuring the web applications and app.config for windows applications. The ASP.NET Application comes with web.config file with default configuration sections and you can easily manage them at the intialstage of the project development. As soon as your project grows...

ASP.NET Dynamic Data Overview

Introduction ASP.NET Dynamic Data provides the Web application scaffolding that enables you to build rich data-driven Web applications. scaffolding is mechanism that enhance the functionality of the existing ASP.NET Framework by adding the ability to dynamically display pages based on the data model of the database. This mechanism generates the page based on the default templates, while enabling...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud