Welcome to Geekdojo Sign in | Join | Help

November 2005 - Posts

In ado.net you can use the following syntax to reference a Sql Server instance on a nonstandard port.  Your connection string would something like this: DataSource={your Sql Server}\{your instance},{your port for the instance} I believe this Read More
I came across this little trick while reviewing the Enterprise Library for .NET 2.0 (Nov CTP)    #if(!NUNIT) usingMicrosoft.VisualStudio.TestTools.UnitTesting; #else using NUnit.Framework; using TestClass = NUnit.Framework.TestFixtureAttribute; Read More
Here’s how you encrypt the “ConnectionString” section of your web.config file using the Rsa encryption provider.   1. Goto the command prompt 2. Change directory to C:\WINDOWS\Microsoft.Net\Framework\v2.0.50727 3.  aspnet_regiis –pc Read More
1.      Download TestDriven.Net 2.      Locate and copy the following files: a.       Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Tip.dll b.      Read More
 Why the lack of posts?   Well I’ve been working on setting up Team Server and administrating Team Server for my first real VS 2005 project.  While my day job involves using VS 2003 for the foreseeable future, I have had the Read More