-
-
7:52
»
ASP.NET Daily Articles
The road from web scraping, to geo-coded XML documents, to Google maps.
-
-
7:52
»
ASP.NET Daily Articles
The purpose of this article is to describe the technique I have used to implement the repository pattern in .NET applications. My implementations is a general purpose design that can be reused for many projects, allows the domain model to avoid dependencies on infrastructure, and facilitates domain-driven design, unit testing, and strongly typed querying.
-
-
7:52
»
ASP.NET Daily Articles
This tutorial will explain how to incorporate LINQ with your web applications. This is designed as a step by step guide for developers ranging from beginner to advanced levels. If you have never used LINQ before, this is a great starting tutorial.
-
-
7:52
»
ASP.NET Daily Articles
This articles illustrates how a developer can perform data binding against the Accordion AJAX control, showing relational data in a condensed manner.
-
-
7:52
»
ASP.NET Daily Articles
This article continues the series to show other examples of creating custom data field controls for controls like the GridView and DetailsView.
-
-
7:52
»
ASP.NET Daily Articles
The DotNetNuke project contains a time tested set-up wizard that works in a lot of situations. You can use a Web Deployment Project but it requires you to run a installer on the server. This may not work for a lot of situations where you are using a shared hosting server. The wizard allows you to FTP the application to a remote server and then launch the configuration wizard from the web browser.
-
-
7:52
»
ASP.NET Daily Articles
Microsoft provides templates to create managed applications using Silverlight 2. These templates are available when we install Silverlight Tools Beta 2 for Visual Studio 2008. In this article, we will explore the different types of Silverlight applications, the templates available, composition of a Silverlight Web Site and how to integrate Silverlight in your ASP.NET applications.
-
-
7:52
»
ASP.NET Daily Articles
This sample demonstrates how you can use the AutoCompleteExtender control from the ASP.NET AJAX Control Toolkit and customize its behavior without modifying it.
-
-
7:52
»
ASP.NET Daily Articles
Learn how to secure your web applications against hacker attacks with Microsoft's freely downloadable Threat Analysis and Modeling tool.
-
-
7:52
»
ASP.NET Daily Articles
Brian Mains overviews the client portion of the ASP.NET AJAX framework.