justin_etheredge

Stories kicked by friends of justin_etheredge

How I Would Design a Programming Degree(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 1 day, 21 hours ago

Yesterday, I attended ECPI Columbia’s Spring Advisory Board meeting. I was involved in the panel discussion regarding their IT degrees, and I viewed it as an opportunity to explain what I consider lacking in developer education. read more...

add a comment |category: |Views: 3

tags: another

Post-increment Operator and Precedence(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 10 days, 19 hours ago

int i = 0; i = i++ + i--; Console.Write(i); What is written to the console? read more...

2 comments |category: |Views: 143

tags: another

Herding Code 142 - Scott Guthrie on the open source announcement(herdingcode.com)

submitted by jongallowayjongalloway(4380) 1 month, 3 days ago

The Herding Code guys talk to Scott Guthrie about the recent open source announcement for ASP.NET MVC, Web API, and Razor. read more...

1 comment |category: |Views: 113

tags: another

5:01 developers are visionless hacks(debuggerdotbreak.wordpress.com)

submitted by JudahGabrielJudahGabriel(814) 1 month, 7 days ago

5:01 developers -- those developers who punch out at 5:01 and never think about technology again until 9am, the people who don't read programming blogs or attempt to advance their craft, these developers have neither vision for technology, nor ambition in their field. Where the 501 Manifesto errs. read more...

1 comment |category: |Views: 336

tags: another

Telerik Report Designer Review(blog.falafel.com)

submitted by KodefuGuruKodefuGuru(2818) 1 month, 17 days ago

Users in the Telerik Reporting Forums have been clamoring for a Stand-Alone Report Designer for a long time now. I’ve been working with Telerik Reporting for the past few years, which means I have spent my share of time researching issues in the forum. I have seen several posts by users asking for a Report Designer that doesn’t require Vi... read more...

add a comment |category: |Views: 14

tags: another

Your own sports news site with ESPN API and Knockout.js(www.strathweb.com)

submitted by fdubfdub(281) 1 month, 19 days ago

Build your own sports news hub with ESPN API, knockout.js, jQuery and Twitter boostrap. Source code included. read more...

add a comment |category: |Views: 246

tags: another

Tackling Metro Performance Killers(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 1 month, 20 days ago

Dave Tepper, the Program Manager for Windows, shows us how to take care of common performance problems that pop up in Metro-style applications. Some of these performance problems extend to normal web development as well. read more...

add a comment |category: |Views: 87

tags: another

From Legacy to Dependency Injection(blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2818) 1 month, 21 days ago

We’ve all encountered tightly-bound code, and our first instinct is to correct it. However, there are only so many hours in a sprint, and it’s not always convenient to go on a large refactoring spree when the backlog is filling up. With JustMock, you can still ensure the code works, and it will set you up for the cleaning that will take place at a ... read more...

add a comment |category: |Views: 266

tags: another

Rx - Join(blogs.microsoft.co.il)

submitted by bnayabnaya(431) 1 month, 22 days ago

this post is an advance one so you haven't yet master the Rx basic practice you might want to start in here. the post will focus on the Join and GroupJoin operators and we will try to get a solid understanding of what does it really means to join multiple data streams. the Rx notion of join is quit different than the join we has used to know in SQL queries. read more...

add a comment |category: |Views: 109

tags: another

Refactoring PagedResult(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 1 month, 23 days ago

One of my favorite frameworks to tinker with is Kigg. Inside it, I found a generic PagedResult class that appeared as though it could use a little touching up... read more...

add a comment |category: |Views: 69

tags: another

Async/Await Could Be Better(www.codeproject.com)

submitted by dpetersondpeterson(4397) 1 month, 23 days ago

I think just about everyone is excited about the new async/await features in C#5. They make for cleaner code and easier multithreading. However, Paulo Zemek has thought of a few ways in which they could be better. read more...

add a comment |category: |Views: 230

tags: another

Using Reactive Extensions for Streaming Data from Database(www.aboutmycode.com)

submitted by mcnamaragiomcnamaragio(283) 1 month, 24 days ago

You have probably heard about Reactive Extensions, a library from Microsoft that greatly simplifies working with asynchronous data streams and allows to query them with Linq operators. There are many different scenarios where using rx results in a much more simple and flexible code. This post demonstrates how to use reactive extensions for loading data from database asynchronously in chunks. read more...

add a comment |category: |Views: 168

tags: another

A recipe for Dev to Production with ASP.NET MVC and RavenDB(devdirective.com)

submitted by RobertTheGreyRobertTheGrey(447) 1 month, 24 days ago

Been meaning to spend time looking into a NOSQL solution, but don't have time to do the research? Now is your chance! We've broken it down for you so you can get at this topic from dev to production. So, don't be tentative and let procrastination hold you back. Learn this stuff! You'll be happy you gave it the time it deserves... read more...

2 comments |category: |Views: 243

tags: another

Telerik JustCode Extension Improvements(blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2818) 1 month, 25 days ago

The Telerik JustCode 2012 Q1 service pack has been released, and with it comes improvements to help you begin writing JustCode extensions. read more...

add a comment |category: |Views: 2

tags: another

Agile is a Sham(williamedwardscoder.tumblr.com)

submitted by pwhe23pwhe23(972) 1 month, 27 days ago

Agile is a Sham. Thats SCRUM and TDD and all the rest; it is all those new ways of managing development projects and being super-productive and modern and buzzword-compliant; all the sprints, scrums, playing cards crass commercial nonsense. read more...

12 comments |category: |Views: 448

tags: another

10 Questions, 10 Answers on Roslyn -- Visual Studio Magazine(visualstudiomagazine.com)

submitted by pwhe23pwhe23(972) 1 month, 27 days ago

10 questions and answers to help understand the Roslyn complier-as-a-service project for Visual Basic and C# developers. read more...

add a comment |category: |Views: 198

tags: another