ASP.NET News from Blogger: ASP.NET Daily Articles   Get the feed of: ASP.NET Daily Articles

Total News: 600

ASP.NET MVC Facebook Birthday App

This tutorial will teach you how to build a Facebook app by using an MVC 4 template in Visual Studio 2012....

ASP.NET MVC Facebook Birthday App

This tutorial will teach you how to build a Facebook app by using an MVC 4 template in Visual Studio 2012....

ASP.NET MVC Facebook Birthday App

This tutorial will teach you how to build a Facebook app by using an MVC 4 template in Visual Studio 2012....

High-Frequency Realtime with SignalR

This tutorial shows how to create a web application that uses ASP.NET SignalR to provide high-frequency messaging functionality. High-frequency messaging in this case means updates that are sent at......

Tutorial: Server Broadcast with ASP.NET SignalR

This tutorial shows how to create a web application that uses ASP.NET SignalR to provide server broadcast functionality. Server broadcast means that communications sent to clients are initiated by ......

Retrieving and Displaying Data

This tutorial series demonstrates basic aspects of using model binding with an ASP.NET Web Forms project. Model binding makes data interaction more straight-forward than dealing with data source ob......

Adding Business Logic Layer

This tutorial series demonstrates basic aspects of using model binding with an ASP.NET Web Forms project. Model binding makes data interaction more straight-forward than dealing with data source ob......

Using Query String Values to Filter Data

This tutorial series demonstrates basic aspects of using model binding with an ASP.NET Web Forms project. Model binding makes data interaction more straight-forward than dealing with data source ob......

Integrating JQuery UI Datepicker

This tutorial series demonstrates basic aspects of using model binding with an ASP.NET Web Forms project. Model binding makes data interaction more straight-forward than dealing with data source ob......

Sorting, Paging, and Filtering Data

This tutorial series demonstrates basic aspects of using model binding with an ASP.NET Web Forms project. Model binding makes data interaction more straight-forward than dealing with data source ob......

Updating, Deleting, and Creating Data

This tutorial series demonstrates basic aspects of using model binding with an ASP.NET Web Forms project. Model binding makes data interaction more straight-forward than dealing with data source ob......

Retrieving and Displaying Data

This tutorial series demonstrates basic aspects of using model binding with an ASP.NET Web Forms project. Model binding makes data interaction more straight-forward than dealing with data source ob......

ASP.NET MVC 4 Helpers, Forms and Validation

In ASP.NET MVC 4 Models and Data Access Hands-on Lab, you have been loading and displaying data from the database. In this Hands-on Lab, you will add to the Music Store application the ability to e......

ASP.NET MVC 4 Dependency Injection

Note: This Hands-on Lab assumes you have basic knowledge of ASP.NET MVC and ASP.NET MVC 4 filters . If you have not used ASP.NET MVC 4 filters before, we recommend you to go over ASP.NET MVC Custom......

ASP.NET MVC 4 Entity Framework Scaffolding and Migrations

If you are familiar with ASP.NET MVC 4 controller methods, or have completed the "Helpers, Forms and Validation" Hands-On lab, you should be aware that many of the logic to create, update......

ASP.NET MVC 4 Custom Action Filters

ASP.NET MVC provides Action Filters for executing filtering logic either before or after an action method is called. Action Filters are custom attributes that provide declarative means to add pre-a......

ASP.NET MVC 4 Models and Data Access

Note: This Hands-on Lab assumes you have basic knowledge of ASP.NET MVC . If you have not used ASP.NET MVC before, we recommend you to go over ASP.NET MVC 4 Fundamentals Hands-on Lab. This lab walk......

ASP.NET MVC 4 Fundamentals

This Hands-On Lab is based on MVC (Model View Controller) Music Store, a tutorial application that introduces and explains step-by-step how to use ASP.NET MVC and Visual Studio. Throughout the lab ......

What's New in ASP.NET MVC 4

ASP.NET MVC 4 is a framework for building scalable, standards-based web applications using well-established design patterns and the power of the ASP.NET and the .NET framework. This new, fourth ver......

Build RESTful API's with ASP.NET Web API

In recent years, it has become clear that HTTP is not just for serving up HTML pages. It is also a powerful platform for building Web APIs, using a handful of verbs (GET, POST, and so forth) plus a......

Facebook Application Template Tutorial

This is a tutorial on building a Facebook Application using the new Facebook Application template in ASP.NET Fall 2012 Update....

Facebook Application Template Tutorial

This is a tutorial on building a Facebook Application using the new Facebook Application template in ASP.NET Fall 2012 Update....

Examining the Edit Methods and Edit View

In this section, you'll examine the generated action methods and views for the movie controller. Then you'll add a custom search page. Run the application and browse to the Movies controller by app......

Accessing Your Model's Data from a Controller

