Randoom

Stories kicked by Randoom

Introducing PostSharp 2.0: #1 - NotifyPropertyChanged (postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 8 months ago

Gael Fraiteur does first revelations about PostSharp 2.0 on a real-life example: implementing the INotifyPropertyChanged pattern with an aspect. Be safely seated! read more...

add a comment |category: |Views: 506

tags: another

The ASP.NET MVC Information Portal(aspdotnetmvc.com)

submitted by simonechsimonech(10.1k) 3 years, 11 months ago

A content aggregator of everything related to ASP.NET MVC read more...

add a comment |category: |Views: 437

tags: another

Source control is not a feature you can postphone to vNext(ayende.com)

submitted by LordLord(3737) 4 years, 1 month ago

"I was taking part in a session in the MVP Summit today, and I came out of it absolutely shocked and bitterly disappointed with the product that was under discussion. What really bothered me is utter ignorance of a critical requirement from Microsoft, who is supposed to know what they are doing with software development. That requirement is source control." read more...

1 comment |category: |Views: 2

tags: another

LINQPad as a Code Snippet Execution Engine(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 1 month ago

LINQPad is an awesome tool to quickly execute code. Besides the obvious LINQ testing features that its name implies, LINQPad also can come in quite handy as a generic .NET code snippet execution utility that allows you to run any .NET expression or single statement block. It's a great tool for your toolbox to quickly check behavior of BCL functions for example... read more...

1 comment |category: |Views: 27

tags: another