lcorneliussen

Stories kicked by lcorneliussen

C# Structured Editor Prototype(blogs.msdn.com)

submitted by KirillOsenkovKirillOsenkov(570) 2 years, 8 months ago

As part of my research back in school I was building an experimental structured editor for C#. Now I’ve decided to publish the sources and binaries on CodePlex: http://structurededitor.codeplex.com To give a better idea of how the editor works, I’ve recorded six short videos showing the different features below. read more...

1 comment |category: |Views: 462

tags: another

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

submitted by lcorneliussenlcorneliussen(490) 3 years 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

My Dot Net Developer’s tools list, and more…(dotnetsurfers.com)

submitted by latishlatish(470) 3 years ago

I gave a brownbag presentation at my current client recently about the common tools (in addition to Visual Studio), that I use on a regular basis for working with .NET or web development in general. I also threw in some non-development tools that are a part of my day to day life and make things easier. Here’s the complete list: read more...

add a comment |category: |Views: 1462

tags: another

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

submitted by lcorneliussenlcorneliussen(490) 3 years, 1 month ago

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

add a comment |category: |Views: 58

tags: another

NUnitEx : assertion.Should().Be.Fluent();(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 2 months ago

New features of NUnitEx (NUnit extensions for fluent assertions). read more...

add a comment |category: |Views: 10

tags: another

NUnitEx : actual.Should().EqualTo(expected)(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 2 months ago

Extensions working on-top of NUnit. The intention of the project is to be a “base-line” of a possible API implementation for NUnit3.0. As me, Charlie Poole, think that “to have the code available is different than few-words and with this project we can "test" the acceptance of a possible API based on .Net3.5” (the phrase is mine and Charlie simply said “great!”)..... read more...

add a comment |category: |Views: 6

tags: another

Alt.Net Podcast Episode 17: The State of Alt.Net(altnetpodcast.com)

submitted by javeryjavery(5523) 3 years, 2 months ago

Mike Moore talks with Scott Bellware about the state of Alt.Net read more...

2 comments |category: |Views: 126

tags: another

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

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

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

1 comment |category: |Views: 28

tags: another

Domain Driven Design, Business Objects, Datasets and NHibernate(progware.org)

submitted by iwannisiwannis(452) 3 years, 3 months ago

Speed test comparisons between NHibernate and custom BOs and Visual Studio TableAdapters and Datasets read more...

add a comment |category: |Views: 404

tags: another

Learn the Basics Before Programming(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 3 months ago

Simone Chiaretta wraps up the recent discussion on the community about the controversy opinions of building a software that only works versus building the software that has a high quality. After that, the leaves his own opinions on this. read more...

2 comments |category: |Views: 498

tags: another

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

submitted by lcorneliussenlcorneliussen(490) 3 years, 4 months 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: 373

tags: another

Time released content in ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 4 months ago

"While working on the PDC2008 website, we had several time-critical updates. There were some announcements that needed to go live on the website at specific times to coincide with other marketing, there were updates to the list of of software being given to attendees that needed to go live right after the keynotes in which they were announced, etc." read more...

add a comment |category: |Views: 284

tags: another

ALT.NET Seattle 2009 is Happening(codebetter.com)

submitted by NotMyselfNotMyself(215) 3 years, 4 months ago

If you attended ALT.NET Seattle least year, you might be wondering whether or not it's happening this year. I am excited to announce that we are actually going to host an ALT.NET Seattle conference this year. What: ALT.NET Seattle 2009. (The site is still being worked on. Thanks to Justin Bonozier and Shoshanah Bain for getting the site up). Where: Digipen (thanks to Jeff Tucker for lining up the space) When: Evening February 27th through March 1st. Registration: Opens this tuesday evening at 6PM. We're holding on registration to allow the word to spread. There will be a max of 150 attendees. Check the wiki on Tuesday for details. read more...

add a comment |category: |Views: 9

tags: another

Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 5 months ago

Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC. read more...

add a comment |category: |Views: 744

tags: another

Customized .NET Coffee Cup(webdevdotnet.blogspot.com)

submitted by elijahmanorelijahmanor(1448) 3 years, 5 months ago

You know you are a real geek if you made a coffee cup that resembles the technologies that you use everyday... read more...

1 comment |category: |Views: 25

tags: another

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

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

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

add a comment |category: |Views: 7

tags: another