(formerly C# Resources, originally published Jan 13, 2010 @ 22:11 Edit)
Here are some links that I have found useful while learning C#, MSSQL and ASP.NET. Perhaps it’s just a big bookmark for me. These links are gleaned from looking at a lot of google…
I gota get back to this link ASAP
http://www.asp.net/community/projects
Info on moving .mdf to sql server particularly aspnetdb.mdf
* http://www.4guysfromrolla.com/articles/040506-1.aspx
http://weblogs.asp.net/scottgu/archive/2006/04/22/443634.aspx
http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx
http://msdn.microsoft.com/en-us/library/ms229862.aspx
asp.net login, authentication and authorization
http://www.4guysfromrolla.com/articles/060706-1.aspx
http://dotnetslackers.com/articles/aspnet/Windows-Authentication-using-Form-Authentication.aspx
Might be good reference for the BIG cis 258 assignment
http://aspnet.4guysfromrolla.com/articles/061108-1.aspx
http://www.4guysfromrolla.com/webtech/110701-1.shtml#postadlink
http://www.asp.net/general/videos/lesson-9-securing-your-web-site-with-membership-and-login-controls
http://www.4guysfromrolla.com/articles/060706-1.aspx
MySql stuff
These helped me to learn how to implement and use the MySql connector from mysql.org (sun) The www.geekpedia.com site looked to have many articles on many different programming languages.
http://bitdaddys.com/MySQL-ConnectorNet.html
http://www.geekpedia.com/tutorial228_Connect-to-MySQL-using-Csharp-and-ConnectororNet.html
SQL Injection
https://angelccs.spokane.edu/section/default.asp?id=171A9041791
.net gdi+ graphics
http://www.bobpowell.net/beginnersgdi.htm
Simple mouse and graphics
http://www.geekpedia.com/tutorial55_Mouse-coordinates.html
web.config
http://articles.sitepoint.com/article/web-config-file-demystified
http://www.4guysfromrolla.com/articles/121207-1.aspx
blogengine.net
http://jamafriend.com/blogengine.web/post/How-to-add-BlogEngineNet-on-your-existing-aspnet-site.aspx
Great tutorials
www.learnvisualstudio.net has a bunch of video tutorials. I found the site from some Microsoft MSDN video tutorials hosted at learnvisualstudio.net they were free, however most of the others at learvisualstudio.net require a subscription. I think pay up as the quality of the tutorials in my opinion appears to be well worth the subscription price.
I’m sure you know about www.msdn.com but if not it’s well worth a look. And a second look too. With so much information I find it hard to find what I’m looking for. When my searches aren’t working I try to find some different keywords to get to the same information I’m looking for. Sometimes starting at the home for whatever language you are working on.
I copied and pasted these link from Tom’s (.cs/asp.net instructor) ado lecture.
|
|
|
|
Not categorized
Some insight into visual studio web sites vs web projects. Be sure to read comments.
Check this for asp.net web site administration http://aspnet.4guysfromrolla.com/articles/053007-1.aspx
http://msdn.microsoft.com/en-us/library/ff649314.aspx#paght000014_deployment
http://forums.asp.net/p/1559326/3845716.aspx
webmonkey.com
syncfusion.com
* Editor’s choice (Hey! That’s me)
——
Eventually I’ll finish this cis 258 asp.net class at the end of June 2010. As I have no summer classes – Well Weeee! Here are a couple links that looked very intriguing and that I’d like to work through to learn more nifty asp stuff.
Shopping cart with pictures of items tutorial http://www.codeproject.com/KB/database/GridView_order_page.aspx
http://www.dotnetcurry.com/ShowArticle.aspx?ID=107 GridView Tips and Tricks using ASP.NET 2.0
hey below is mostly for me. Reminders and such …
this one is important. I should add this constraint to my CookNook. My fk works but this would enhance it considerably http://www.asp.net/security/tutorials/storing-additional-user-information-cs
http://geekswithblogs.net/mbcrump/Default.aspx Garage Sale Code
http://geekswithblogs.net/mbcrump/archive/2010/05/25/tools-and-utilities-for-the-.net-developer.aspx Tools and Utilities for the .NET Developer
http://www.asp.net/security/tutorials/storing-additional-user-information-cs Storing Additional User Information
http://dotnetguts.blogspot.com/2006/12/databindereval-method.html DataBinder.Eval() Method
http://www.4guysfromrolla.com/articles/072102-1.aspx Customizing DataBinded Output in Templates