DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

senfo Subscribe to this feed
senfo
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by senfo
49
kicks
published 3 days, 5 hours ago, submitted by Ragoczy 3 days, 8 hours ago

lovethedot.blogspot.com — Microsoft released a tool called Microsoft Source Analyzer, or StyleCop. It analyzes source code for standards violations. It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration. So the community dug in and figured out how to do these things and now MS is firing off license-violation emails. Don't they get it? The community wants to use the product, but it's too limited ... these extensions help make it better. read more...

Add a comment 3 comments | category: | Views: 375
tags: | tag it

5
kicks
submitted by maartenba 5 days, 11 hours ago

blog.maartenballiauw.be — In this post, Maarten Balliauw explains how to add partial caching (a.k.a. substitution) to his previously created OutputCahce filter for the ASP.NET MVC framework. read more...

Add a comment add a comment | category: | Views: 10
tags: , , , | tag it

14
kicks
published 5 days, 9 hours ago, submitted by dwhittaker 5 days, 12 hours ago

dimecasts.net — Short screencast on performing Subselects with Linq2Sql read more...

Add a comment add a comment | category: | Views: 137
tags: | tag it

13
kicks
published 5 days, 13 hours ago, submitted by razamit 6 days, 2 hours ago

dev102.com — Here comes the 10th question in our job interview challenge series, the answer to the ninth one is also attached, good luck read more...

Add a comment 1 comment | category: | Views: 252
tags: , , | tag it

15
kicks
published 6 days ago, submitted by misbaharefin 6 days, 21 hours ago

dotnethitman.spaces.live.com — LINQ to SQL and the Entity Framework have a lot in common, but each have features targeting different scenarios. read more...

Add a comment add a comment | category: | Views: 365
tags: , | tag it

12
kicks
published 6 days, 7 hours ago, submitted by iftekhar 6 days, 22 hours ago

iftekharahmedamit.blogspot.com — Silverlight Developer Reference Posters - Silverlight 1.1 & Silverlight 2 read more...

Add a comment 1 comment | category: | Views: 162
tags: | tag it

15
kicks
published 7 days, 3 hours ago, submitted by maartenba 9 days, 11 hours ago

blog.maartenballiauw.be — This blog post explains how to create an OutputCache ActionFilterAttribute to enable server-side and client-side caching. In every web application, there are situations where you want to cache the HTML output of a specific page for a certain amount of time, because underlying data and processing isn't really subject to changes a lot. This cached response is stored in the web server's memory and offers very fast responses because no additional processing is required. Using the ASP.NET MVC framework (preview 3, that is), output caching is still quite hard to do. Simply specifying the OutputCache directive in a view does not do the trick. Luckily, there's this thing called an ActionFilterAttribute, which lets you run code before and after a controller action executes. read more...

Add a comment add a comment | category: | Views: 122
tags: , , , | tag it

19
kicks
published 2 days, 23 hours ago, submitted by Lord 9 days, 11 hours ago

hammett.castleproject.org — From hammet - the man behind the castle project "Our first goal is to make an agile project management web app. Why? We are not happy with the apps we have been using. They clearly are clueless regarding usability, and the pricing is unreasonable - not to mention the drug dealer selling model. The one that has a very decent UI is just not flexible. Also, I’m not a total fan of SaaS model, so I’d rather host my and my clients projects and important data." read more...

Add a comment add a comment | category: | Views: 315
tags: | tag it

19
kicks
published 5 days, 3 hours ago, submitted by Danielg 10 days, 22 hours ago

slagd.com — If you are using a generic List<T> to store unique object references in there is a better way. It's called the HashSet<T> and it is new in .Net 3.5 It's indexed and it's blazing fast. read more...

Add a comment add a comment | category: | Views: 380
tags: | tag it

13
kicks
published 11 days, 8 hours ago, submitted by tomdog tomdog 11 days, 16 hours ago

atalasoft.com — Serializing requests for remote invoke or multiple requests at will? Here is some sample code and a free download that can help with setting this up. read more...

Add a comment add a comment | category: | Views: 76
tags: | tag it

15
kicks
published 16 days, 5 hours ago, submitted by razamit 16 days, 10 hours ago

dev102.com — An easy to learn and implement example about WPF custom context menu creation read more...

tags: | tag it

26
kicks
published 17 days, 4 hours ago, submitted by rimsystems rimsystems 17 days, 7 hours ago

anthonyshort.com.au — Cross-browser compatibility is one of the most time consuming tasks for any web designer. We’ve seen many different articles over the net describing common problems and fixes. I’ve collated all the information I could find to create some coding conventions for ensuring that your site will work first time in every browser. There are some things you should consider for Safari and Firefox also, and IE isn’t always the culprit for your CSS woes. read more...

Add a comment add a comment | category: | Views: 387
| tag it

14
kicks
published 18 days, 3 hours ago, submitted by nkohari 18 days, 4 hours ago

kohari.org — An explanation of how you can use the Service Locator pattern along with dependency injection to make your code more flexible in certain cases. read more...

Add a comment add a comment | category: | Views: 177
tags: , | tag it

31
kicks
published 18 days, 7 hours ago, submitted by crpietschmann crpietschmann 18 days, 20 hours ago

arcanology.com — Sean from Microsoft came by just a few minutes ago to drop off a cake for the Internet Explorer team. As people may recall, the IE team sent Mozilla a cake after Firefox 2 shipped and it seems that they wanted to continue the tradition. read more...

Add a comment 2 comments | category: | Views: 520
tags: , , , , | tag it

27
kicks
published 18 days, 5 hours ago, submitted by paul_houle 19 days, 8 hours ago

gen5.info — C# offers two casting operators: the prefix-cast and the as-cast. Although the two operators compile to different op-codes in the CLR, the practical difference between them is in how they handle failed casts. Prefix-cast throws an exception on cast failure, while as-cast returns null. It’s easier to implement correct error handling when you use prefix cast, because it doesn’t require manual checks for null values that can cause problems in distant parts of your program. Prefix-cast should be the default cast operator on your fingertips, that you use for everyday situations — reserve as-cast for special cases where performance matters. read more...

Add a comment 3 comments | category: | Views: 461
tags: | tag it

37
kicks
published 20 days, 8 hours ago, submitted by aloker 20 days, 11 hours ago

blog.andreloker.de — The web.config (or app.config for non-web applications) file is the central place to configure your web application, starting from connection strings, over application settings to ASP.NET specific topics like caching, authentication & authorization, sessions as well as HTTP handlers and modules. Normally the web.config starts as a neat little pet you can easily manage. But as soon as your project grows mature, web.config turns out to be a huge beast. This article shows you a way to tame the beast. read more...

Add a comment add a comment | category: | Views: 422
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge