HappyCode

Stories kicked by HappyCode

Foundations of Programming - Learning Application(codebetter.com)

submitted by carcercarcer(240) 3 years, 10 months ago

If you're anything like me, you probably learn a lot better by going through code rather than reading books. I'm happy to release the Foundations of Programming Learning Application - it's a complete solution meant to show what was covered in the Foundations series. read more...

add a comment |category: |Views: 419

tags: another

Your Software Can't Heal Itself(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 10 months ago

Stop pretending that you can guess how a 100k line application is going to fail, and stop putting in tons of code to account for failures that you don't know are going to happen. How come we often ignore YAGNI in the face of writing robust software? read more...

1 comment |category: |Views: 427

tags: another

Microsoft cracking down on community extensions(lovethedot.blogspot.com)

submitted by RagoczyRagoczy(655) 3 years, 10 months ago

Microsoft released a tool called Microsoft Source Analyzer, or StyleCop. It analyzes source code for standards violations. It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration. So the community dug in and figured out how to do these things and now MS is firing off license-violation emails. Don't they get it? The community wants to use the product, but it's too limited ... these extensions help make it better. read more...

5 comments |category: |Views: 503

tags: another

Free WPF Image File Viewer with Annotations(atalasoft.com)

submitted by tomdogtomdog(3230) 3 years, 10 months ago

This post includes a free image file viewer application complete with annotation controls - source code for the project is also included - this is a Windows Presentation Foundation application, 100% .NET, and was built using the DotImage toolkit from Atalasoft. read more...

add a comment |category: |Views: 668

tags: another

Some concepts to know before you use an IoC tool(codebetter.com)

submitted by terrbleterrble(1665) 3 years, 10 months ago

The baseline understanding required to effectively implement dependency injection read more...

add a comment |category: |Views: 272

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

I finally get the point of inversion of control(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 11 months ago

A quick overview of IoC (with diagrams!). read more...

add a comment |category: |Views: 770

tags: another

S#arp Architecture: ASP.NET MVC with NHibernate and Spring(devlicio.us)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years ago

Architectural foundation for rapidly building maintainable web applications leveraging the ASP.NET MVC framework with NHibernate 1.2 and Spring.NET 1.1.1. read more...

add a comment |category: |Views: 439

tags: another

Connect to a SQL Database and Use the LINQ to SQL Designer(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 6 months ago

To begin working with LINQ to SQL in Visual Studio 2008 you will need a database that you can query and a copy of SQL Express. If SQL Express is not installed on your system, you can download it here. Follow these steps to install and access the copy of the Northwind database that accompanies the samples that ship with Visual Studio 2008. read more...

add a comment |category: |Views: 25

tags: another