gkruger

Stories kicked by gkruger

Visual Studio Debugging Feature - Tracepoints(mark-dot-net.blogspot.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 4 months ago

A tracepoint is simply a breakpoint that will emit a debug trace statement when it is reached. It can emit things like the current function name, stack trace, or the contents of a variable. What's really cool is that you don't have to actually stop execution. This allows you to quickly add debugging statements without the need to check out your code or remember to take the Debug.WriteLine statements out afterwards. read more...

add a comment |category: |Views: 297

tags: another

Most Interesting .NET StackOverFlow Questions(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

Today a short list of My Personal Most Interesting .NET Questions to me asked on StackOverFlow I founded. read more...

add a comment |category: |Views: 777

tags: another

Essential Visual Studio Tips & Tricks that Every Developer Should Know(weblogs.asp.net)

submitted by swaltherswalther(975) 3 years, 7 months ago

In this blog entry, Stephen Walther lists the essential tips and tricks that every developer who uses Visual Studio 2008 should know. The list is kept brief. The list focuses on only those tips and tricks that can be used on a daily basis. Almost all of these tips and tricks are just as useful regardless of whether you are building an ASP.NET Web Forms or ASP.NET MVC application. read more...

add a comment |category: |Views: 845

tags: another

Quote for October(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 7 months ago

A quote worth remembering! read more...

4 comments |category: |Views: 441

tags: another

Copy text from a MessageBox(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 7 months ago

How many times you wished you could copy text from the MessageBox. YOU CAN. read more...

4 comments |category: |Views: 542

tags: another

10 Programming Proverbs Every Developer Should Know(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 7 months ago

Proverbs are used to express universal truths or life lessons in a short and memorable fashion. I find that they are a great way to keep things in perspective, both in life and in work. Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal. read more...

add a comment |category: |Views: 1213

tags: another

Separate Assemblies != Loose Coupling(codebetter.com)

submitted by scottcreynoldsscottcreynolds(195) 3 years, 7 months ago

read and learn read more...

add a comment |category: |Views: 403

tags: another

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

Migrating to jQuery(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 8 months ago

This post outlines some of the steps I went through to convert an existing, small web application from traditional JavaScript to jQuery. read more...

add a comment |category: |Views: 301

tags: another

Why you REALLY need to think about your interfaces(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 8 months ago

When you write your interfaces in C#, you might be casting them in stone. You REALLY need to think about how you write your interfaces. Avoid interfaces with concrete parameters such as Dictionary<> and List<> and prefer interfaces such as IDictionary<> and IList<>. Here is why! read more...

add a comment |category: |Views: 683

tags: another

SQL Server Tips and Tricks (gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 8 months ago

The following are a wide range of tips and tricks I have collected over the years working with various versions or Microsoft's SQL Server. I always enjoy finding little snippets of code which are both simple and powerful. Why write complicated routines when one or two lines of code can do it? read more...

add a comment |category: |Views: 548

tags: another

Sending Email in a Development Environment without an SMTP Server(blog.donnfelker.com)

submitted by BognitBognit(2125) 3 years, 8 months ago

Very handy... I'm forever looking this stuff up :-| read more...

11 comments |category: |Views: 1120

tags: another

Path to .NET 3.5 Developer Certification(thearchitect.co.uk)

submitted by mjpaladmjpalad(615) 3 years, 8 months ago

If you are trying to figure out the new certification exams for Microsoft Certified Professional Developer (MCPD) or Microsoft Certified Technical Specialist (MCTS) for .NET Framework 3.5 / Visual Studio 2008 then you may be interested in a diagram that I put together to helped me to visualize the path through the required certification exams. read more...

1 comment |category: |Views: 758

tags: another

Becoming a Visual Studio Jedi Part 1(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 8 months ago

Peter discusses how to get your use of Visual Studio to the next level. read more...

1 comment |category: |Views: 1009

tags: another

Documents 2.0 - Consumable Documents(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 8 months ago

Sidar discussing the need for more agile documents in business environments. read more...

add a comment |category: |Views: 239

tags: another

Getting to Know Silverlight(geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 5 months ago

One of the most talked-about aspects of Silverlight is its undeniable technical accomplishments. In an age of 50 megabyte downloads, Microsoft managed to squeeze large parts of WPF and a mini-CLR into a tiny browser plug-in, currently under 5MB. Not only that, but it runs in the three major browsers (Firefox, Safari and IE) and more amazingly on the three major operating systems, with Microsoft supporting Windows and Mac OS X and Novell’s Mono project providing a Linux runtime. read more...

add a comment |category: |Views: 2

tags: another