codechimp

Stories kicked by codechimp

Build Version Increment Addin for Visual Studio(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

Today I will introduce a tool for Visual Studio Build Version Increment Add-In Visual Studio I want to have automatic build version increment for my apps and libraries to avoid setting it manually again and again. After 5 minutes searching on the internetnet, I found Build Version Increment add-in for Visual Studio 2005/2008. This add-in is very simple in use but do exactly what everyone developer needs. read more...

add a comment |category: |Views: 513

tags: another

Stopping Custom Controls from being added to Visual Studio Toolbox(codechimp.org)

submitted by codechimpcodechimp(345) 3 years, 9 months ago

Useful attribute for adding to custom controls read more...

add a comment |category: |Views: 20

tags: another

How to migrate dasBlog to BlogEngine.NET(kvnc.net)

submitted by ozuolmezozuolmez(335) 3 years, 9 months ago

Reasons and migration steps from dasBlog (old and handy) to BlogEngine.NET (new and shiny) read more...

add a comment |category: |Views: 152

tags: another

Lambdas(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 10 months ago

Lambdas are a simple technology with an intimidating name. They sound like they are going to be difficult to understand, but in practice prove to be relatively trivial. Read this post to get an easy to understand overview of a topic is not really so terribly difficult to understand. read more...

add a comment |category: |Views: 553

tags: another

Use Visual Studio's Post-Build Events to Automate Unit Testing Running(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 4 years ago

Use Visual Studio's post-build events to make unit testing automation awesome! read more...

add a comment |category: |Views: 314

tags: another

Custom Settings Providers and Portable applications/U3 Drives(codechimp.org)

submitted by codechimpcodechimp(345) 4 years, 7 months ago

Article describing how to create custom settings providers for vb.net read more...

add a comment |category: |Views: 2

tags: another

SQL Command Visualizer for Visual Studio 2005(codechimp.org)

submitted by codechimpcodechimp(345) 4 years, 7 months ago

A visualizer for SQL Command objects. Displays a more useful representation of a SQL Command object when debugging. Show details of the command, it's connection and lists all parameters, their properties and current values. read more...

add a comment |category: |Views: 103

tags: another

New Ternary code snippet for those learning C#(codechimp.org)

submitted by codechimpcodechimp(345) 4 years, 7 months ago

A code snippet to insert a Ternary operator template read more...

add a comment |category: |Views: 9

tags: another

Debug Visualizer Template for C# and VB.net(codechimp.org)

submitted by codechimpcodechimp(345) 4 years, 7 months ago

New C# and VB Visual Studio Projects Templates for creating your own debug visualizers. read more...

add a comment |category: |Views: 11

tags: another

With Contempt(codechimp.org)

submitted by codechimpcodechimp(345) 4 years, 7 months ago

A macro to remove With blocks from VB.net code. read more...

add a comment |category: |Views: 1

tags: another

NUnit Templates and Snippets for Visual Studio 2005 - Now support C#(codechimp.org)

submitted by codechimpcodechimp(345) 4 years, 8 months ago

This handy VSI Package has been updated to now include C# variants of the existing VB items. It includes project and item templates as well as code snippets to easily create NUnit test projects, fixtures and methods. read more...

1 comment |category: |Views: 195

tags: another

15+ Free Visual Studio Add-Ins(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 8 months ago

After some extensive researching (Googling), I’ve compiled this list of 15+ FREE Add-ins for Visual Studio 2005. Some of these add-ins will help improve the quality of your code, while others will help you code faster, however, none are guaranteed to help you get with the ladies. read more...

3 comments |category: |Views: 228

tags: another

.Net: Passing user data with Exception back to the caller method(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 8 months ago

A simple way of passing any user data in the Exception back to the caller method. read more...

2 comments |category: |Views: 20

tags: another

Large Text Properties and Reflector(codechimp.org)

submitted by codechimpcodechimp(345) 4 years, 8 months ago

Describes how to mark your control properties as a large text (elipses appears next to it for more data entry). Also details the process of discovering how to do this using Reflector. read more...

add a comment |category: |Views: 0

tags: another

Seamless inline text editing with ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 9 months ago

A demonstration of how to use ASP.NET AJAX to implement a Label that swaps to a TextBox for editing when clicked and then saves its value when editing is completed. read more...

add a comment |category: |Views: 275

tags: another

Speed up your development day(codechimp.org)

submitted by codechimpcodechimp(345) 4 years, 9 months ago

Learn how to speed up opening code edit windows in visual studio. read more...

add a comment |category: |Views: 0

tags: another