psyh0e

Stories kicked by psyh0e

Best practices for creating websites in IIS 6(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 7 months ago

A list of steps that I always take while creating ASP.NET websites in IIS 6. It ensures better performance maintainability, and scalability of your application. read more...

3 comments |category: |Views: 517

tags: another

SQLite on .NET - Get up and running in 3 minutes.(mikeduncan.com)

submitted by DuncanChudDuncanChud(925) 4 years, 4 months ago

The quick and dirty guide to setting up SQLite with .Net in 3 minutes. Small, fast, and ass-kicking like a transactional Jackie Chan. Good background information and tutorial to get you from download to querying in no time flat. read more...

1 comment |category: |Views: 45

tags: another

More Silk-style icons(damieng.com)

submitted by DamienGDamienG(1405) 4 years, 5 months ago

Everybody's heard of the fantastic silky-smooth "Silk Icons" set from FamFamFam. This new set complements that original 1,000 png icon set with over 450 more of the same for use in Windows or Web applications. read more...

1 comment |category: |Views: 270

tags: another

.NET Format String Quick Reference/Cheat Sheet(john-sheehan.com)

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

All standard and custom DateTime and number format strings (for use with String.Format(), .ToString(), etc) in one handy document. read more...

add a comment |category: |Views: 310

tags: another

Common Pattern For Working With DataReader(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

A description of a common pattern for working with DataReader object which as described here: http://vaultofthoughts.net/WhatYouShouldDisposeWhenUsingADONET.aspx Is IDisposable and should be disposed! read more...

add a comment |category: |Views: 78

tags: another

Dark Room the .Net clone of WhiteRoom(hanselman.com)

submitted by gaechgaech(1240) 5 years, 8 months ago

Dark Room is a Windows Clone of WriteRoom, one of my favorite Mac applications. Dark Room, written in .NET 2.0. The fact that its default state is green text on black isn't the point; you can change the colors. It's the lack of distraction. read more...

add a comment |category: |Views: 12

tags: another

Masterpages hate logic, throw interfaces at them(sitepoint.com)

submitted by ChrisShawChrisShaw(65) 5 years, 8 months ago

Wyatt Barnett explains a good way to keep your logic and presentation independent. read more...

add a comment |category: |Views: 5

tags: another

Subtext 1.9 "Daedelus" Released!(haacked.com)

submitted by wwb_99wwb_99(870) 5 years, 8 months ago

A new version of Subtext has been released. The major change is that Subtext is now an ASP.NET 2.0 application, paving the way for many other improvements. read more...

add a comment |category: |Views: 0

tags: another

Dustin Campbell: Giving Enums a Little Love(diditwith.net)

submitted by jfollasjfollas(425) 5 years, 8 months ago

Dustin Campbell (Developer Express' Senior "Whipping Boy") discusses improvements that should be made in order to round out the Enumeration data type in .NET (to provide for both increased functionality and improved readability of code that uses enums). read more...

add a comment |category: |Views: 2

tags: another

RSS in .NET Made Easy with XML Serialization(weblogs.asp.net)

submitted by rjdudleyrjdudley(1465) 5 years, 8 months ago

Easy as pie RSS using PONO (Plain Ole .NET Objects) and .ToString method. There's also a method to deserialize an RSS Document. Lots of cool potential here (think: log files). read more...

add a comment |category: |Views: 7

tags: another

Scott Hanselman's 2006 Ultimate Developer and Power Users Tool List(hanselman.com)

submitted by dalzieldalziel(6230) 5 years, 8 months ago

Hanselman lists his top 10 indispensable tools & products for development, plus 5 from his list last year that got knocked out. read more...

1 comment |category: |Views: 2

tags: another

Scott Hanselman's 2006 Ultimate Developer and Power Users Tool List for Windows(hanselman.com)

submitted by HaackedHaacked(5105) 5 years, 8 months ago

Scott Hanselman, that uber technologist, updates his must have list of power tools for developers. read more...

add a comment |category: |Views: 6

tags: another

Cool (and Free) Threading .NET 2.0 E-Book (coolthingoftheday.blogspot.com)

submitted by marcosmarcos(2779) 5 years, 9 months ago

"This is a very cool threading online reference and freely downloadable e-book (PDF). Using C# for its examples, in 76 pages it covers basic synchronization, locking, BackgroundWorker, async delegates and more." Via: http://coolthingoftheday.blogspot.com read more...

1 comment |category: |Views: 58

tags: another

DotNetKicks.com integration into Blogger.com(gaech.blogspot.com)

submitted by gaechgaech(1240) 5 years, 9 months ago

The quickest way to submit your post on Blogger.com to DotNetKicks.com. read more...

1 comment |category: |Views: 25

tags: another

The Power of "View Source"(codinghorror.com)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

Jeff Atwood explains why view source has helped make Javascript so popular, and why Reflector can do the same for .NET read more...

add a comment |category: |Views: 2

tags: another

AnkhSVN 1.0 release candidate available(arildf.spaces.live.com)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

VS.NET addin for the Subversion version control system. read more...

add a comment |category: |Views: 0

tags: another