.auto-style1 { font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; } In this section, you'll create a new MoviesController c...

Adding a View

In this section you're going to modify the HelloWorldController class to use view template files to cleanly encapsulate the process of generating HTML responses to a client. You'll create a view te......

Adding a Controller

.auto-style1 { background-color: #FFFF00; } MVC stands for model-view-controller. MVC is a pattern for developing applications that are well architected, testable and easy to maintain. MVC-based ap......

Bundling and Minification

Bundling and minification are two techniques you can use in ASP.NET 4.5 to improve request load time. Bundling and minification improves load time by reducing the number of requests to the server a......

Intro to ASP.NET MVC 4

This tutorial will teach you the basics of building an ASP.NET MVC 4 Web application using Microsoft Visual Studio Express 2012 or Visual Web Developer 2010 Express Service Pack 1. Visual Studio 20......

ASP.NET MVC 4 Mobile Features

This tutorial will teach you the basics of how to work with mobile features in an ASP.NET MVC 4 Web application. For this tutorial, you can use Visual Studio Express 2012 or Visual Web Developer 20......

Using Page Inspector in ASP.NET MVC

Page Inspector in Visual Studio 2012 is a web development tool with an integrated browser and browser tools. Select any element in the integrated browser, and the Inspect feature instantly highligh......

ASP.NET API Quick Reference

This page contains a list with brief examples of the most commonly used objects, properties, and methods for programming ASP.NET Web Pages with Razor syntax....

ASP.NET API Quick Reference

This page contains a list with brief examples of the most commonly used objects, properties, and methods for programming ASP.NET Web Pages with Razor syntax....

Working with Video

This chapter explains how to display video in an ASP.NET Web Pages with Razor syntax page....

Working with Data

This chapter describes how to access data from a database and display it using ASP.NET Web Pages....

Working with Forms

A form is a section of an HTML document where you put user-input controls, like text boxes, check boxes, radio buttons, and pull-down lists. You use forms when you want to collect and process user......

Program ASP.NET Web Pages in Visual Studio

This appendix explains how you can use Visual Studio 2010 or Visual Web Developer 2010 Express to program ASP.NET Web Pages with the Razor syntax....

Intro to ASP.NET Web Programming Razor Syntax

This chapter gives you an overview of programming with ASP.NET Web Pages using the Razor syntax. ASP.NET is Microsoft's technology for running dynamic web pages on web servers....

ASP.NET Web Pages Visual Basic

This appendix gives you an overview of programming with ASP.NET Web pages in Visual Basic, using the Razor syntax....

Introducing ASP.NET Web Pages 2 - Getting Started

This set of tutorials gives you an overview of ASP.NET Web Pages (version 2) and Razor syntax, a lightweight framework for creating dynamic websites. It also introduces WebMatrix, a tool for creati......

Adding a New Field to the Movie Model and Table

In this section you'll make some changes to the model classes and learn how you can update the database schema to match the model changes. Adding a Rating Property to the Movie Model Start by addin......

Examining the Edit Methods and Edit View

In this section, you'll examine the generated action methods and views for the movie controller. Then you'll add a custom search page. Run the application and browse to the Movies controller by app......

Accessing Your Model's Data from a Controller

In this section, you'll create a new MoviesController class and write code that retrieves the movie data and displays it in the browser using a view template. Build the application before going on......

Adding a Model

In this section you'll add some classes for managing movies in a database. These classes will be the "model" part of the ASP.NET MVC application. Youll use a .NET Framework data-access technology......

Adding a View

In this section you're going to modify the HelloWorldController class to use view template files to cleanly encapsulate the process of generating HTML responses to a client. You'll create a view te......

Adding a Controller

MVC stands for model-view-controller. MVC is a pattern for developing applications that are well architected, testable and easy to maintain. MVC-based applications contain: Models: Classes that rep......

Intro to ASP.NET MVC 4 with Visual Studio 2011

This tutorial will teach you the basics of building an ASP.NET MVC Web application using Microsoft Visual Studio 11 Express Beta for Web, which is a free version of Microsoft Visual Studio. Before......

Using Page Inspector in an MVC Application in Visual Studio 11 Beta

Page Inspector brings browser diagnostics tools into the Visual Studio 11 web development environment. Its Inspection Mode provides instantaneous visual mapping between the browser, Source view, an......

A Chat with ASP.NET and AJAX

The article describes the concept and implementation of a web chat created with ASP.NET and AJAX....

Data Source Controls in ASP.NET 2.0

Tutorial introduces a number of new Web controls designed for accessing and modifying data in ASP.NET 2.0....

Adding Additional DataTable Columns

When using the TableAdapter Wizard to create a Typed DataSet, the corresponding DataTable contains the columns returned by the main database query. But there are occasions when the DataTable needs to ...

View Other bloggers