Chances are your SQL Server Browser service was disabled by default (I believe this is a security measure). Also, you should refer to your local machine as localhost, not local, nor (localhost), which you'll see in some connection strings and is apt to confuse you.
Thursday, April 24, 2014
Revisiting the Past: SQL Server 2005 setup
So you've installed SQL Server 2005, pretty much using the default options. You load up Management Studio, try to connect to the local instance, and you get an error message saying it cannot be located.
Monday, April 14, 2014
Dependency Injection
What is the Unity.MVC3 library, I wonder....
"Dependency Injection" is a 25-dollar term for a 5-cent concept. [...] Dependency injection means giving an object its instance variables. [...] "
Hint: It is mostly just to making TESTING easier.
UNIT testing. UNITY. Get it?
"Dependency Injection" is a 25-dollar term for a 5-cent concept. [...] Dependency injection means giving an object its instance variables. [...] "
Hint: It is mostly just to making TESTING easier.
UNIT testing. UNITY. Get it?
Tuesday, April 1, 2014
Subscribe to:
Posts (Atom)