mklinker

Stories kicked by mklinker

Googleman - Quite possibly the best WPF application ever(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

Googleman is a fun and pointless application for launching Google.com in the style of the Batman 60s TV show, complete with spinning Google logo and sound effects. Now when a friend or co-worker says “To Google!” you can open your favourite search engine in style. Googleman uses WPF and is written using the MVP pattern. read more...

1 comment |category: |Views: 1229

tags: another

Frans Bourma comparing OR mappers to Entity Framework.(weblogs.asp.net)

submitted by PeterRitchiePeterRitchie(1505) 4 years ago

Frans Bourma details what an OR mapper is about and how that compares to Entity Framework. read more...

2 comments |category: |Views: 408

tags: another

Writing code that you’re proud of(ytechie.com)

submitted by SuperJasonSuperJason(2740) 4 years ago

Are you proud of the code you write? Take some extra time now and save yourself time down the road. read more...

add a comment |category: |Views: 569

tags: another

Software Developers Never Change(coderjournal.com)

submitted by zigamorphzigamorph(3319) 4 years ago

So if you are to take anything away from this rant, take this, do what you love, and become the best at it. And if what you love isn’t your 9-5 job, deeply understand this and get out of the way of people who’s 9-5 job is what they love. read more...

add a comment |category: |Views: 338

tags: another

... functional programming might be the next big shift(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 4 years, 1 month ago

Some thoughts on the growing trend towards functional programming (for those not aware of it). read more...

4 comments |category: |Views: 12

tags: another

Are you going the way of the Dinosaur??? (devlicio.us)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 1 month ago

Some great advice for your career. read more...

7 comments |category: |Views: 4

tags: another

Being a “nice” programmer(objectreference.net)

submitted by Vort3XVort3X(1335) 4 years, 1 month ago

Being a C# developer by trade, I naturally spend a lot of my working life programming computers. Whilst I by no-means profess to be a “guru” of any kind, I do notice that there is one aspect of software development that is often neglected from discussion, and most programmers will hopefully agree with me as I explain. read more...

add a comment |category: |Views: 14

tags: another

Trying out PowerCommands 1.1 for Visual Studio 2008(blogs.microsoft.co.il)

submitted by JemmJemm(9604) 4 years, 1 month ago

Generally, I don't like to install any Visual Studio extensions at all, but I thought I should give this one a chance. I installed PowerCommands 1.1 for Visual Studio 2008, and went to play with the new functionality. Here is what I found as the most useful... read more...

1 comment |category: |Views: 11

tags: another

Do You Really Want to Be a Development Team Leader?(andrewtokeley.net)

submitted by tokestokes(1085) 4 years, 1 month ago

Ask any up and coming developer what they would like to do in the next year or so and you'll invariably hear, "I'd like to become a Development Team Leader". Hopefully most will have actually considered the change of role and be looking for new challenges and ways to contribute more to their chosen profession. However, for some this is an automatic response to a question that is particularly difficult to answer in an industry with no clear career path. For others it's simply a way to move up the pay scale. read more...

add a comment |category: |Views: 29

tags: another

Dear Software Tool Vendors...I'm Breaking Up With You(lostechies.com)

submitted by HoolieManHoolieMan(1715) 4 years, 1 month ago

Ever feel like you can't keep up with the latest and greatest and things are getting more complex not easier? So does Jimmy Bogard. read more...

add a comment |category: |Views: 4

tags: another

The most important quality of a developer: Self-criticism(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years, 1 month ago

I think an awful lot of creation is made out of, also, the self-criticism of a developer, and very often I think probably what makes one seem better than another his that his critical sense is more acute. It may not be that he is more gifted in any way but just that he has a better critical sense. read more...

4 comments |category: |Views: 5

tags: another

Using aliases for better code readability(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 1 month ago

Here's a quick way to reduce overall code bloat while making your code even more readable. read more...

2 comments |category: |Views: 9

tags: another

The Winning Essay: What is Elegant Code?(elegantcode.com)

submitted by peter_twototangopeter_twototango(200) 4 years, 1 month ago

This is elegant code read more...

add a comment |category: |Views: 0

tags: another

Regular Expression Generator(txt2re.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 1 month ago

Generate regular expressions from sample text input read more...

add a comment |category: |Views: 9497

tags: another

Returning a proper case string in .Net(west-wind.com)

submitted by mklinkermklinker(20) 4 years, 1 month ago

A very short succinct snippet on how to title case a string. read more...

add a comment |category: |Views: 28

tags: another