Stories recently tagged with 'Code'

Restoring VS2005's 'prop' snippet in VS2008(john-sheehan.com)

submitted by rimsystemsrimsystems(6119) 4 years, 2 months ago

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. read more...

2 comments |category: |Views: 52

tags: another

Part Cover a code coverage tool that works with Static methods(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

I just found this great free tool, open source, that produces xml, that has a command line interface and a nice GUI. Simple to install and start usint (less that five minutes). Why you should considered it and how it compares with Ncover. read more...

add a comment |category: |Views: 169

tags: another

How to create Visual studio code snippets easily(dev102.blogspot.com)

submitted by razamitrazamit(4566) 4 years, 5 months ago

a nice tool that help you create VIsual Studio code snippets read more...

add a comment |category: |Views: 8

tags: another

Reading other people’s .NET code(3poundmass.wordpress.com)

submitted by wooyaywooyay(695) 4 years, 8 months ago

Places to find great examples of .NET code read more...

add a comment |category: |Views: 5

tags: another

.NET Coding Guidelines - Commenting(3poundmass.wordpress.com)

submitted by wooyaywooyay(695) 4 years, 9 months ago

Nice rant about developers who don't comment their code, I can sympathize. read more...

8 comments |category: |Views: 10

tags: another

Top 10+ source code search engines(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 10 months ago

Programmers are coding and coding in somewhere for some purpose. I wonder how many lines of code is written in a minute on the world :) I guess thousands of lines. But most them are coding the same snippets of code again and again. I always used "Koders" not to reinvent america, means not to rewrite the codes someone else have already solved. There are plenty of code search engines out there to serve us (programmers) with the millions of lines of codes to fasten our job. So you can use the following code search engines for this purpose read more...

add a comment |category: |Views: 25

tags: another

Automated code formatting tools(frogsbrain.blogspot.com)

submitted by frogsbrainfrogsbrain(225) 4 years, 10 months ago

Some tools I like to use for creating and maintaining consist code structure and layout. read more...

add a comment |category: |Views: 14

tags: another

Regionerate Public Beta(rauchy.net)

submitted by rauchyrauchy(455) 4 years, 11 months ago

Regionerate is an open-source automatic layout enforcement tool for C#. I have just released its Public Beta. Enter the site for a quick screencast that explains all about it. read more...

3 comments |category: |Views: 11

tags: another

Optimized access to Bitmaps(coders4fun.com)

submitted by DzamirDzamir(245) 5 years ago

How to read and elaborate sequence of bitmaps without using .NET functions, saving tons of processor cycles. read more...

1 comment |category: |Views: 10

tags: another

Not Invented Here Syndrome(evanhoff.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years ago

When it comes to components and tools, not only are you robbing yourself of a productivity boost by not having to develop every little thing in your app, but you miss the quality benefits that a specialized vendor can bring to the table. If you look around at the component vendors and open-source projects that exist on the web, more than likely you can find one that will scratch your itch and save you money. read more...

add a comment |category: |Views: 3

tags: another

A Better View On Your Coding Community!(codefeeds.com)

submitted by deksildeksil(10) 5 years ago

A great site that aggregates the top coding-related feeds in one convenient and easy-to-use location. Filter information by providers, topics and keywords in order to quickly find the information that you need. read more...

add a comment |category: |Views: 3

tags: another

When Bad Code Attacks(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 5 years, 1 month ago

You don't always know it's there. Maybe you saw it in passing and thought to yourself, "If I don't look it directly in the eyes, it can't hurt me." And then it happens - an error in production, high-priority change request, or time to redesign the system for a new version. Suddenly, you're in fight to the finish and the clock is ticking. read more...

add a comment |category: |Views: 2

tags: another

Types of confusion(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 5 months ago

When I began programming in my early teens, I was very excited to learn about programming and also excited to become a "real" programmer. I remember picking up a book from the library that purported to teach what real programmers were like. I absorbed the material and enjoyed every page. I can only remember a handful of things from that book which I now realize was not very serious material, but I do remember one quote: "Strong typing is for people with weak minds." I thought to myself, "I don't want to have a weak mind" and I didn't want people to think that I have a weak mind so I thought that I should definitely not embrace strong typing. But what was "strong typing" anyway, I wondered. After much reflection on my (brief) programming experience, I decided that strong typing was using the keyboard a lot. So I decided that people with weak minds wrote overly verbose code. I then applied my new found principle. read more...

add a comment |category: |Views: 2

tags: another