Interactive ASP.NET

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

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the 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 Phil Gilmore by Phil Gilmore on 06-03-2009
    Filed under: Filed under: , , ,
  • 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 Phil Gilmore by Phil Gilmore on 05-19-2009
    Filed under: Filed under: , , ,
Page 1 of 1 (2 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems