simoneb

Stories kicked by simoneb

NUnitEx: assertion.Should().Satisfy(lambda);(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 1 month ago

New NUnitEx syntax based on lambda expressions (pure .NET-language-based assertions). read more...

add a comment |category: |Views: 4

tags: another

.NET 3.5 SP1 Get*CustomModifiers bugs(ayende.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 9 months ago

Oren Eini describes new bugs in .NET 3.5 SP1 with ParameterInfo.GetRequiredCustomModifiers and ParameterInfo.GetOptionalCustomModifiers read more...

add a comment |category: |Views: 160

tags: another

.NET Database Migration Tool Roundup(flux88.com)

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

A overview of all the available DB Migration tools available on the .NET platform read more...

add a comment |category: |Views: 658

tags: another

Microsoft Source Analysis for C# Released(blogs.msdn.com)

submitted by jonasjonas(2215) 4 years ago

From post: "Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation." read more...

1 comment |category: |Views: 876

tags: another

7 tricks to simplify your programs with LINQ(igoro.com)

submitted by igoroigoro(815) 4 years ago

Ever since I learned about LINQ, I keep discovering new ways to use it to improve my code. Every trick makes my code a little bit faster to write, and a little bit easier to read. This posting summarizes some of the tricks that I came across. I will show you how to use LINQ to: initialize an array, iterate over multiple arrays in a single loop, generate a random sequence, ... read more...

1 comment |category: |Views: 669

tags: another

The Developer Exchange Program(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 1 month ago

How much better a developer would you be if you could regularly observe another Agile team in action... in person. read more...

2 comments |category: |Views: 7

tags: another

Building Domain Specific Languages on the CLR(infoq.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 1 month ago

Nice article on DSLs in the .NET space read more...

4 comments |category: |Views: 23

tags: another

Host your own Web Server in your application using IIS 7(blogs.msdn.com)

submitted by simonebsimoneb(5450) 4 years, 1 month ago

Cool way of self hosting IIS 7. read more...

1 comment |category: |Views: 17

tags: another

There and Back Again : Lambda, Lambda, Lambda!(blogs.msdn.com)

submitted by simonebsimoneb(5450) 4 years, 2 months ago

Want to get lambdas? This is THE post. read more...

1 comment |category: |Views: 26

tags: another

ASP.NET MVC In-Depth: The Life of an ASP.NET MVC Request - Stephen Wal(weblogs.asp.net)

submitted by JozefSevcikJozefSevcik(1880) 4 years, 2 months ago

Lifecycle of request in ASP.NET MVC application. read more...

add a comment |category: |Views: 62

tags: another

Windows Communication Foundation - 65 Links to make you an expert!(joeon.net)

submitted by mosessaurmosessaur(5424) 4 years, 2 months ago

Windows Communication Foundation - 65 Links to make you an expert! read more...

add a comment |category: |Views: 45

tags: another

Repository Base class in SubSonic 2.1(blog.wekeroad.com)

submitted by cwbrandsmacwbrandsma(1711) 4 years, 2 months ago

Rob Conrey shows off how to implement a SubSonic Dal without using the Active Record Pattern. read more...

add a comment |category: |Views: 110

tags: another

Rhino Mocks 3.4 Released(ayende.com)

submitted by simonebsimoneb(5450) 4 years, 2 months ago

Some great new features! read more...

2 comments |category: |Views: 72

tags: another

Scott Gu's March 14th Links Collection(weblogs.asp.net)

submitted by dzengdzeng(815) 4 years, 2 months ago

This covers ASP.NET, ASP.NET AJAX, ASP.NET MVC, LINQ, and other acronyms read more...

add a comment |category: |Views: 2

tags: another

How I lost my WinDbg virginity(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 2 months ago

Using WinDbg to find ASP.NET memory leaks. read more...

add a comment |category: |Views: 17

tags: another

ASP.NET MVC: Securing Your Controller Actions(blog.wekeroad.com)

submitted by alleyalley(2840) 4 years, 2 months ago

Many people on the forums want to know how to best protect Actions on their Controller using Forms Authentication. The MVC Team has done a nice job introducing Filters (using Attributes) to this latest drop of MVC, and in this post I’ll show you how to create a filter that can handle security. read more...

1 comment |category: |Views: 57

tags: another