-
Recent Posts
- Making an executable take pipelined input in PowerShell
- FastSharp 2.0
- A StructureMap Gotcha
- OpenWithTest released on Visual Studio Gallery
- Snippet Designer 1.3 Released!
- DiffPlex 1.1 Released
- A Mercurial PowerShell Prompt
- DiffPlex 1.0 Released!!
- Snippet Designer 1.2 Beta Release with Visual Studio 2010 Support
- Regex based Lexer with F#
Categories
- Algorithms
- ASP .NET MVC
- C#
- Codeplex
- Dependency Injection
- DiffPlex
- F#
- FastSharp
- Haskell
- HTML
- J Language
- JavaScript
- JQuery
- LINQ
- LINQ to SQL
- Mercurial
- Moq
- Open Source
- Personal
- PowerShell
- Programming
- Regular Expression
- RTF
- Silverlight
- Snippet Designer
- Snippets
- SQL CE
- structuremap
- testing
- Tools
- Visual Basic
- Visual Studio
- Visual Studio Gallery
- WPF
- XAML
Category Archives: Visual Studio
OpenWithTest released on Visual Studio Gallery
Download Either download from the extension manager by searching OpenWithTest or go to the project page here. Summary Open with Test is a Visual Studio extension which serves one simple task: To always open your test files and implementation files tog…
Continue reading
Posted in Tools, Visual Studio, Visual Studio Gallery, testing
Leave a comment
Snippet Designer 1.3 Released!
I just released Snippet Designer 1.3. CodePlex Page: http://snippetdesigner.codeplex.com/ Visual Studio Gallery Page: http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392 The key features of this release are supp…
Continue readingSnippet Designer 1.2 Beta Release with Visual Studio 2010 Support
Yesterday I released Snippet Designer 1.2 Beta. Codeplex Page: http://snippetdesigner.codeplex.com/ Visual Studio Gallery Page: http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392 This release contains several bug …
Continue readingMy xUnit.net Visual Studio Code Snippets
The xUnit .Net codeplex page lists one useful Visual Studio code snippet for creating a Fact. As you can tell I am fairly fond of code snippets so I created a few more which I use when writing xUnit.net facts. These are one line snippets that I f…
Continue reading
Posted in C#, Snippets, Visual Studio
Comments Off
Snippet Designer 1.1 Released
I just released Snippet Designer 1.1. This is not a major release but just some bug fixes and often requested changes to make the snippet designer more useful. Some of the most notable changes are: Languages Service are turned OFF by…
Continue reading
Posted in Personal, Snippet Designer, Visual Studio
Comments Off
What annoys me when writing generic functions in Visual Studio…
When writing a generic function I start from left to right (the same way I write most things except when I took Yiddish in college). For example, Lets say I am writing a simple generic method which return the first element of a generic list. I wa…
Continue reading
Posted in Visual Studio
Comments Off

