|
|
rplant
rplant
 |
|
Stories kicked by rplant
|
|
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...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Community | Views: 0
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Database | Views: 0
|
|
tags:
SQL, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: C# | Views: 0
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: C# | Views: 4
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 21 days ago, submitted by
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
|
category: C# | Views: 1
|
|
tags:
XML, RSS, C#, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 22 days ago, submitted by
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
|
category: ASP.NET | Views: 28
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: C# | Views: 46
|
|
tags:
Graphics, GDI+, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
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...
2 comments
|
category: C# | Views: 10
|
|
tags:
Tutorials, .Net, C#, TDD | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: C# | Views: 0
|
|
tags:
Services, RSS, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Other | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
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...
1 comment
|
category: Other | Views: 2
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 28
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 10 days ago, submitted by
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...
|
|
tags:
resources, UI, VisualStudio, Icons | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Linq | Views: 0
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|