sindestino

Stories kicked by sindestino

AOP in C#? Over Anders Hejlsberg’s Dead Body! (www.sharpcrafters.com)

submitted by gfraiteurgfraiteur(988) 1 year, 6 months ago

Gael Fraiteur respectfully demystifies the untruths spread by Anders Hejlsberg during PDC 10 about aspect-oriented programming . read more...

add a comment |category: |Views: 603

tags: another

PlantUML Editor: A fast and simple UML editor using WPF(www.codeproject.com)

submitted by oazabiroazabir(1805) 2 years, 2 months ago

A WPF client to design UML diagrams at the speed of coding. Forget all mouse based designers. This is the future of UML diagram design. read more...

add a comment |category: |Views: 476

tags: another

60+ .Net libraries every developer should know about(blog.webdistortion.com)

submitted by squiggssquiggs(585) 2 years, 3 months ago

Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I’ve found some of these libraries invaluable, so I’m sharing them for some of the other dev’s out there with a brief outline of how to use. read more...

2 comments |category: |Views: 2605

tags: another

The Internet Isn't Being Held Hostage(www.codethinked.com)

submitted by sindestinosindestino(89) 2 years, 4 months ago

A very good analisys about the state of the Internet and how the prevalence of IE is holding back its evolution. read more...

2 comments |category: |Views: 245

tags: another

How Do Locks Lock?(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 7 months ago

A detailed explanation of how a locks like ReaderWriterLockSlim really work. read more...

1 comment |category: |Views: 341

tags: another

Getting rid of spaghetti code in the real-world: a Case Study(codebetter.com)

submitted by LeinLein(135) 3 years, 8 months ago

A case study of cleaning up entangled code by reducing dependencies. Tips of how to avoid more entangled code to be added. Plugs NCover. read more...

1 comment |category: |Views: 503

tags: another

Foundations of Programming Ebook(codebetter.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 11 months ago

Covering the basics of good programming. read more...

3 comments |category: |Views: 353

tags: another

Use Path.Combine to avoid ugly program failures!(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years, 11 months ago

For Newbies: Why you should use Path.Combine and how it saves your time. read more...

add a comment |category: |Views: 18

tags: another

Simplifying Database Modeling in Visio 2002/2003 through SQL Generatio(blog.donnfelker.com)

submitted by donnfelkerdonnfelker(1290) 5 years ago

If you're like me you're still probably using Visio 2002/2003. If you're also like me, you don't have the Enterprise Architect version of Visio that allows you to forward engineer the database from the ERD Diagram that you've created. This post helps you by providing a way to simulate a forward engineering of the SQL Code. read more...

1 comment |category: |Views: 22

tags: another