Interactive ASP.NET

Dedicated to providing a rich development community.
Welcome to Interactive ASP.NET Sign in | Join | Help
in Search

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » C# (RSS)
  • How to support file uploads in ASP.Net MVC

    06/03/2009, Phil Gilmore ASP.NET MVC can support file uploads. You need two components to support file uploads. A form in your markup (view) which contains an <input type="file"...> tag and which has the proper enctype attribute. A controller action which will receive the upload information and...
    Posted to Weblog by Phil Gilmore on 06-03-2009
  • Building data sequences in C#

    05/19/2009, Phil Gilmore Beyond the overlap they share with enumerable collections, sequences are mostly unsupported in C#. A notable exception are some of the static methods of the Enumerable class. Check them out. This support is all I need for most sequence work I do. But the support therein is insufficient...
    Posted to Weblog by Phil Gilmore on 05-19-2009
  • Code Counter - The Mighty Mighty Code Counter - Source

    The Mighty Mighty Code Couunter! Will count "lines of code" based on exclusion prefixes. Very simple and fast.
    Posted to MediaGallery by Nathan Zaugg on 11-18-2008
  • BigReal

    This is a C# implementation of an unlimited precision real number
    Posted to MediaGallery by Nathan Zaugg on 11-18-2008
Page 1 of 1 (4 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems