.NET Answers

ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.
Subscribe

Archive for April, 2008

Seth is absolutely right!

April 04, 2008 By: Dave Category: none

Why bother having a resume?  via Sorry, folks, you still need a resume

If you’re really good, you don’t need a resume.  The only reason I have one is because occasionally someone ASK me for one specifically.  Gotta have something to hand them.  But, I can honestly say I have not used a resume to get a contract in at least 5 years and probably only handed one out 3 times in the last 10 years.

(more…)

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Unique SQL Login w/ SqlMembership Provider

April 03, 2008 By: Dave Category: none

Yesterday, we looked at how to setup the web.config file and modify the business logic layer to make use of Profile properties to give us unique SQL logins when we use the SqlMembership provider for forms authentication.  Today, we are going to show you the code you will need to associate the profile properties with the user.

(more…)

Unique SQL Logins and SqlMembership Provider

April 02, 2008 By: Dave Category: none

There are cases where it is advantageous to have a separate sql login for each user login who will be editing your database.  If you are using Windows authentication, this is not a problem because you can pass the windows authentication tokens on through to the db without having to do a whole lot of work.

But, what about times where setting up a separate windows user for each person who will be accessing the system is more work than it’s worth, or as is the case in shared hosting plans, just isn’t practical?

(more…)

April Fools

April 01, 2008 By: Dave Category: none

So far, I’ve seen:

(more…)