When you first access your SVN repository you are given the option to save your authentication information. Nice feature, right? Well, what if you need to access the repository via different credentials? Here’s the trick: Right-click on the root folder Select TortoiseSVN Select Settings Navigated to Saved Data Clear the stored Authentication Data The next [...]
Continue reading about TortoiseSVN – Change User After Save Authentication
NDepend is a static analyzer that simplifies the management of a complex .NET code base. Architects and developers can analyze code structure, specify design rules, plan massive refactoring, do effective code reviews and compare different versions of the code. The result is better communication, improved quality, easier maintenance and faster development. Sounds good, eh? Full [...]
Continue reading about Analyzing Your .NET Code with NDepend
The folks I work with are wicked smart. Go back and read that first sentence again. This time read it like you are Ben Affleck in Good Will Hunting or one of the guys I used to play summer ball with outside of Boston. Fun right? Anyway, the point is I work with really smart [...]
For the first time in years, I needed to distribute my application to the end user’s machine via an online download. To do this effectively and professionally, I, of course, needed an install package. Over the year, I have used both Wise and InstallShield but they both cost money and I don’t recall them being [...]
There’s a ton of information online about exporting a DataGrid or GridView to Excel, but most variations do not consider the GridView may reside within an UpdatePanel. It goes without saying, but I was disappointed when I recently dusted off my “Export GridView to Excel” code snippet and encountered a number of exceptions. So I [...]
Continue reading about Export GridView to Excel within an UpdatePanel
This morning I needed to compose a very simple SQL routine and it took me around five compiles until I got the syntax right. All I needed to do was transfer an active status from one entity (in my case a computer) to another. I decided to implement this by updating the same table in [...]
I’ve previously written about managing your Subversion repositories via the TortoiseSVN client. TortoiseSVN integrates with Windows Explorer and provides a really slick way to do things like view the status of your source code, update your Subversion working copy and commit change. But as slick as it is, TortoiseSVN requires one to bounce between their [...]
I can’t possibly count the number of times the beautiful “Firefix has stopped working” message has popped up over the past two weeks. Sometimes, when the coding gods are smiling down on me, I am lucky enough to get the Restore Session / Start New Session prompt after I “Close program” and relaunch. The majority [...]