|
|
schwankie
Stories kicked by schwankie
|
|
published 8 days, 15 hours ago, submitted by
asteroid
8 days, 19 hours ago
cio.com — Microsoft's development environment offers new tools for Agile development, software testing enhancements and improved support for cloud computing. Microsoft showed CIO.com a sneak peek, and the author invited developers to chime in with their feedback.
read more...
4 comments
|
category: Visual Studio | Views: 840
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 days, 2 hours ago, submitted by
gatekiller
14 days, 23 hours ago
gatekiller.co.uk — The following are a wide range of tips and tricks I have collected over the years working with various versions or Microsoft's SQL Server. I always enjoy finding little snippets of code which are both simple and powerful. Why write complicated routines when one or two lines of code can do it? read more...
add a comment
|
category: Tips & Tricks | Views: 504
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 21 days, 11 hours ago, submitted by
jmaneesh
22 days, 2 hours ago
stevetrefethen.com — write a Facebook application using ASP.NET and C#. read more...
1 comment
|
category: C# | Views: 342
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 28 days, 21 hours ago, submitted by
Setsuko
28 days, 22 hours ago
vidyano.com — The Viydano team just released their public beta, you can download it from the website for free. It allows you to create full-blown data-driven WPF applications within minutes, without sacrificing or limiting development freedom. This is their second release and going by the new features list, it looks like it came a long way since the last public CTP. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 8 days ago, submitted by
mjeaton
1 month, 8 days ago
blog.theaccidentalgeek.com — I am responsible for every website I create. If I create a site or application that is unmaintainable or that has poorly formed HTML or doesn’t render well in all browsers, that is my fault. I chose my development tools/framework, or my employer, who I choose to work for, chose the development tools/framework. Either way, it is my responsibility, as a professional, to do my utmost to create the best possible application that is within my capability to create.
read more...
add a comment
|
category: ASP.NET | Views: 346
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 10 days ago, submitted by
ScottW
1 month, 11 days ago
weblogs.asp.net — In nearly every bit of WPF training material or weblog there is some reference to the "ah-ha" moment. The point at which all the new concepts you've been learning gel into a cohesive unit.
For me, that moment was one or two months after I started developing WPF in earnest (by which I mean for users other than myself).
The task was to display two different indicators of a business metric, a green up arrow and a red down arrow.
read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 16 days ago, submitted by
igoro
2 months, 17 days ago
igoro.com — Skip lists are a fascinating data structure: very simple, and yet have the same asymptotic efficiency as much more complicated AVL trees and red-black trees. In this article, I discuss the asymptotic efficiency of operations on skip lists, the ideas that make them work, and their interesting use cases. And, of course, I give you the source code for a skip list in C#. read more...
add a comment
|
category: C# | Views: 339
|
|
tags:
Pick, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 28 days ago, submitted by
Yura
2 months, 29 days ago
blogs.msdn.com — DNR-TV has a great talk\demo with Billy Hollis on a next generation business applications in WPF and Silverlight. Billy is working with a customer to provide a temp worker to job matching services. So far the application is in WPF, but they are planning to create a Silverlight version as well. read more...
1 comment
|
category: Silverlight | Views: 289
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months ago, submitted by
misbaharefin
3 months, 1 day ago
dotnethitman.spaces.live.com — I've seen many developers actually using and abusing SELECT * FROM queries. SELECT * query not only returns unnecessary data, but it also can force clustered index scans for query plans because columns in the SELECT clause are also considered by the optimizer when it identifies indexes for execution plans. read more...
1 comment
|
category: Tips & Tricks | Views: 361
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 14 days ago, submitted by
crpietschmann
3 months, 16 days 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: 951
|
|
tags:
SQLServer, 2008, Database, SQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 19 days ago, submitted by
aloker
3 months, 19 days ago
blog.andreloker.de — Using Firefox on Vista to view websites hosted by the Visual Studio Development Server can be unbearably slow. Pages take aeons (i.e. several seconds) to load while viewing the same site under IE does not suffer from this issue. Here's how to solve the problem. read more...
add a comment
|
category: Tips & Tricks | Views: 394
|
|
tags:
VisualStudio, Firefox, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Sreekar
3 months, 21 days ago
blogs.msdn.com — On Further review there are a few problems with anonymous-types, they all boil down to the fact the names given to these types are not valid C# type names ( so that users don't explicitly use them in code). But while debugging this is exactly the kind of thing that one wants to do read more...
|
|
tags:
Debugger, C#, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 21 days ago, submitted by
igoro
3 months, 22 days ago
igoro.com — An easy-to-digest high-level summary of concurrency on .Net: what are the different pieces, where they differ and how they relate. If you want to know the difference between a Thread and a BackgroundWorker, or what is the point of interlocked operations, read this article. read more...
add a comment
|
category: C# | Views: 309
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 2 days ago, submitted by
zigamorph
4 months, 2 days ago
coderjournal.com — Scaling ASP.NET Application just got easier with a new technology that Microsoft has just released that they have dubbed codename “Velocity”. This product is still in the early stages of development, but it is meant as a direct competitor against memcache. read more...
3 comments
|
category: Architecture | Views: 461
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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