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

Kick Spy!, Kick Zeitgeist and Kick Widgets

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

Stories kicked by friends of JGaroutte
13
kicks
published 17 hours, 12 minutes ago, submitted by justinbezanson justinbezanson 1 day, 10 hours ago

geekdaily.net — We’ll be continuing on with our fictional city council that has commissioned us to develop an application that lets them manage their yearly dog registrations. Since the application is all about managing dogs and their owners it makes sense to have a DogFactory class that will create the different breeds of dogs that will be stored in the application. read more...

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

10
kicks
published 1 day, 6 hours ago, submitted by gt1329a gt1329a 1 day, 15 hours ago

encosia.com — An examination of why it's difficult to work with JavaScript based advertising during ASP.NET AJAX partial postbacks, and my suggested solution to solving that problem. Additionally, if you click within the next 15 minutes, a bonus deferred ad loading technique is included at no extra charge. Operators are standing by to take your HTTP request! read more...

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

16
kicks
published 2 days, 4 hours ago, submitted by johnsheehan johnsheehan 2 days, 11 hours ago

haacked.com — Recently I found myself in a situation where I wanted to format a string using a named format string, rather than a positional one. Ignore for the moment the issue on whether this is a good idea or not, just trust me that I’ll be responsible with it. read more...

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

16
kicks
published 2 days, 8 hours ago, submitted by razamit 2 days, 11 hours ago

dev102.com — Here we are talking about filtering list items again :). read more...

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

15
kicks
published 2 days, 23 hours ago, submitted by mosessaur mosessaur 3 days, 6 hours ago

mosesofegypt.net — Back in September last year (2008), I posted a demo about Username Availability Validator Control. This control developed by the community on a contest initiated by Dave Ward on August 2008 as I remember. At that time the control was in beta. On October 2008 the control was released to public on its first version. And finally I wrote a a very simple documentation on the project Wiki. read more...

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

19
kicks
published 2 days, 1 hour ago, submitted by kim_major 3 days, 11 hours ago

blogs.microsoft.co.il — Reusable class that can be added to a Windows Service project to enable Install, Uninstall, Start and Stop functionality. read more...

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

22
kicks
published 3 days, 9 hours ago, submitted by ethilik ethilik 4 days, 1 hour ago

weblogs.asp.net — One of the greatest advantages of ASP.NET MVC is that it provides a "Close to the Metal" programming experience and you have full control over the HTML. It aslo means that you should care about the vulnerabilities regards with your HTML. In webform, server controls would be automatically HTML-encoded their outputs. While developing ASP.NET MVC apllications, you should filter your HTML to avoid XSS attacks. Use the following HTML helper methods to avoid vulnerabilities in your ASP.NET MVC applications. read more...

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

15
kicks
published 5 days, 8 hours ago, submitted by SuperJason SuperJason 5 days, 11 hours ago

ytechie.com — Recently I ran into a very unexpected behavior when working with an overloaded generic method. Basically, the selection process for overloaded versions of generic methods is different than their non-generic counterparts. Please be aware of this issue! read more...

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

31
kicks
published 5 days, 14 hours ago, submitted by ethilik ethilik 6 days, 4 hours ago

blog.sb2.fr — In this article, I’ll just link to a pretty great StackOverFlow Question about Hidden Features of C#. Most of C# Features are obscure for us and need some explanations, the following list and explain how to use it. read more...

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

17
kicks
published 8 days, 6 hours ago, submitted by dwhittaker 8 days, 10 hours ago

dimecasts.net — Learning how to migrate from .asmx web services to WCF web services read more...

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

32
kicks
published 9 days, 7 hours ago, submitted by johnsheehan johnsheehan 9 days, 10 hours ago

codebetter.com — I was recently browsing the code source of Managed Extensibility Framework and realized that this future part of .NET 4, full of tricky and advanced ideas, was naively relying on strings to describe files and directories paths. It seems that the version 4 of .NET will miss the need for a descent path API. There is the class System.IO.Path but it is feature limited, full of flaws and pitfalls (to not say bugs) and it fosters users to encode their paths into raw strings. It seems to me that using strings to encode paths is as primitive as using String.IndexOf("<tag>") to parse some XML. read more...

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

30
kicks
published 9 days, 3 hours ago, submitted by johnsheehan johnsheehan 9 days, 10 hours ago

codebetter.com — Ideally, we want to develop using readable JavaScript files (even 3rd party files) and deploy compressed/obfuscated code. Our solution has simply been to apply a post-build task to our project. Here's what we did read more...

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

16
kicks
published 8 days, 9 hours ago, submitted by justin_etheredge justin_etheredge 9 days, 13 hours ago

codethinked.com — Need to use the Entity Framework but don't know how to fit it into your domain? Come check out this series on CodeThinked.com where you will learn how to keep your domain entities fairly clean while using the Entity Framework. read more...

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

20
kicks
published 9 days, 8 hours ago, submitted by DavyBrion 10 days, 2 hours ago

davybrion.com — a simple trick to make working with big Visual Studio solutions much more bearable read more...

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

4
kicks
submitted by ethilik ethilik 11 days, 12 hours ago

blog.sb2.fr — Not very sure what is the Busby SEO Test Project, but it seems to be a f***** project for Blog Comment Spamming. I’ve a lot of no sense spam comments on my blog. Here is a simple way to avoid them to post spam comments for BlogEngine. read more...

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

18
kicks
published 11 days, 13 hours ago, submitted by mosessaur mosessaur 12 days, 6 hours ago

nayyeri.net — In ASP.NET MVC you can write action methods that return a variety of types to be used in your views to obtain data for AJAX interactions. Most common types are string and ActionResult, but there is also an option called JsonResult which returns its values as JSON serialized data. The returned data can be used easily in client-side as appropriate. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge