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

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

Stories kicked by rplant
5
kicks
submitted by tdavisjr 7 months, 19 days ago

tyronedavisjr.com — In the past, Visual Studio Remote Debugging was not the easiest thing to set up. Using VS 2008 this process is much simpler. read more...

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

3
kicks
submitted by rplant rplant 9 months, 12 days ago

codinghorror.com — I was thrilled to see the book Beautiful Code: Leading Programmers Explain How They Think show up in my Amazon recommendations. It seems like exactly the type of book I would enjoy. So of course I bought a copy. Unfortunately, Beautiful Code wasn't nearly as enjoyable of a read as I had hoped it would be. It is by no means a bad book, but there's something about it that's not quite right. read more...

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

2
kicks
submitted by chadmyers 9 months, 12 days ago

lostechies.com — I really would like to challenge the conventional wisdom that stored procedures are the best and/or that hand-crafted SQL is the only way to achieve good performance. I once heard someone say that "SQL is the assembly language of the business application world" and I totally agree with this (I linked to Jett Attwood's post above, but I heard it somewhere else first and my Google-fu is failing me tonight). read more...

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

3
kicks
submitted by rplant rplant 9 months, 22 days ago

blog.jrpsoftware.com — A new feature of Visual Studio 2008 and it's C# 3.0 is Object Initalizers. This compiler feature can be used to set the values of properties without the need to create a special constructors. Even though you must have 2008 to use this feature, you don't have to target the 3.0 or 3.5 framework as it works just fine with the 2.0 framework. read more...

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

2
kicks
submitted by pheaven 9 months, 23 days ago

programmersheaven.com — Recently we got a question from a user asking which of C# and VB.NET was best suited to developing commercial applications like Payroll systems. In this post we look at the similarities and differences between the languages and pick out some of the things that may be worth considering when making the decision. read more...

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

8
kicks
published 9 months, 21 days ago, submitted by rplant rplant 9 months, 25 days ago

blog.jrpsoftware.com — In Part 1 of this series I went over the creation of a Windows Service and it's remote client. For this installment, I will be covering the use of "LINQ to XML" to gather the feed, and the saving and loading of the XML configuration files. I'll also show some code to download and unzip the videos using SharpZipLib from ic#code. read more...

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

10
kicks
published 9 months, 22 days ago, submitted by EtienneTremblay EtienneTremblay 9 months, 26 days ago

blog.lavablast.com — A collaboration tool to enable your translators to do their job right on your ASP.NET website! read more...

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

4
kicks
submitted by rplant rplant 9 months, 28 days ago

blog.jrpsoftware.com — My previous job required a bit of multimedia programming and involved the use of a lot of different graphics techniques. One day we ran across a bit of code to give drawn text either an outerglow or an outline around it. It turns outs to be much simpler to do than I previously thought and only goes to show that you can always learn a new tricks. read more...

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

16
kicks
published 9 months, 22 days ago, submitted by bradygaster bradygaster 9 months, 28 days ago

weblogs.asp.net — Nice list of Agile project management tools. read more...

Add a comment 1 comment | category: | Views: 9
| tag it

17
kicks
published 10 months, 2 days ago, submitted by omar.qadan 10 months, 2 days ago

buddylindsey.com — Series of posts geared towards the beginner developer to TDD. These are meant to be as simple as possible to get the understanding across about TDD. read more...

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

4
kicks
submitted by rplant rplant 10 months, 3 days ago

blog.jrpsoftware.com — It is time for another personal project for me and this time I thought I would put together a dnrTV feed aggregator. Rather than watch each episode on my home computer, I prefer to watch them on the big screen TV in the living room. They are very viewable and I can sit in my lazy boy with the remote, a beer and maybe the laptop. ( mostly the remote and a beer ) read more...

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

28
kicks
published 10 months, 3 days ago, submitted by aaronlerch 10 months, 4 days ago

aaronlerch.com — Has anybody else ever felt overwhelmed with the sheer mass of "stuff" involved with software development? read more...

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

37
kicks
published 10 months, 4 days ago, submitted by JanVanRyswyck 10 months, 5 days ago

philosophicalgeek.com — Just an essential article. I would like to add "discipline" to this list. read more...

Add a comment 1 comment | category: | Views: 2
| tag it

5
kicks
submitted by ColinCochrane ColinCochrane 10 months, 8 days ago

colincochrane.com — Defining custom error pages is a convenient way to show users a friendly page when they encounter an HTTP error such as a 404 Not Found, or a 500 Server Error. Unfortunately ASP.NET handles custom error pages by responding with a 302 Temporary redirect to the error page that was defined. In this post I explain how to create a custom HttpModule that allows you to use custom error pages while preserving the original HTTP status code and avoiding the 302 redirect to the error page. read more...

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

26
kicks
published 10 months, 10 days ago, submitted by rplant rplant 10 months, 11 days ago

blog.jrpsoftware.com — So you just got done prototyping that new Winform or WPF application and the interface is a bit lacking. You are a programmer, not an artist after all. Well, never fear, free icons are here (wow that really rhymed). All kidding aside, most of us are not good at drawing images and icons, so we need some resources for these items. read more...

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

7
kicks
submitted by rplant rplant 10 months, 12 days ago

blog.jrpsoftware.com — We have seen a couple examples of how to use LINQ to SQL in the previous posts LINQ to SQL Part 1, LINQ to SQL Part 2, and how easy it is to use. The next question now becomes, What if your company strictly uses stored procedures for all of its data accessing? Companies today can have stored procedures number from the hundreds to the thousands. With LINQ to SQL, you can still call your stored procedures and even mix and match the type styles. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge