|
|
drmohundro
Stories submitted by friends of drmohundro
|
|
submitted by
keithelder
4 days, 3 hours ago
keithelder.net — For those that are writing in C# 3.0 and using the latest and greatest language features have you actually stepped back to look at some of the code you wrote? Is it easier or harder to read? Is it truly more understandable for someone else to maintain later on or is it just a lot of syntactic noise? Let's explore this with a few samples and see which way comes out on top. read more...
add a comment
|
category: C# | Views: 17
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 9 hours ago, submitted by
powerrush
4 days, 23 hours ago
altnetpodcast.com — In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, Scott Koon, and Steven Harman discuss Microsoft’s jQuery in ASP.NET announcement. read more...
1 comment
|
category: ASP.NET | Views: 160
|
|
tags:
jQuery, ALT.NET, ASP.NET, JavaScript | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mjpalad
6 days, 23 hours ago
mpaladino.com — SQL Examiner Suite consists of a couple of tools, SQL Examiner and SQL Data Examiner, that allow the user to compare and synchronize database schemas and data. This is a brief screencast introducing those tools. read more...
add a comment
|
category: Products | Views: 5
|
|
tags:
SQL, Review, sqlExaminer | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 20 days ago, submitted by
mjeaton
20 days, 4 hours ago
rosscode.com — "I'm going to lay out what I think Duck Typing is, and let you poke holes in it, and tell me where I'm wrong. " read more...
add a comment
|
category: C# | Views: 481
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 1 day ago, submitted by
mjpalad
1 month, 6 days ago
thearchitect.co.uk — If you are trying to figure out the new certification exams for Microsoft Certified Professional Developer (MCPD) or Microsoft Certified Technical Specialist (MCTS) for .NET Framework 3.5 / Visual Studio 2008 then you may be interested in a diagram that I put together to helped me to visualize the path through the required certification exams. read more...
1 comment
|
category: Other | Views: 671
|
|
tags:
Certification | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
keithelder
1 month, 10 days ago
deepfriedbytes.com — Joe Stagner discusses security best practices for software developers. Along the way many different ideas and topics came up like comparing a security development expert to a professional prize fighter. Listen as Joe relates how his IT law enforcement background helped him build his vision of keeping the Bad Hackers out of applications and systems. read more...
add a comment
|
category: Security | Views: 3
|
|
tags:
Security | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 13 days ago, submitted by
mjeaton
1 month, 13 days ago
blog.theaccidentalgeek.com — I am responsible for every website I create. If I create a site or application that is unmaintainable or that has poorly formed HTML or doesn’t render well in all browsers, that is my fault. I chose my development tools/framework, or my employer, who I choose to work for, chose the development tools/framework. Either way, it is my responsibility, as a professional, to do my utmost to create the best possible application that is within my capability to create.
read more...
add a comment
|
category: ASP.NET | Views: 346
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 14 days ago, submitted by
keithelder
1 month, 14 days ago
keithelder.net — Have you ever tried to use one browser and one browser only? This article outlines how impossible it can be even in 2008 to do. There are countless public facing Asp.Net web sites that require Internet Explorer. The perception and impact this has on the non Asp.Net community is something developers need to think about. It is an interesting read that provides a lot of insight into the problem and some ways to fix it. read more...
2 comments
|
category: ASP.NET | Views: 400
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
keithelder
1 month, 23 days ago
deepfriedbytes.com — Keith and Woody wrap up their conversation with Shawn Wildermuth about the past, present and future of Silverlight 2 and get into some of the truths about this exciting technology. They expose some "rusty washers" about Siliverlight and discuss lots of interesting things you probably didn't know about the technology. This is another fun episode of Deep Fried Bytes that covers everything from lawn mowing, the Olympics and Silverlight. read more...
add a comment
|
category: Silverlight | Views: 7
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
powerrush
1 month, 29 days ago
mikehadlow.blogspot.com — ...it's a really neat tool if you're writing a lot of unit tests and find yourself forever constructing mock objects read more...
|
|
tags:
TDD, mocking, Testing, UnitTesting | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
keithelder
2 months ago
deepfriedbytes.com — Now that Silverlight 2 is at the Olympics and making a big splash, we wanted to explore this fascinating technology more. Microsoft Silverlight 2 is a cross-browser, cross-platform, and cross-device plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. Keith and Woody sit down with Shawn Wildermuth about the past, present and future of Silverlight 2 and get into some of the truths about this exciting technology. read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 5 days ago, submitted by
dengar007
2 months, 5 days ago
frickinsweet.com — 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: Other | Views: 417
|
|
tags:
Theme, Color, MVC, jQuery, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dengar007
2 months, 10 days ago
codebetter.com — Matthew Podwysocki continues his series on Recursion. In this post he deals with memoization (speeding up your programs by avoiding repetitive calculations for previously processed function inputs). This is a great read; especially if you are into functional programming.
read more...
add a comment
|
category: Other | Views: 6
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 months, 17 days ago, submitted by
dengar007
2 months, 17 days ago
codethinked.com — Part 4 in a multi-part series on learning Ruby using IronRuby and C#. Justin continues his series using familiar C# code to explain Ruby programming concepts. In this post, he goes over additional functionality of loops and ranges. read more...
add a comment
|
category: C# | Views: 118
|
|
tags:
IronRuby, CodeThinked, C#, Ruby | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|