By tag: Snippet
0
kicks
System.Diagnostics.Process and xcopy… why it doesn’t work?
We spent 30 minutes on a spiny issue. We execute some commands directly from a C# program but we want to make sure that everything executed. We did unit test on some code and everything seemed to work.
Today, we tried it live with some real case scenario where we execute some XCOPY. And then…. no...
0
kicks
Remove WWW. Prefix from URLs with URL Rewrite Module for IIS 7.0
A very good trick to eliminate www. prefix from your URLs using the new IIS 7.0 Rewrite Module.
0
kicks
Code Snippet: Filtering a list using Lambda without a loop
Quick code snippet to remove some loops inside your code and increase visibility inside your methods.
0
kicks
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:
-Fixed some major bugs.
-Many aspects of the plug in are now configurable through the options m...
0
kicks
Snipt - Long-term memory for coders
Snipt is a collection of frequently used commands or code snippets. You can browse though all snippets, find them by tags or login with your OpenID and add your own snippets.
0
kicks
Snippet Designer plugin for Visual Studio
"The Snippet Designer is a plugin which enhances the Visual Studio IDE to allow a richer and more productive code snippet experience. " With it you can export selected code as code snippets.
0
kicks
Showcase of C# VS2008 Snippets
Why write snippets when you can generate them using C#? The advantage seems obvious: greater adaptability and a functionality similar to parameter passing - but with snippets. This project is precisely this - an attempt to have snippets with arity, permitting developers to, e.g., quickly generate fu...
0
kicks
C# singleton snippet
I've decided to stop the copy-paste madness.
Not that I use singletons so very often, but still - It never changes, so lets use a snippet.
0
kicks
Restoring VS2005's 'prop' snippet in VS2008
Automatic properties are nice, but sometimes they just won't do. Visual C# 2005 included a 'prop' code snippet for a full property with backing filed but 2008 changed the snippet to generate an automatic property. Here's how to restore the 2005 snippet.
0
kicks
Singleton C# code snippet
A complete documented and attributed singleton C# code snippet.
Highly recommended. 5 key-strokes for a singleton.
0
kicks
How to get the Folder Size in VB.NET
An application with code to find out how to get the Folder Size in VB.NET.
0
kicks
GotCodeSnippets.NET: THE online source for Visual Studio code snippets
GotCodeSnippets.NET was formulated by Microsoft Regional Director and Microsoft Most Valuable Professional (MVP), J. Michael Palermo IV, after having worked on several projects with Microsoft Visual Studio 2005 Beta 2 and leveraging every piece of productivity enhancement he could with the tool. Cod...