nkoszyk

Stories kicked by nkoszyk

13 Tips to Comment Your Code(devtopics.com)

submitted by bliekbliek(170) 4 years, 2 months ago

Following are 13 tips on how to comment your source code so that it is easier to understand and maintain over time. read more...

2 comments |category: |Views: 21

tags: another

Try..Catch ...Now What(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 8 months ago

Story from the trenches of how NOT to use try..catch blocks. read more...

2 comments |category: |Views: 13

tags: another

Easier Debugging with Attributes(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 8 months ago

Most people probably haven’t realized that there are several attributes that you can add to your code to make debugging easier. Some prevent you from stepping into sections of code, others change the way variables are displayed in the watch window. read more...

add a comment |category: |Views: 15

tags: another

SQL SERVER - Insert Multiple Records Using One Insert Statement(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 4 years, 10 months ago

How can I insert multiple values in table using only one insert? Now this is interesting question. When there are multiple records are to be inserted in the table following is the common way using T-SQL. read more...

add a comment |category: |Views: 302

tags: another

Some handy shortcuts for Windows Vista(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years, 3 months ago

Some handy keyboard shortcuts for Windows Vista. read more...

add a comment |category: |Views: 8

tags: another

Microsoft Releases SQL Server 2005 Service Pack 2(sqlservercode.blogspot.com)

submitted by yahdenyahden(715) 5 years, 3 months ago

SQL Server 2005 Service Pack 2 has been released read more...

1 comment |category: |Views: 0

tags: another

Snippets Collection(gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 5 years, 3 months ago

Big collection of snippets for Visual Studio read more...

add a comment |category: |Views: 26

tags: another

Ten SQL Server Functions That You Hardly Use But Should edit / delete(sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 5 years, 3 months ago

10 SQL functions that are hardly used but should be used by everyone read more...

add a comment |category: |Views: 4

tags: another

12 HTML Tags You May Not Know (Or May Have Forgotten)(coryarthus.com)

submitted by SQL_MenaceSQL_Menace(4890) 5 years, 4 months ago

Here are some lesser-known and lesser-used valid, non-deprecated (X)HTML tags that may be helpful the next time you're developing a website. read more...

1 comment |category: |Views: 13

tags: another

Compressed HTML makes your pages zippy(hunlock.com)

submitted by pcx99pcx99(165) 5 years, 4 months ago

For a just a few lines of code in your .htaccess file file you can shave off at least 50% of your non-binary bandwidth usage and make your pages load substantially and noticeably faster, all without changing a single line in any of your pages. It's crazy, but it's true! read more...

4 comments |category: |Views: 5

tags: another

VS2005 C# Code Snippet Cheat Sheet(john-sheehan.com)

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

Here's all the built-in Visual Studio 2005 C# Code Snippets on one single page for easy printing and reference. read more...

add a comment |category: |Views: 658

tags: another

Free C#/VB .NET Coding Guidelines ebook download (submain.com)

submitted by sergebsergeb(325) 5 years, 4 months ago

The latest version of Steve Sartain's C#/VB .NET Coding Guidelines 100+ page ebook (PDF) is available for free download. Covers naming guidelines, best coding practices, usage patterns, and more. Download your copy while supplies last! :) read more...

add a comment |category: |Views: 333

tags: another

Attach icons to anything with CSS(hunlock.com)

submitted by pcx99pcx99(165) 5 years, 4 months ago

Thanks to CSS selectors it's possible to attach icons to anything you want just by adding an attribute of your choosing to your HTML. Want a popup icon? try (a href='#' icon='popup') how about a magnifier? (a href='#' icon='mag'). You can even add them automatically for file types. Here's how. read more...

1 comment |category: |Views: 12

tags: another

Things I wish I'd known before I installed VS 2005 Service Pack 1(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 5 months ago

Make sure you read this before you install VS2005 SP1 - you'll save a lot of time and drive space. read more...

add a comment |category: |Views: 4

tags: another

12 handy things/tips to know about Vista(blogs.msdn.com)

submitted by frank12345frank12345(2809) 5 years, 5 months ago

title says it all read more...

add a comment |category: |Views: 7

tags: another

C# 3.0 Language Enhancements In Details(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 5 months ago

This is a detailed article about C# 3.0, which is covering what I said in SilverKey Demo Day 1, with the complete material Power Point Presentation and Samples. Have fun read more...

1 comment |category: |Views: 24

tags: another