Geekpedia Programming Tutorials






15 Seconds

15 Seconds

The 15 Seconds web site is a free resource for web developers working with Microsoft products. The website is part of the Internet.com network and has been a rich resource of Microsoft development articles for more than a decade.

1
(12 resources in 1 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines
Building a .NET Console Application for Scheduled Tasks Programming Tutorials

-----
No votes

May 26th 2008

Building a .NET Console Application for Scheduled Tasks

This article walks you through the process of building a simple .NET command-line application that is designed to be scheduled to execute. The sample application will send an HTTP request to a web server and send the returned HTML as the body of an email message. Once the application is complete, the article will examine how to schedule it to run using Windows Scheduled Tasks.Visit our new .NET 2.0 section!

Designing N-Tiered Data Access Layer Using Datasets - Part 4 Programming Tutorials

-----
No votes

May 26th 2008

Designing N-Tiered Data Access Layer Using Datasets - Part 4

Part of the business logic encapsulated in the Typed DataSet is the ability to add specialized queries to the table adapters to retrieve the data with different filters. By manipulating the XML schema that defines the dataset and adding the correct XML metadata, Visual Studio will generate the added queries for us. In this article, filtering queries will be automatically added to each table adapter for each field that is indexed on the table in the database.Visit our new .NET 2.0 section!

Using OpenSearch to Create a Multi-Search Form Programming Tutorials

-----
No votes

May 26th 2008

Using OpenSearch to Create a Multi-Search Form

This article shows how you can build a search form that will search a number of different sources without the need for a different textbox for each. It even incorporates some basic OpenSearch functionality in order to allow the easy addition of new search providers.Visit our new .NET 2.0 section!

Managing FTP Transfers from an ASP.NET Web Page Programming Tutorials

-----
No votes

May 26th 2008

Managing FTP Transfers from an ASP.NET Web Page

While most of us are no strangers to FTP, performing file transfers from a web page is not that common of a requirement. Come to find out, .NET handles it quite well. The trick is keeping it simple.Visit our new .NET 2.0 section!

Extending the Win Forms Binding Source Component Programming Tutorials

-----
No votes

May 26th 2008

Extending the Win Forms Binding Source Component

The binding source component in Visual Studio 2005/2008 Windows Forms provides a valuable service for data driven applications by providing automatic data binding between controls and the data source. This article shows how the functionality can be extended to add a few features to make it even more useful.Visit our new .NET 2.0 section!

Implementing the .netTiers Template Library as a .NET Website's Data Layer - Part I Programming Tutorials

-----
No votes

Jan 1st 2001

Implementing the .netTiers Template Library as a .NET Website's Data Layer - Part I

Data layers allow the abstraction of your application's SQL calls to a separate set of objects. The .netTiers template library (using CodeSmith) can help you build a data layer for your .NET Web application. This article will start with an existing sample database and will walk you through the process of using .netTiers to creating all the Create Read Update Delete (CRUD) stored procedures and a data layer for a .NET Web site.Visit our new .NET 2.0 section!

Implementing the .netTiers Template Library as a .NET Website's Data Layer - Part II Programming Tutorials

-----
No votes

Jan 1st 2001

Implementing the .netTiers Template Library as a .NET Website's Data Layer - Part II

This is the second article in the .netTiers series. The first article included getting started with the template settings, generating the libraries, a first look at the admin site, a page selecting data out of the database and a page inserting data into the database. This article will include .netTiers discovery of custom stored procedures, SourceTable configuration, and adding custom code to the .netTiers library.Visit our new .NET 2.0 section!

Getting Started with the ASP.NET AJAX Control Toolkit Programming Tutorials

-----
No votes

Jan 1st 2001

Getting Started with the ASP.NET AJAX Control Toolkit

If you've been wanting to get started with AJAX, but haven't known where to start, this is your lucky day. The ASP.NET AJAX Control Toolkit is designed to provide a rich infrastructure for you to write your own ASP.NET AJAX extenders and controls, but it also provides a number of exceptional controls that can be used right out of the box by developers without any previous AJAX experience. Visit our new .NET 2.0 section!

An Introduction to Code Snippets in Visual Studio Programming Tutorials

-----
No votes

Jan 1st 2001

An Introduction to Code Snippets in Visual Studio

Sometimes it's the little things that can really make your day. That's the way I feel about Visual Studio's Code Snippets. Ever since they were introduced in Visual Studio 2005, I've wondered how I ever wrote code without them.Visit our new .NET 2.0 section!

An Introduction to Code Snippets in Visual Studio - Part II Programming Tutorials

-----
No votes

Jan 1st 2001

An Introduction to Code Snippets in Visual Studio - Part II

The first part of this article introduced Visual Studio code snippets and showed how they can save you lots of time and typing by reducing the need for you to manually type repetitive code. This installment will examine the .snippet file format and show you how to expand your snippet library by downloading and creating new snippets.Visit our new .NET 2.0 section!

Sharing Controls Across Different Web Sites Without Using DLLs Programming Tutorials

-----
No votes

Jan 1st 2001

Sharing Controls Across Different Web Sites Without Using DLLs

One of the most frequent gripes programmers have about ASP.NET is that you can't implement include files across multiple web sites like you could in classic ASP. In ASP.NET, Microsoft recommends that you use DLLs to share code, but that can make things more complex then they need to be. This article illustrates how you can simply share source code files in ASP.NET just like you could in classic ASP.Visit our new .NET 2.0 section!

Building an Enhanced ASP.NET GridView Control Programming Tutorials

-----
No votes

Jan 1st 2001

Building an Enhanced ASP.NET GridView Control

The GridView is a great control that allows you to display paginated results. But what happens if you want to change the underlying display for all of your projects? This article shows you how to extend the GridView so that it displays a summary row and allows pagination and sorting in that summary row.Visit our new .NET 2.0 section!

1
(12 resources in 1 pages)
Latest Tech Bargains

Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons