| |
|
KB Article |
Group >>
KB Topic
|
 109 Hits
|
 KB Post |
1. ASP.NET Cheat Sheet
Here's some copy-and-paste code that I use weekly. Bookmark it and save yourself hours!
7/19/2010
|
VB.Net Language >>
WebForms (ASP.Net)
|
 171 Hits
|
 KB Post |
2. Which Development Tool would YOU use?
Maybe I'm cynical, but as a developer meeting with a prospective client to gather requirement...
(2 Comments
, last by lowster11 )
6/28/2010, Updated: 7/6/2010
|
Coding & OO >>
Coding & OO
|
 395 Hits
|
 Code |
3. Consuming an RSS feed in ASP.NET
Using this quickie code snippet, you can attach an ASP:Gridview to an external RSS Feed.
All you need to accomplish this is the URL of a usable feed.
5/1/2010
|
C# (Visual C# & VS.Net) >>
WebForms Coding Tasks
|
 419 Hits
|
 KB Post |
4. General SQL Optimization Tips
In this article, you will be shown a few generic methods to optimize your SQL queries. This...
3/15/2010
|
DBA, Databases, & Data >>
SQL Servers
|
 565 Hits
|
 Error |
5. Windows could not start the SQL Server (SQLEXPRESS) on Local Computer. ... service-specific error code -2146885628
1/19/2010
|
DBA, Databases, & Data >>
Microsoft SQL Server
|
 826 Hits
|
 Article |
6. Geolocation: Step by Step
I need to perform a search for all the (jobs, contractors, appraisers, deli's) within 50 m...
(3 Comments
, last by mprestwood )
12/23/2009, Updated: 1/4/2010
|
DBA, Databases, & Data >>
SQL Servers
|
 558 Hits
|
 KB Post |
7. Using a Legacy Windows DLL in ASP.NET
This article will show how to access a function in a legacy COM dll from a ASP.NET web page. By legacy I mean a dll that is not a .NET managed code dll (a Win32 DLL).
11/5/2009
|
C# (Visual C# & VS.Net) >>
WebForms Coding Tasks
|
 671 Hits
|
 KB Post |
8. Using GenericIdentity for Cross Platform Authentication in the .NET framework
When designing a WinForms application, the most straightforward way to authenticate a user is usi...
11/2/2009
|
C# (Visual C# & VS.Net) >>
WebForms Coding Tasks
|
 601 Hits
|
 KB Post |
9. Connection Strings, Web.Config, and the Development Environment
There is a way to configure your ASP.NET website with one configuration for your internal develop...
2/24/2009
|
Website Design & Hosting >>
Website Scripting
|
 821 Hits
|
 Code |
10. SHORTCUT ICON
Get rid of the boring default icon on your website. Add a custom icon! Most browsers...
(2 Comments
, last by SomeYahoo )
2/24/2009
|
Website Design & Hosting >>
Website Design
|
 780 Hits
|
 KB Post |
11. View. Print. Handheld. Make your site work on any media.
There is no need to manually control the rendering of your site to
alter layout. There is an eas...
1/15/2009
|
Website Design & Hosting >>
Cascading Style Sheets (CSS)
|
 721 Hits
|
 Tip |
12. Don't Overlook Robots.txt
In the good old days, web spiders would crawl your sites once you registered them with a search e...
1/6/2009
|
Website Design & Hosting >>
Website Scripting
|
 1019 Hits
|
 Code |
13. Getting Website Root Directory in C# ASP.NET
This code shows how to ask the webserver where the site's root directory is, and how to conve...
12/12/2008, Updated: 10/24/2009
|
C# (Visual C# & VS.Net) >>
WebForms Coding Tasks
|
 562 Hits
|
 Article |
14. Programattically Adding Content to Web Pages in C#
Visual web developer offers a few different ways to add dynamic content to a web page. This will he...
12/12/2008
|
C# (Visual C# & VS.Net) >>
WebForms Coding Tasks
|
 927 Hits
|
 Code |
15. Send Email Using C#
This code snippet will send a very quick email. Note that this code will not work as-is. You need...
10/16/2008, Updated: 10/22/2008
|
Coding & OO >>
General .Net Concepts
|
 2290 Hits
|
 Article |
16. A 10 Minute C# Console Application Quick Start
This will show how to make a "hello world" console application in Visual Studio 2008 with...
10/8/2008, Updated: 12/6/2008
|
C# (Visual C# & VS.Net) >>
C#
|
 873 Hits
|
 KB Post |
17. Regex
Console application shows some common uses of Regular Expressions (REGEX) to match and recursively replace text in strings.
10/6/2008, Updated: 11/7/2008
|
Coding & OO >>
General .Net Concepts
|
 782 Hits
|
 KB Post |
18. Regular Expressions Cheat Sheet
A collection of regular expressions that validate and parse common user data.
8/28/2008, Updated: 10/6/2008
|
Coding & OO >>
Programming
|
 5135 Hits
|
 Code |
19. MSSQL Update Trigger Example
This tutorial shows how you would create a trigger in Microsoft SQL Server 2005/2008 that will da...
(1 Comments
, last by mprestwood )
4/15/2008, Updated: 1/6/2009
|
DBA, Databases, & Data >>
MS SQL 2005
|
 1905 Hits
|
 Code |
20. Get all components in an ASPX page recursively
Retrieves an array of all the components of any given type within a starter control (such as a pa...
(1 Comments
, last by ASPGuy )
3/8/2008, Updated: 2/24/2009
|
C# (Visual C# & VS.Net) >>
WebForms Coding Tasks
|
 1438 Hits
|
 Code |
21. FileUpload
Demonstrates the code required to retreive and store a file uploaded via an ASP FileUpload object...
3/6/2008, Updated: 11/3/2008
|
C# (Visual C# & VS.Net) >>
WebForms Coding Tasks
|
 2070 Hits
|
 KB Post |
22. How to open a URL in a pop-up window.
Every now and then you want a link to open not only in a new browser, but you may want to give the n...
(1 Comments
, last by Wes )
2/9/2008, Updated: 7/1/2009
|
C# (Visual C# & VS.Net) >>
WebForms Coding Tasks
|
 1507 Hits
|
 Code |
23. Sending email from C#.NET in 5 lines of code.
First, you must add the System.Net.Mail namespace to your project. There are 2 o...
2/5/2008
|
C# (Visual C# & VS.Net) >>
WebForms Coding Tasks
|