|
|
dsalko
dsalko
 |
|
Stories kicked by friends of dsalko
|
|
published 2 days, 7 hours ago, submitted by
justinbezanson
2 days, 18 hours ago
geekdaily.net — Over the next number of posts I am going to be exploring the world of design patterns. We’ll look at some of the most commonly used patterns and how they look in C#. read more...
2 comments
|
category: Patterns | Views: 623
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 19 hours ago, submitted by
kolbis
4 days ago
blogs.microsoft.co.il — Sometimes it is important to understand what method called other method. In ths post I will show you an easy way to do that. read more...
3 comments
|
category: Tips & Tricks | Views: 595
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 22 hours ago, submitted by
daveschinkel
4 days, 6 hours ago
codezest.com — Characteristics / attitudes / process of good management & leadership:
1) Have a passion about technology but read more...
add a comment
|
category: C# | Views: 759
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 1 hour ago, submitted by
maartenba
8 days ago
blog.maartenballiauw.be — Abstract: "This screencast demonstrates how code can be made more maintainable and testable by delegating binding to client data to the ASP.NET MVC model binder architecture." read more...
add a comment
|
category: ASP.NET | Views: 147
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 days, 11 hours ago, submitted by
RyanFarley
8 days, 17 hours ago
crazeegeekchick.com — hese days teams can be dispersed all over the globe. With outsourcing, telecommuting, distance learning and complex project collaboration, it's often helpful to have tools that can assist with the various collaborative tasks need to be done by dispersed teams. I've put together a great list of 27 free... read more...
3 comments
|
category: Other | Views: 879
|
|
tags:
Tools | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 days, 23 hours ago, submitted by
shaharyr
9 days, 18 hours ago
dev102.com — This is part B of the 10 Ways To Programaticly Shoot Yourself In The Foot article. In this article I will talk about another 5 issues that even the best developers have to be aware of. In other words, I will try to prevent you from programaticly shooting yourself in the foot.
read more...
add a comment
|
category: C# | Views: 811
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 days, 14 hours ago, submitted by
desmond
10 days, 18 hours ago
blog.codeville.net — Do you want your HTML file upload controls to show a progress bar during the upload? That's always been tricky. Here's a cool jQuery plugin that gets the job done, along with a demo app written in ASP.NET MVC. read more...
add a comment
|
category: ASP.NET | Views: 449
|
|
tags:
jQuery, File, uploader, AJAX, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 days, 1 hour ago, submitted by
Vort3X
11 days, 3 hours ago
objectreference.net — The other day we needed to write a report on online sales for the last week. SQL doesn’t offer developers many predefined functions to work with date ranges unlike the C# programming language. Here is a little example how to query SQL for some data between the dates for the last week. read more...
add a comment
|
category: Database | Views: 238
|
|
tags:
SQL, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 13 days, 14 hours ago, submitted by
justinbezanson
13 days, 19 hours ago
geekdaily.net — There are lots of articles about improving your skills as a developer. Everyone likes to talk about how to strengthen their skills and produce really good software. But, what if you want to be the worst developer ever? Nobody seems to want to share those secrets. read more...
3 comments
|
category: Tips & Tricks | Views: 1151
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 13 days, 19 hours ago, submitted by
Tazer
14 days, 1 hour ago
weblogs.asp.net — Last month I blogged about how Microsoft is extending support for jQuery. Over the last few weeks we've been working with the jQuery team to add great jQuery intellisense support within Visual Studio 2008 and Visual Web Developer 2008 Express (which is free). This is now available to download and use. read more...
add a comment
|
category: jQuery | Views: 310
|
|
tags:
2008, intellisense, jQuery, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days ago, submitted by
melaniec
14 days, 7 hours ago
vbdotnetheaven.com — This article will explain how we can create objects in runtime, using late binding technique. Especially for a situation where you will come to know the class name only in runtime. read more...
1 comment
|
category: VB.NET | Views: 362
|
|
tags:
VB.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 days, 19 hours ago, submitted by
daveschinkel
14 days, 22 hours ago
devlicio.us — Well, it is about time we (Tim, Chris and myself) actually made this announcement. We will be doing a MVC book with O'Reilly titled 'Programming MVC'. We are super excited and super pumped to get this out the door. All three of us are huge fans of the MVC framework and know that this is framework going to be smashing success. read more...
add a comment
|
category: ASP.NET | Views: 268
|
|
tags:
OReilly, MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 days, 2 hours ago, submitted by
chemodax
14 days, 23 hours ago
visualsvn.com — VisualSVN team released the new and improved version of the professional Subversion integration for Microsoft Visual Studio - VisualSVN 1.6. This release brings significant usability improvements such as Quick Revert, editor-aware status and Hot Switch features. read more...
add a comment
|
category: Products | Views: 468
|
|
tags:
SVN, VisualSvn, VisualStudio, Subversion | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 days, 19 hours ago, submitted by
dwhittaker
14 days, 23 hours ago
dimecasts.net — A pairing session where Kyle and Derik use TDD to create a new Feature for DimeCasts.net read more...
add a comment
|
category: C# | Views: 109
|
|
tags:
Dimecasts.net, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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