|
|
kboesel
kboesel
 |
|
Stories kicked by kboesel
|
|
published 14 days, 4 hours ago, submitted by
markheath
15 days, 10 hours ago
blog.lab49.com — A really helpful screencast from Jason Dolinger showing how to use the M-V-VM pattern in a simple WPF application. He starts off with the code that a Windows Forms developer might use and refactors it to M-V-VM. Also includes a demonstration of how it is nicely unit testable utilising Moq and how to use the Unity IoC container. 1 hour 30 mins long. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 24 days ago, submitted by
daveschinkel
1 month, 25 days ago
codezest.com — Eventually I will get to some technical code Posts. But for now, I'm a bit delayed with some other things at work lately. I will be blogging about Code Generation, OOP, and other topics very soon though. In the meantime, I wanted to share a list of tools I regularly use now or have used in the past as a C# / ASP.NET Engineer listed below: read more...
add a comment
|
category: ASP.NET | Views: 1013
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 11 days ago, submitted by
mjpalad
2 months, 17 days ago
thearchitect.co.uk — If you are trying to figure out the new certification exams for Microsoft Certified Professional Developer (MCPD) or Microsoft Certified Technical Specialist (MCTS) for .NET Framework 3.5 / Visual Studio 2008 then you may be interested in a diagram that I put together to helped me to visualize the path through the required certification exams. read more...
1 comment
|
category: Other | Views: 681
|
|
tags:
Certification | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 4 days ago, submitted by
chrissie1
4 months, 5 days ago
lostechies.com — This is the 5th and last part in a series on hoow to make a bad application better. Wonderfully explained. There is a lot to learn from this. read more...
add a comment
|
category: C# | Views: 355
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 12 days ago, submitted by
samdnp
4 months, 12 days ago
dotnetperls.com — Article goes beyond the basics and looks at some more detail of StringBuilder in C#, and a benchmark that can help you improve your code that already uses StringBuilder. With graph read more...
3 comments
|
category: C# | Views: 625
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 30 days ago, submitted by
crpietschmann
5 months, 1 day ago
angryhacker.com — Just like its predecessor, SQL Server 2008 is taking its sweet time to actually ship. However, unlike its predecessor, it won't just be a "worthwhile upgrade". It will kick ass. Here are the top 10 reasons why. read more...
add a comment
|
category: Database | Views: 953
|
|
tags:
SQLServer, 2008, Database, SQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 6 days ago, submitted by
Jemm
7 months, 9 days ago
blogs.microsoft.co.il — Generally, I don't like to install any Visual Studio extensions at all, but I thought I should give this one a chance. I installed PowerCommands 1.1 for Visual Studio 2008, and went to play with the new functionality. Here is what I found as the most useful... read more...
1 comment
|
category: Visual Studio | Views: 5
|
|
tags:
addin, Tools, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 9 days ago, submitted by
tokes
7 months, 10 days ago
andrewtokeley.net — Ask any up and coming developer what they would like to do in the next year or so and you'll invariably hear, "I'd like to become a Development Team Leader".
Hopefully most will have actually considered the change of role and be looking for new challenges and ways to contribute more to their chosen profession. However, for some this is an automatic response to a question that is particularly difficult to answer in an industry with no clear career path. For others it's simply a way to move up the pay scale.
read more...
add a comment
|
category: Other | Views: 17
|
|
tags:
career | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 3 days ago, submitted by
fredrik
8 months, 4 days ago
iridescence.no — Presenting 11 time-saving (oh, the pun!) extension methods for the DateTime class. read more...
add a comment
|
category: C# | Views: 15
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 3 days ago, submitted by
nsoonhui
8 months, 4 days ago
itscommonsensestupid.blogspot.com — You've heard about 13 tips to comment your code, but what about the One Single Tip? read more...
add a comment
|
category: Other | Views: 4
|
|
tags:
Code | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 29 days ago, submitted by
xtremebiz
9 months ago
codeforeternity.com — Step by step tutorial (with screen shots) on creating self signed SSL certificates on IIS 6.0 and Win 2003 development / test servers using the FREE SelfSSL tool which comes with IIS 6.0 Resource Kit Tools. You can even use it to secure your local intranet. read more...
add a comment
|
category: ASP.NET | Views: 68
|
|
tags:
Security, IIS6.0, WindowsServer, ASP.NET, IIS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months ago, submitted by
simplicityiskey
9 months ago
keepitsimpleprojects.com — I wish I had interviews like the one described here. This process would really allow you to show your skills with actions. I think the interviewee benefits from this as well. If they don't like the team they will be working with they can bow out of the rest of the process. read more...
4 comments
|
category: Other | Views: 6
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 9 months, 10 days ago, submitted by
rstrahl
9 months, 10 days ago
west-wind.com — Getting Server Variables embedded into a page and using them from JavaScript code can be a pain. Following Jon Galloway's post a few days ago I thought that maybe a solution that doesn't rely on ASP.NET AJAX and is more generic might be useful to make the task easier and apply much broader scope. The result is an easy to use, generic class that generates a JavaScript object from key value pairs created on the server from static values or dynamic control/object properties. read more...
1 comment
|
category: ASP.NET | Views: 45
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 14 days ago, submitted by
bdsutton
9 months, 14 days ago
hanselman.com — Scott Hanselman gives us a fantastic run down of some of the best Visual Studio themes. This is the best consolidated list I have seen and there are screen shots with all of them. read more...
1 comment
|
category: Visual Studio | Views: 74
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 15 days ago, submitted by
adventurer
9 months, 16 days ago
ayende.com — Guide to installing a secured Subversion server on Windows read more...
2 comments
|
category: Other | Views: 16
|
|
tags:
SVN | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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