|
|
Loonquawl
Loonquawl
 |
|
Stories kicked by Loonquawl
|
|
published 1 month, 24 days ago, submitted by
CharlieCalvert
1 month, 25 days ago
blogs.msdn.com — In this Channel 9 video C# architect Anders Hejlsberg answers some commonly asked questions about the new Dynamic features that will be included in C# 4.0. Building on the talk that he gave at PDC, Anders chats with C# Community PM Charlie Calvert. They discuss questions that community members have asked and riff on themes of import to developers who have been following the latest news from the C# team. read more...
1 comment
|
category: C# | Views: 252
|
|
tags:
Programming, .Net, Hejlesberg, C#, Andres | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 17 days ago, submitted by
igoro
5 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: 342
|
|
tags:
Pick, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 30 days ago, submitted by
shaharyr
5 months, 30 days ago
dev102.com — Be aware of this matter because it is not a trivial issue and apparently, there are no errors or warnings generated by the compiler. So, the rule to remember is to never call virtual methods from constructors. read more...
1 comment
|
category: Architecture | Views: 305
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 2 days ago, submitted by
bbcook
7 months, 3 days ago
stupiddumbguy.blogspot.com — New TDD and experienced TDD developers will find this list of naming conventions and guidelines useful. read more...
1 comment
|
category: Unit Testing | Views: 429
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 24 days ago, submitted by
zigamorph
7 months, 25 days ago
coderjournal.com — So if you are to take anything away from this rant, take this, do what you love, and become the best at it. And if what you love isn’t your 9-5 job, deeply understand this and get out of the way of people who’s 9-5 job is what they love. read more...
add a comment
|
category: Other | Views: 331
|
|
tags:
career | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 25 days ago, submitted by
shaharyr
7 months, 25 days ago
dev102.com — Llist(t).Find returns the first element found that matches a given criteria, but what happens if no such element found? read more...
add a comment
|
category: ASP.NET | Views: 143
|
|
tags:
C#, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 29 days ago, submitted by
ericdcoolest
7 months, 29 days ago
atalasoft.com — "The first impression is everything, right? So this post is all about how to skin your application. While I can't turn you into Monet, I can show you what a paint brush looks like." read more...
2 comments
|
category: Windows Forms | Views: 73
|
|
tags:
winforms | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months ago, submitted by
kayos
8 months ago
blog.reamped.net — Do you use database projects in Visual Studio? If not, then now is a good time to start. It is the best way I have found to source control my databases without actually sticking the database file itself in the repository. read more...
add a comment
|
category: Database | Views: 29
|
|
tags:
SQL, VisualStudio, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 1 day ago, submitted by
abenedik
8 months, 1 day ago
wpf-graphics.com — See how simple is to create a great user interface for your WPF or Silverlight application. You can simply use almost any vector drawing application (Adobe Illustrator, Corel Draw, Inkscape, Visio, Autocad, Excel, Word, etc.) and then with the ViewerSvg or Paste2Xaml convert the drawing into XAML. Or even simpler, you can use one of the thousands vector images that are already available on the internet - see links.
There are also samples that demonstrates the power of vector images and how simple is to create a great effects with them. read more...
|
|
tags:
svg, metafile, xaml, WPF, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 1 day ago, submitted by
leniel
8 months, 2 days ago
diditwith.net — For the past several months, I've been using F# to solve at least two Project Euler problems each week. I find this is a great way to sharpen my math skills and my F# skills simultaneously. If you're looking for a way to flex your programming muscles, you really should check out Project Euler. read more...
1 comment
|
category: Other | Views: 9
|
|
tags:
functional, euler, DustinCampbell, F#, fsharp | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 3 days ago, submitted by
TroyMG
8 months, 8 days ago
blogs.msdn.com — Krzysztof Cwalina reveals details on .Net's upcoming Managed Extensibility Framework. "MEF is a set of features referred in the academic community and in the industry as a Naming and Activation Service (returns an object given a “name”), Dependency Injection (DI) framework, and a Structural Type System (duck typing)." read more...
add a comment
|
category: Architecture | Views: 36
|
|
tags:
DuckTyping, Patterns, C#, DependencyInjection, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 9 days ago, submitted by
razamit
8 months, 9 days ago
dev102.com — Recently I found out this great add-on for Visual Studio 2008 called PowerCommands. PowerCommands Extends the functionality of Visual Studio 2008 by adding some features which we all want built into Visual Studio. PowerCommands provides the following... read more...
2 comments
|
category: Architecture | Views: 71
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 22 days ago, submitted by
yesthatmcgurk
8 months, 22 days ago
statestreetgang.net — This part covers symmetric encryption, more commonly known as password-based encryption. Goes over the different types of symmetric algorithms available, concepts such as initialization vectors, and includes code examples. read more...
3 comments
|
category: Security | Views: 8
|
|
tags:
Security | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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