|
|
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!
Jemm
Jemm
 |
|
Stories kicked by Jemm
|
|
published 8 days, 10 hours ago, submitted by
gaurav.klr
8 days, 14 hours ago
gaurav-kalra.spaces.live.com — The most popular language on .NET platform continues to evolve under the supervision of Anders Hejlsberg, after adding several functional constructs & the popular LINQ support in v3.0, its time for some dynamic flavor & making office development easy. New Features can be categorized as:
Dynamic Lookup,
Named & Optional Parameters,
COM Interop,
Covariance & Contravariance
read more...
add a comment
|
category: C# | Views: 335
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 days, 19 hours ago, submitted by
maartenba
9 days, 22 hours ago
blog.maartenballiauw.be — Ever had a team of developers using your ASP.NET MVC framework? Chances are you have implemented some action filters (i.e. for logging) which should be applied on all controllers in the application. Two ways to do this: kindly ask your developers to add a [Logging] attribute to the controllers they write, or kindly ask to inherit from SomeCustomControllerWithActionsInPlace.
If you have been in this situation, monday mornings, afternoons, tuesdays and other weekdays are in fact days where some developers will forget to do one of the above. This means no logging! Or any other action filters that are executed due to a developer that has not been fed with enough coffee… Wouldn’t it be nice to have a central repository where you can register application-wide action filters? That’s exactly what we are going to do in this blog post. read more...
add a comment
|
category: MVC | Views: 185
|
|
tags:
ASPNETMVC, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 17 hours ago, submitted by
SuperJason
10 days, 16 hours ago
ytechie.com — Should you use ToList() in your repository methods, or should you pass the iterator back to the UI to delay the execution of the query? Read on to find out why it's a bad idea to delay execution in this case. read more...
add a comment
|
category: Linq | Views: 239
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CharlieCalvert
11 days, 13 hours ago
blogs.msdn.com — Welcome to the 50th issue of Community Convergence. Now that Visual Studio 2010 Beta is out, I think it might be helpful to draw attention to features from the C# team that appear in that release. The C# team defines the core syntax found in C# 4.0, and the IDE features that make it easy for developers to access those features. In this post, I’ll focus on language features, in upcoming post, I’ll focus on IDE features. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 days, 16 hours ago, submitted by
simonech
11 days, 17 hours ago
codeclimber.net.nz — Simone posts the results of the survey about ajax adoption among .NET developers. jQuery gained 58% since 2007 and now is almost tied to the MS Ajax stack (Control toolkit and ajax core) read more...
6 comments
|
category: AJAX | Views: 299
|
|
tags:
survey, CodeClimber, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 days, 18 hours ago, submitted by
gpeipman
13 days, 3 hours ago
weblogs.asp.net — Visual Studio 2010 introduces also some new debugging features. One of them is debug history. Debug history enables you to track all the points on track of control flow and it also monitors activities that you cannot see otherwise. It makes debugging of hard to find problems much easier, I think. Of course, there are many other new and cool debugging features available. read more...
add a comment
|
category: Visual Studio | Views: 194
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 11 hours ago, submitted by
rstrahl
15 days, 3 hours ago
west-wind.com — WPF doesn't apply the CurrentCulture to bindings by default, which is a little... unexpected to say the least. As it turns out there's an easy solution to this problem, but it does require using code to apply the culture specifically in every document. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 days, 17 hours ago, submitted by
gpeipman
16 days, 9 hours ago
weblogs.asp.net — Visual Studio 2010 has very powerful web application packaging and deployment system. When deploying your web application you create the deployment package and then publish it to web server. After configuring it is one-click action to get current version of application up to target server. Let’s see how it works. read more...
add a comment
|
category: Visual Studio | Views: 207
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 13 days, 3 hours ago, submitted by
docluv
16 days, 19 hours ago
professionalaspnet.com — I have a passion for code generation. I use it everyday to create thousands upon thousands of lines of boring, routine code. In this article I explore 3 reasons why I love code generation. I hope it causes those who don't use code generation to adopt it. read more...
add a comment
|
category: Tips & Tricks | Views: 733
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 17 days ago, submitted by
markheath
18 days ago
codethinked.com — Eliminating cumbersome looping code using Linq read more...
1 comment
|
category: C# | Views: 657
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 days, 18 hours ago, submitted by
gpeipman
18 days, 9 hours ago
weblogs.asp.net — Recently I wrote about Visual Studio 2010 and multiple web.config files support. Let’s see how to play with web.config transformation so we can use one configuration on development environment and the other for production environment. read more...
add a comment
|
category: Visual Studio | Views: 273
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 18 days, 13 hours ago, submitted by
nkohari
18 days, 17 hours ago
kohari.org — A trick to localize timestamps without requiring users to pick their time zone manually. read more...
add a comment
|
category: jQuery | Views: 424
|
|
tags:
jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 18 days, 20 hours ago, submitted by
naspinski
19 days, 16 hours ago
naspinski.net — Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...
add a comment
|
category: ASP.NET | Views: 1014
|
|
tags:
PHP, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 22 days, 16 hours ago, submitted by
luizbon
22 days, 22 hours ago
blog.wekeroad.com — Google’s project site is down for a while and I have some perf tests running in the background so I thought it might be time to crank out a few more “preview” posts of SubSonic 3.0. This one’s about ActiveRecord – one of my favorite patterns for its ease of use and versatility. read more...
add a comment
|
category: Open Source | Views: 259
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 22 days, 22 hours ago, submitted by
javery
23 days, 10 hours ago
blog.wekeroad.com — Rob is adding a very nice simple repository to SubSonic 3.0 that will give SubSonic top-notch POCO support and very slick migrations. Mapping files be damned! read more...
add a comment
|
category: Open Source | Views: 280
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|

|