DNK has a spanking new server up and running like clockwork. Stability problems are a thing of the past. Our new monitoring service reports 100% uptime since the move!
Latest popular stories Subscribe to this feed
View 246 upcoming stories >>
19
kicks
published 3 days, 2 hours ago, submitted by markheath 3 days, 10 hours ago

codethinked.com — good introductory article explaining what unit tests are (and are not) and why you should use them read more...

Add a comment add a comment | category: | Views: 254
What is Unit Testing?
tags: | tag it

16
kicks
published 4 days, 3 hours ago, submitted by crpietschmann crpietschmann 4 days, 16 hours ago

software.herbrandson.com — One of the things that I really like about the MVC framework is that it offers some unique possibilities when it comes to third parties developing entire sub-systems that can easily be plugged into existing applications. Recently, I had some “down time” at my work and decided to take the opportunity to experiment with doing just that. Here are the results of that experiment. OpenForum is a forum that can easily be plugged into any MVC application with very little effort. In fact, there are only three steps to get OpenForum working with most MVC applications. read more...

Add a comment add a comment | category: | Views: 269
OpenForum - A Free Forum for ASP.NET MVC Applications
tags: , , | tag it

15
kicks
published 5 days, 2 hours ago, submitted by kevinbabcock 9 days, 8 hours ago

myviewstate.net — Write more compact JavaScript with these two tips. read more...

Add a comment 2 comments | category: | Views: 326
JavaScript Shortcuts
| tag it

15
kicks
published 3 days, 17 hours ago, submitted by Spider84 4 days, 3 hours ago

ajaxline.com — In this article we presents a collection of best Silverlight tutorials. read more...

Add a comment add a comment | category: | Views: 311
20 Most Interesting Silverlight Tutorials
tags: | tag it

15
kicks
published 2 days, 20 hours ago, submitted by sadukie 3 days, 8 hours ago

jeffblankenburg.com — What happens when you get a few web developers who like puzzles together? Check out Jeff Blankenburg's post on the Toughest Developer Puzzle Ever, and rise to the challenge! read more...

Add a comment 2 comments | category: | Views: 562
The Toughest Developer Puzzle Ever
| tag it

14
kicks
published 2 days, 2 hours ago, submitted by david_holland 3 days, 16 hours ago

jonkruger.com — What should you do when you're in a situation where the people you're working with aren't using the latest and greatest technology and might not be using the so-called "best practices" that you subscribe to? read more...

Add a comment add a comment | category: | Views: 256
Pulling others up
tags: , | tag it

14
kicks
published 4 days ago, submitted by dschenkelman 7 days, 22 hours ago

blogs.southworks.net — This blog post explains how to drag and drop SL views between regions in Prism. It also provides a code sample. read more...

Add a comment add a comment | category: | Views: 92
How to: Drag and Drop Silverlight Views between Regions in Prism-v2
tags: , | tag it

13
kicks
published 5 days, 2 hours ago, submitted by redgate 5 days, 9 hours ago

simple-talk.com — Automatic memory management in .NET makes development a lot easier; however, it's still easy to introduce memory leaks into your application. For example, in a complex application, it's easy to forget to unregister event handlers, and these are notorious for holding on to objects which you don't need to keep in memory any more. This typically leads to an increase in memory usage which, if it remains unchecked and unresolved, can lead to your application exhibiting poor performance, or even running out of memory and crashing. This is where a memory profiler becomes necessary. read more...

Add a comment add a comment | category: | Views: 345
Profiling the Memory Usage of a .NET Application
tags: | tag it

12
kicks
published 4 days, 2 hours ago, submitted by dwhittaker 4 days, 8 hours ago

dimecasts.net — Taking a look at how to create a custom function for your NAnt script. After you have the basics of NAnt down you may quickly find out that there are features you need, but they are not part of the core library. The good news for you is that in very little effort or coding you can create your own custom assembly which will expose your newly created NAnt functions read more...

Add a comment add a comment | category: | Views: 52
Creating Custom Functions w/ NAnt
tags: , , | tag it

12
kicks
published 4 days, 22 hours ago, submitted by ziadelmalki 11 days, 9 hours ago

codeproject.com — how the JIT compiles MSIL and create a utility that allow us to programmatically replace any JIT’ed method with another method at runtime. We will also create a debugging utility that will intercept JIT calls and print diagnostics information to the console. read more...

Add a comment add a comment | category: | Views: 306
CLR Injection: Runtime Method Replacer
tags: | tag it

12
kicks
published 4 days, 23 hours ago, submitted by leedumond leedumond 11 days, 5 hours ago

leedumond.com — Mail sent from your application didn’t go through? Don’t give up so easily! The majority of mail server interruptions are very temporary in nature, lasting only a few seconds. Instead of failing right away, why not give your SMTP client another shot? read more...

Add a comment 1 comment | category: | Views: 225
If At First You Don’t Succeed - Retrying Mail Operations in .NET
tags: | tag it

12
kicks
published 3 days, 23 hours ago, submitted by leedumond leedumond 9 days, 3 hours ago

leedumond.com — Looking for a way to test the email sending functionality of your application? There’s no need to install a full-blown SMTP server – not as long as you have Antix SMTP Server for Developers in your bag of tricks. read more...

Add a comment 3 comments | category: | Views: 266
A Better SMTP Development Server
tags: | tag it

11
kicks
published 1 day, 22 hours ago, submitted by bengtbe 2 days, 10 hours ago

bengtbe.com — When looking at ASP.NET MVC examples on the web almost all action methods return ActionResult, even methods that could return a specific subclass... read more...

Add a comment 2 comments | category: | Views: 203
Use specific return types in your ASP.NET MVC action methods
tags: , | tag it

11
kicks
published 5 days, 1 hour ago, submitted by gt1329a gt1329a 5 days, 11 hours ago

encosia.com — Since a lot of people are having trouble with it, I want to share one method you can use to completely isolate your code from the ".d" problem. In this post, I will show you how to detect the “.d” and how you can completely isolate your $.ajax success handler from it. read more...

Add a comment add a comment | category: | Views: 187
Never worry about ASP.NET AJAX's "d" again
tags: , , , , | tag it

10
kicks
published 4 days, 23 hours ago, submitted by Lord 5 days, 8 hours ago

community.devexpress.com — Mark Miller writes about all the features available in the free edition of CodeRush read more...

Add a comment add a comment | category: | Views: 310
Free CodeRush Xpress for C# and Visual Basic inside Visual Studio 2008
| tag it

10
kicks
published 2 days, 21 hours ago, submitted by mconverti 2 days, 23 hours ago

blogs.southworks.net — This articles provides an overview of the things that should be taken into account to use the Silverlight 3 Navigation Framework in a Prism v2 application, as well as the limitations / issues that you could come up with during the integration. read more...

Add a comment add a comment | category: | Views: 65
How To: Integrate a Prism v2 application with the Silverlight 3 Naviga
tags: | tag it

 

Search: