codechimp

Stories submitted by codechimp

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

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

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

add a comment |category: |Views: 20

tags: another

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

submitted by codechimpcodechimp(345) 4 years, 3 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, 4 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, 4 months ago

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

add a comment |category: |Views: 7

tags: another

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

submitted by codechimpcodechimp(345) 4 years, 4 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, 4 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, 4 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: 194

tags: another

Large Text Properties and Reflector(codechimp.org)

submitted by codechimpcodechimp(345) 4 years, 5 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

Speed up your development day(codechimp.org)

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

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

add a comment |category: |Views: 0

tags: another

WaitCursor Snippets for Visual Studio 2005(codechimp.org)

submitted by codechimpcodechimp(345) 5 years, 2 months ago

Two code snippets for providing wait cursor blocks for win forms applications, one going back to default, the other remembering the previous cursor. read more...

add a comment |category: |Views: 21

tags: another

GUID Visualizer for Visual Studio 2005(codechimp.org)

submitted by codechimpcodechimp(345) 5 years, 2 months ago

A simple GUID Visualizer, it just displays a text box displaying the value in string format of the current guid. If you've ever tried debugging guids before you'll know that it's not easy, always giving you a misleading empty, which is actually a property of the guid type rather than its actual value. read more...

add a comment |category: |Views: 22

tags: another

Visual Basic NUnit templates for Visual Studio 2005(codechimp.org)

submitted by codechimpcodechimp(345) 5 years, 2 months ago

Free Project and Item templates as well as code snippets for creating boiler plate code for NUnit test projects. read more...

1 comment |category: |Views: 31

tags: another