Browse by Tags

All Tags » ASP.NET (RSS)

LINQ using stored procedures without implicitly typed variables by Yorkenw06

Problem: You want (need to because of the stubborn dba!) to use stored procedures in your next project and would also like to take advantage of the new features in .Net 3.5 like LINQ and extension methods, implicitly typed variables etc. I particularly...
Filed under: , ,

Uploading multiple files logically via the web by Yorkenw06

Trying to upload multiple files easily on the web is not a very intuitive thing. I am not sure why you can only select one file at a time though a <input id="fileToUplad" type="file" /> tag even though you can add multiple files to a request. Hopeful...
Filed under: ,
More Posts