gschuager

Stories kicked by gschuager

.NET continues to DoS attack me, seriously!(saftsack.fs.uni-bayreuth.de)

submitted by dun3dun3(360) 2 years, 9 months ago

Yeah, it does! And I don’t necessarily mean denial of service - that would mean that I couldn’t get any programming done. Nope, far from it - but it sure is denial of sleep attacking me. Come one, I am struggling to keep up with all the new runtimes, features, frameworks and best practices coming out of Redmond. It’s awesome and actually fun; no doubt about it - but sometimes it is excruciating as well. And today I am going to talk about the excruciating experience of seeing another reinvented wheel hobble out of Microsoft. read more...

2 comments |category: |Views: 621

tags: another

The Law of Demeter Is Not A Dot Counting Exercise(haacked.com)

submitted by gschuagergschuager(110) 2 years, 10 months ago

As a discussion of a code expression with more than one dot grows longer, the probability that someone claims a Law of Demeter violation approaches 1 read more...

add a comment |category: |Views: 264

tags: another

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

Announcing TeamCity.CodeBetter.com (codebetter.com)

submitted by MichaelDotNetMichaelDotNet(450) 3 years, 3 months ago

CodeBetter – in collaboration with JetBrains, IdeaVine, and Devlicio.us – is proud to announce the launch of TeamCity.CodeBetter.com – a continuous integration server farm for open source projects. JetBrains is generously supporting our community efforts by funding the monthly costs of the server farm and providing a TeamCity Enterprise license. Volunteers from CodeBetter, IdeaVine, and Devlicio.us are administering the servers and setting up OSS projects on the build grid. read more...

1 comment |category: |Views: 205

tags: another

Castle Custom Component Activators(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years, 3 months ago

In this post, Tuna tries to explain what ComponentActivators of Windsor does, and how we can extend the framework abilities. read more...

add a comment |category: |Views: 112

tags: another

Repository<T> good or bad?(codebetter.com)

submitted by malovicnmalovicn(1590) 3 years, 4 months ago

Greg took a bite on current ALT .Net hot topic: Generic repositories read more...

1 comment |category: |Views: 851

tags: another

Line count in Visual Studio(blog.schuager.com)

submitted by gschuagergschuager(110) 3 years, 4 months ago

Visual Studio can count... read more...

add a comment |category: |Views: 91

tags: another

Implementing Conversation per Business Transaction(fabiomaulo.blogspot.com)

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

NHibernate session handling pattern implementation read more...

add a comment |category: |Views: 163

tags: another

jQuery Autocomplete JSON ASP.NET MVC(blog.schuager.com)

submitted by AngryPetsAngryPets(300) 3 years, 5 months ago

Great overview of undocumented jQuery AutoComplete. read more...

add a comment |category: |Views: 1931

tags: another

Expression Tree vs Reflection.(nablasoft.com)

submitted by alkampferalkampfer(1873) 3 years, 7 months ago

Expression Trees can be used to avoid Reflection poor performance when you need to invoke methods in object that you deos not know at runtime. In this post I show you how you can access to property of objects building and compiling an expression tree. read more...

add a comment |category: |Views: 760

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

ASP.NET MVC Screencast: Model-based client-side validation(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years ago

A very sweet and simple way to get validation into an MVC app, just by specifying rules as attributes on model objects (e.g. [ValidateEmail]). Client-side validation happens automatically... read more...

add a comment |category: |Views: 102

tags: another

Fun with Generics - From Repository to DTO(elegantcode.com)

submitted by daddystarrdaddystarr(365) 4 years, 5 months ago

Fantastic post using .Net to implement DDD to derive a Data Transfer Object Model. read more...

1 comment |category: |Views: 153

tags: another