Free Asp.Net Goodies

Some zero cost resources for asp.net develpers.
source: http://www.code-magazine.com/article.aspx?quickid=0411041&page=1

**OpenSourceProjects:
SmartCodeGenerator(www.codeplex.com/smartcodegenerator): A free opensources code generation tool that uses pure asp.net to generate your text base output.
DotNetNuke (www.dotnetnuke.com): A content management portal.
nGallery (www.ngallery.org): Is an image gallery project written in C#.
.Text (dottextwiki.scottwater.com): blogging engine written in C#
Community Server :: Forums (www.telligentsystems.com)
**
Controls

Metabuilders (www.metabuilders.com)
eXcentrics World (www.eworldui.net)

IDE and tools:
WebMatrix : A free asp.net IDE
Cassini: A opensource webserver written in c#

Asp.Net Starter Kits
Issue Tracker Starter Kit (Beta): Asp.Net application to track development issues/bugs.
Time Tracker Starter Kit: Tracks time worked on a project.
Reports Starter Kit: The ASP.NET Reports Starter Kit is a guide for creating customizable Web reports using ASP.NET.
Community Starter Kit: With the Community Starter Kit, you can quickly create a community Web site.
Commerce Starter Kit: Is an example of an e-commerce storefront. 
Portal Starter Kit: Demonstrates how you can use ASP.NET to build intranet and Internet Web portal applications.

ASP.NET Related Web Sites
URL

ASP.NET
www.asp.net

ASP.NET Resource Index
www.411asp.net

4 Guys From Rolla
www.4guysfromrolla.com

ASP.Net Heaven
www.aspdotnetheaven.com

ASP Free
www.aspfree.com

123ASPX Directory
www.123aspx.com

FuzzySoftware
www.fuzzysoftware.com

ASP Alliance
www.aspalliance.com

WWW Coder Resource Directory
www.wwwcoder.com

ASP.NET Resources
www.aspnetresources.com

ASP Wire
www.aspwire.com

.NET Related Web Sites
URL

The Code Project
www.codeproject.com

DotNet Junkies
www.dotnetjunkies.com

Free Programming Resources
www.freeprogrammingresources.com

.Net Toolbox
www.dotnettoolbox.com

KBAlertz
www.kbalertz.com

This article is part of the GWB Archives. Original Author: Shahed Khan

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.