danielmolina

Stories kicked by danielmolina

No, inheritance is not the way to achieve code reuse!(littletutorials.com)

submitted by contourcontour(490) 3 years, 9 months ago

I am not sure how so many people go through so many years of school, which is supposed to make us better at thinking, and they fail to differentiate the “why” and the “how”. During interviews, when I ask their opinion about the purpose of inheritance in OOP, invariably I get this precooked answer (not so nicely expressed): inheritance is the way to achieve code reuse. No it is not! read more...

5 comments |category: |Views: 648

tags: another

Skinning the Cat with Fluent NHibernate(iamnotmyself.com)

submitted by ang3lfir3ang3lfir3(660) 3 years, 9 months ago

As you may have noticed, I have become interested in the concept of Object Relational Mapping and the NHibernate framework. One of the more painful/tedious aspects of using NHibernate is hand writing the xml mapping files. That is why I got excited when I heard that Jeremy Miller was open sourcing his mapping generation libraries. read more...

add a comment |category: |Views: 328

tags: another

IronNails : Rails like development for IronRuby with WPF/Silverlight(flanders.co.nz)

submitted by casualjimcasualjim(520) 3 years, 9 months ago

For my book IronRuby I’m working on chapter 4. That chapter is about doing WPF development with IronRuby. I started out with a straight port of Witty to IronRuby. As I was doing that the cogs started turning and I came up with a way to bring the rails style of development to WPF. I decided to investigate that route a little bit further and now I have a small framework that enables you to write WPF applications with the MVC paradigm. I decided to open that code up as open source and host it on github. read more...

add a comment |category: |Views: 134

tags: another

Why I'm Unimpressed With Rawness Of Skillz(jondavis.net)

submitted by stimpy77stimpy77(1271) 3 years, 9 months ago

Since forever, geeks who take themselves seriously have loved to brag such things as, "I use Notepad to edit web pages". Carrying this over to actual programming, "I never click into the designer when editing my ASPX", or "I never design a database using designer tools, I always design it all using raw T-SQL," or "I always update my SVN from the command line". (Someone in a local tech user group bears the post signature, "Real men use Notepad.") Puhleeze. I'm not impressed, and frankly I think anyone who brags like this should get a swift kick in the pants. read more...

15 comments |category: |Views: 539

tags: another

How To Access A WPF Control Which Is Located In A DataTemplate (dev102.com)

submitted by razamitrazamit(4566) 3 years, 9 months ago

Ever tryed to programatically change something in a WPF control that is in a DataTemplate? not so easy, here is how to do it read more...

add a comment |category: |Views: 492

tags: another

Visual Studio Theme Generator(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 9 months ago

A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

2 comments |category: |Views: 548

tags: another

Learning how to resolve conflicts within Subversion (SVN) using Tortoi(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 9 months ago

Learning how to resolve conflicts within Subversion (SVN) using TortoiseSVN read more...

add a comment |category: |Views: 224

tags: another

Multilingual OCR(atalasoft.com)

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

The challenges of accommodating multilingual OCR engines - and what does "multilingual" really mean anyway when it comes to technical implementation? read more...

add a comment |category: |Views: 129

tags: another

Managed C++ and IDisposable(atalasoft.com)

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

Quick fix for IDisposable compiler error read more...

add a comment |category: |Views: 108

tags: another

Log4PostSharp - logging with AOP(herrmic-coding.blogspot.com)

submitted by digitalizdigitaliz(110) 3 years, 9 months ago

How to inject log4net logging code using PostSharp and Log4PostSharp. Shows you how to add logging to an application with a minimum of effort! read more...

add a comment |category: |Views: 335

tags: another

A Practical Review of ASP.NET MVC(joshuamcharles.com)

submitted by charlesjcharlesj(135) 3 years, 9 months ago

My big project for the summer has been the creation of a content management system for my job. Due to deployment restrictions, I was forced to use the .NET platform for development. After hearing rumors of .NET running Rails via IronRuby, I jumped at the chance to write a Rails application that could be deployed to IIS on Windows. However, after getting a prototype running, I discovered that this would be infeasible for the time table I was looking at. IronRuby simply would not be ready on time. My second choice, then, was the new ASP.NET MVC framework. read more...

add a comment |category: |Views: 1355

tags: another

C# Search: The .NET Developer's Search Engine(blog.briandicroce.com)

submitted by bdicrocebdicroce(170) 3 years, 9 months ago

C# Search is a new .NET search site, powered by Google, which allows developers to further refine their search on anything related to .NET. read more...

2 comments |category: |Views: 495

tags: another

Visual Studio .NET Platform Target Explained(visualstudiohacks.com)

submitted by darrenstokesdarrenstokes(300) 3 years, 9 months ago

This article discusses the meaning of the Platform Target setting for Visual Studio projects and gives some tips and links that will be helpful when migrating to 64-bit processing. read more...

1 comment |category: |Views: 698

tags: another

The Dark Side of LINQ(developerzen.com)

submitted by tentacletentacle(115) 3 years, 9 months ago

I’ve been having mixed feeling for quite some time now regarding LINQ. Sure it can make working with data sources a lot easier and it can definately save a lot of code but it also has the potential of creating cryptic complex code... read more...

10 comments |category: |Views: 614

tags: another

LINQ to SQL - Am I Hitting The Database?(singingeels.com)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

Like most other developers who have been using LINQ for a while (and in this particular case, LINQ to SQL) - I've unknowingly made a few 'bad queries' that performed great at first, but eventually made some pages crawl. This post isn't necessarily about performance, but if you don't know how to answer that question ("am I hitting the database"), then you'll likely find yourself in a world of problems down the road when you're using LINQ to SQL. read more...

add a comment |category: |Views: 345

tags: another

How to Send Trackbacks and Pingbacks in ASP.NET(nayyeri.net)

submitted by RyanFarleyRyanFarley(585) 3 years, 9 months ago

This is an excellent article from Keyvan Nayyeri showing how to create trackbacks and pingbacks in ASP.NET. read more...

add a comment |category: |Views: 211

tags: another