Nathan Yorke
Getting things done one line of code at a time.
Sign in
|
Join
Home
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET
InfoPath
LINQ
Sharepoint
SQL Server
Sponsors
advertise here
Navigation
Home
Blogs
Archives
January 2008 (1)
December 2007 (2)
Recent Posts
0
Comments
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:
ASP.NET
,
LINQ
,
SQL Server
2
Comments
InfoPath form deployed to Sharepoint that reads from config files
by
Yorkenw06
Problem: If you do not use InfoPath and or Sharepoint you can skip this post. When developing InfoPath forms in Visual Studio 2005 that are deployed on Sharepoint you can add an app.config file and one would think that you could use it as in any other...
Filed under:
.NET
,
InfoPath
,
Sharepoint
13
Comments
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:
ASP.NET
,
Sharepoint
More Posts