|
|
dereklakin
Stories kicked by friends of dereklakin
|
|
submitted by
bhickenbottom
23 hours, 40 minutes ago
genesisconduit.wordpress.com — In WPF 3.5 SP1 they’ve apparently decreased the glyph snapping delay. This is resulting in a pronounced “jitter” when animating text over small distances as the text repeatedly jumps between different snap positions. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 7 hours ago, submitted by
JudahGabriel
1 day, 9 hours ago
simple-talk.com — Lutz Reflector, the free .NET disassembler every developer developer should have, has been purchased by Red Gate software. Red Gate has stated they will continue to provide the tool for free. read more...
4 comments
|
category: Products | Views: 377
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 1 day, 7 hours ago, submitted by
JudahGabriel
1 day, 9 hours ago
simple-talk.com — Lutz Reflector, the free .NET disassembler every developer developer should have, has been purchased by Red Gate software. Red Gate has stated they will continue to provide the tool for free. read more...
4 comments
|
category: Products | Views: 377
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 15 hours, 18 minutes ago, submitted by
Jemm
1 day, 12 hours ago
blog.nerdplusart.com — Cool particle effects live demo done with Silverlight. Sources are available, too! read more...
1 comment
|
category: Silverlight | Views: 225
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
1 day, 12 hours ago
betav.com — Having been part of a marketing organization within Microsoft and other companies, I can understand why some folks feel it's important to show the Rolls Royce product in its best light. However, when I see how SQL Server Enterprise is being marketed, I'm dismayed. Consider that while Microsoft makes a bundle on SQL Server Enterprise Gold Trim Edition (a much as $25,000), they make quite a bit (if not more) on Workgroup and Standard (about $4000-$5000). And yes, even the free editions (Express and "SQL Server" Compact) bring in a lot of revenue indirectly. read more...
add a comment
|
category: Database | Views: 3
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
alkampfer
1 day, 14 hours ago
nablasoft.com — the default implementation of SingleOrDefault function in LINQ return the first element or null, if some or your classes implemnts the null object pattern you can write your own extension that return the null object instead of null. read more...
add a comment
|
category: Linq | Views: 10
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ImplicitGeek
1 day, 15 hours ago
blog.benhall.me.uk — Red Gate announced today that, under a new agreement, it will be responsible for the future development of .NET Reflector, the popular tool authored by Lutz Roeder. read more...
add a comment
|
category: C# | Views: 24
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
schalkvanwyk
1 day, 22 hours ago
blogs.msdn.com — Online tool to see what your website looks like in various browsers. http://browsershots.org read more...
|
|
tags:
Web, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ashmind
2 days, 3 hours ago
blog.ashmind.com — A first part of feature comparison between the most popular DI (IoC) Frameworks: Castle, Unity, Autofac, Ninject, StructureMap and Spring.Net. read more...
add a comment
|
category: Open Source | Views: 8
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 5 hours ago, submitted by
ourcurrentfuture
2 days, 8 hours ago
codeplex.com — Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code. read more...
add a comment
|
category: C# | Views: 418
|
|
tags:
C#, Tools | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 16 hours ago, submitted by
ourcurrentfuture
2 days, 9 hours ago
smashingmagazine.com — With the popularity of CSS layouts and JavaScript-enriched web page experiences, it’s not uncommon, particularly for large sites, for the CSS files alone to grow in size, but there are some principles to consider during and after you write your CSS to help keep it tight and optimized. Optimization isn’t just minimizing file size — it’s also about being organized, clutter-free, and efficient. You’ll find that the more knowledge you have about optimal CSS practices, smaller file size will inevitably come as an direct result of their implementation. You may already be familiar with some of the principles mentioned in this article, but they are worth a review. Being familiar with this concepts will help you write optimized CSS code and make you a better all-around web designer. read more...
add a comment
|
category: Tips & Tricks | Views: 338
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 9 hours ago, submitted by
jongalloway
2 days, 15 hours ago
blog.wekeroad.com — Rob runs some tests with millions of records to see how SubSonic holds up with respect to speed and memory use. read more...
3 comments
|
category: Database | Views: 271
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
shaharyr
3 days, 10 hours ago
dev102.com — Wouldn’t it be nice if for each project, our resources and configuration files could be seen form visual studio? We would never need to find them using the windows explorer anymore and we will always have them right there even when coming back to a code which was written 2-3 years ago.
read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
MikeBorozdin
6 days, 9 hours ago
mikeborozdin.com — For some reasons, there are people people who write web sites in PHP, but put the ".aspx" extension at the end of their files. WHY??? read more...
add a comment
|
category: ASP.NET | Views: 27
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
6 days, 10 hours ago
blogs.msdn.com — No, I’m not talking about NEANDERTHALS (there’s a joke in there somewhere), but rather a technique that a colleague of mine, Josh Twist, has recently blogged about – “Avoiding Primitive Obsession to tip developers into the pit of success”. I’d always seen a pit as symbolic of failure, so I’m pretty pleased there’s such a thing as a pit of success – improves my odds massively J
I’ve drawn attention to this because it is an approach I discovered a few years back, and I love it. I just use a slightly different implementation to Josh; read more...
add a comment
|
category: Patterns | Views: 4
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
6 days, 10 hours ago
blogs.msdn.com — A couple of folks have emailed me because that haven't been able to reconstitute the Video Database I've been using in the Data Access video tutorials.
Here is a .zip file. http://www.misfitgeek.com/downloads/SQLDATA_VideoDirectory.zip
It contains a .mdf as well as a .sql script and the data exported to an Excel file.
Hope it helps. read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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