lcorneliussen

Stories submitted by lcorneliussen

Microsoft “Oslo” May CTP available (Including Quadrant)(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 2 years, 8 months ago

The "Oslo” team has released the third CTP of Microsoft’s forthcoming modeling platform. This post outlines some of the most important changes and shows some screenshots. read more...

add a comment |category: |Views: 5

tags: another

New StringOr<T> in Base Class Library 4.1(blog.wekeroad.com)

submitted by lcorneliussenlcorneliussen(490) 2 years, 10 months ago

A must read for all developers. read more...

add a comment |category: |Views: 58

tags: another

My .NET Development Must-have Tool List(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years ago

List of .NET Development Tools every developer should know. read more...

1 comment |category: |Views: 28

tags: another

UTF8Encoding.Default != Encoding.UTF8 (.NET C#)(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years ago

Explains why you should never use ASCIIEncoding.Default, UTF8Encoding.Default, UnicodeEncoding.Default, UTF32Encoding.Default or UTF7Encoding.Default! Never ever! read more...

add a comment |category: |Views: 372

tags: another

Run R# tests without switching to the mouse(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years, 2 months ago

How to run unit tests right from within your code without even using the mouse. read more...

add a comment |category: |Views: 6

tags: another

Code Contracts in C#(weblogs.asp.net)

submitted by lcorneliussenlcorneliussen(490) 3 years, 2 months ago

Nice write-up on code contracts with statical analysis for C# with VS 2008 and VS 2010. read more...

add a comment |category: |Views: 35

tags: another

beautyOfCode: jQuery Plugin for Syntax Highlighting(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years, 3 months ago

jQuery Plugin using the SyntaxHighlighter from Alex Gorbatchev, but with nice xhtml-strict-compliant code. read more...

2 comments |category: |Views: 413

tags: another

DSL Tools, Software Factories and Oslo - Model-driven .NET(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years, 4 months ago

Suddenly, at least it seams so, Microsoft is excited about modeling. At least they joined OMG! Here the summarized current state as well as a lot of links to articles, people and webcasts arround dsl, software factories and codename "Oslo". read more...

add a comment |category: |Views: 46

tags: another

The Request/Response Service Layer(davybrion.com)

submitted by lcorneliussenlcorneliussen(490) 3 years, 6 months ago

A nice write up about how to architecture a service layer using request and response messages (objects). read more...

add a comment |category: |Views: 44

tags: another

The 20 most kicked “top-10 stories” for Developers(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years, 7 months ago

A compilation of the 20 stories dealing with top-10 links or advices that were kicked most in 2008 read more...

6 comments |category: |Views: 827

tags: another

Behind the scenes of the C# yield keyword(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years, 8 months ago

Yield is not a CLR feature, it's just about the C# compiler. This post explains how this works. read more...

1 comment |category: |Views: 407

tags: another

Use Path.Combine to avoid ugly program failures!(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years, 8 months ago

For Newbies: Why you should use Path.Combine and how it saves your time. read more...

add a comment |category: |Views: 18

tags: another

How to wrap the ASP.NET session state(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years, 8 months ago

A handy C# code snippet for accessing ASP.net session state data. Exceptions are handled, usage is intuitive. read more...

1 comment |category: |Views: 426

tags: another

Rich Mouse Navigation in Resharper(jetbrains.net)

submitted by lcorneliussenlcorneliussen(490) 3 years, 10 months ago

Ctrl+Click (Goto Declaration) is great, shure. But why not use all the other combinations of buttons and keys in order to offer rich navigation though the code using the mouse. Vote, if you like it! read more...

add a comment |category: |Views: 2

tags: another