|
|
JudahGabriel
Stories kicked by JudahGabriel
|
|
published 2 days, 14 hours ago, submitted by
razamit
2 days, 18 hours ago
dev102.com — As you all remember in my article about Custom WPF Context Menu I mentioned that my WPF Binding Converter was a singleton, and I promised to tell you why, so here comes the 3 ways I know of using WPF Binding Converters. We will start from the worst (in my opinion) and move on the the best.
read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 21 hours ago, submitted by
dwhittaker
3 days ago
dimecasts.net — Short screencasts that reviews LinqPad. This is an introduction to LinqPad (Intermediate Usage). This episode we will look at how to execute native .Net code. read more...
add a comment
|
category: C# | Views: 103
|
|
tags:
LINQPad, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ccook
3 days, 13 hours ago
charlesrcook.com — A walkthrough on hosting a personal blog on a WIndows Vista machine with ASP.NET. Includes setting up IIS 7, SQL Express, and a Dynamic DNS read more...
add a comment
|
category: ASP.NET | Views: 9
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Actipro
3 days, 17 hours ago
blog.actiprosoftware.com — Actipro asks which features you'd like to see in their upcoming PropertyGrid for WPF control. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
webscale
3 days, 20 hours ago
simnova.com — Microsoft has a number of solutions that appear to form a very strong offering for enterprise class web 2.0 applications: (including new projects : Red Dog / Velocity / Zermatt) read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 19 hours ago, submitted by
dcarr
3 days, 22 hours ago
blog.domaindotnet.com — In a strategic move on Microsoft’s part that has the open source community buzzing, the well-known and respected founder of the Castle Project Hamilton Verissimo has accepted a position with Microsoft’s MEF group. read more...
12 comments
|
category: Open Source | Views: 235
|
|
tags:
Microsoft, strategy, OpenSource, Castle | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Yura
3 days, 22 hours ago
rant.blackapache.net — A nicely written tutorial on signing an unsigned accembly without delay signing. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 days ago, submitted by
simonech
4 days, 3 hours ago
hammett.castleproject.org — Hamilton Verissimo, aka Hammett is joining MS as PM inside the MEF (Managed Extensibility Framework) team, but will keep on working on Castle. read more...
add a comment
|
category: Community | Views: 168
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 15 hours ago, submitted by
NotMyself
4 days, 11 hours ago
iamnotmyself.com — I wanted to challenge the dogmatic urban legend passed down from .NET developer to .NET developer since the classic ASP days. That dogma simply states you should always access your database via stored procedure for "performance reasons". Inline SQL is BAAAAAAD.
So I fired up Visual Studio, created a class and started writing tests. read more...
2 comments
|
category: Open Source | Views: 336
|
|
tags:
Unit, Test, OpenSource, NHIbernate | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 21 hours ago, submitted by
AlexCuse
4 days, 17 hours ago
codebetter.com — Lots of good extension methods here for C# read more...
2 comments
|
category: C# | Views: 514
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 days, 8 hours ago, submitted by
shaharyr
4 days, 18 hours ago
dev102.com — Say you are writing an application and one of the requirements is to allow File System search. You could always start using loops and such. I thought to myself why not do it in LINQ? I played around with it and in fact it is not so hard...
read more...
add a comment
|
category: Architecture | Views: 265
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 days, 21 hours ago, submitted by
yesthatmcgurk
5 days, 17 hours ago
blogs.msdn.com — ... and some dude from the VB team. Anders and the guys in room 2543, building 41 (where C# was born) talk about the new features that will be in the next version of C#.
I so wanted to blogspam this one. Enjoy your direct link. read more...
add a comment
|
category: C# | Views: 620
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kalyanms1
6 days, 16 hours ago
techbubbles.com — It is one of the new feature introduced in C# 3.0 “As the name implies, extension methods extend existing .NET types with new methods.”
Here i am going to extend the String type to write an extension method.
Example Adding a IsValidEmailAddress method onto an instance of string class: read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
ExtensionMethods, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 days, 19 hours ago, submitted by
CharlieCalvert
6 days, 18 hours ago
blogs.msdn.com — This is a second post on the LINQ Set operators, the first being published while LINQ was still in beta. As mentioned in the previous post, there are four LINQ set operators: Union, Intersect, Distinct and Except. Like the other 50 LINQ operators, these methods are designed to allow you to query data which supports the IEnumerable<T> interface. Since all LINQ query expressions, and most LINQ queries, return IEnumerable<T>, these operators are designed to allow you to perform set operations on the results of a LINQ query. In this post I give four highly simplified examples of how to use each of the operators, and then end with a more complex example that shows how the operators might be used in a real world setting. read more...
add a comment
|
category: Linq | Views: 164
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 days, 21 hours ago, submitted by
yesthatmcgurk
8 days, 23 hours ago
blogs.msdn.com — The CLR Security Team just launched their CodePlex site which contains two assemblies that provide additional functionality to the security APIs shipped in v3.5 of the .NET Framework.
read more...
add a comment
|
category: Security | Views: 161
|
|
tags:
CodePlex, Security | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 19 hours ago, submitted by
pmontgomery
9 days, 10 hours ago
jeffblankenburg.com — Jeff Blankenburg shows what Microsoft has up its sleeve for a new generation of CAPTCHA. read more...
2 comments
|
category: Security | Views: 399
|
|
tags:
Security | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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