dimapasko

Stories kicked by dimapasko

Generic Repository(codebetter.com)

submitted by brandewinderbrandewinder(530) 3 years, 5 months ago

The purpose behind the repository pattern is to provide a layer of abstraction between your domain and data layer. For smaller projects, this typically isn't needed. However, larger projects can really benefit from a broker that specifically handles the back and forth between the two layers. With repositories your domain objects aren't burdened with infrastructure details and can therefore better focus on domain-specific behavior. read more...

add a comment |category: |Views: 1227

tags: another

Saving DotNetKicks(nayyeri.net)

submitted by sharplifesharplife(4570) 3 years, 5 months ago

Keyvan wrote something about our popular social bookmarking site, DotNetKicks and talked about some spamming problems on DNK and discussed about saving DNK from this situation. A must read post for all DotNetKicks lovers! read more...

5 comments |category: |Views: 360

tags: another

Extending the Visual-Studio Context-Menu(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 5 months ago

We can add features to the Visual-Studio context menu, without installing addins. Here is an example showing how to add "Explore" and "Execute" commands to any item in the Solution Explorer. read more...

add a comment |category: |Views: 385

tags: another

Oxite - Oh Dear Lord Why?! (codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 5 months ago

Oxite is an open source application built on ASP.NET MVC and Karl Seguin raises some points related to the design/architecture/implementation. read more...

1 comment |category: |Views: 695

tags: another

Haacked: ASP.NET MVC on IIS 6 Walkthrough(haacked.com)

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

"In this post, I want to provide a definitive guide to getting ASP.NET MVC running on IIS 6. I will walk through using the .mvc or .aspx file extension for URLs first, then I will walkthrough using extension-less URLs." read more...

1 comment |category: |Views: 194

tags: another

NConsoler - command line parser library for .NET(codeproject.com)

submitted by dimapaskodimapasko(15) 3 years, 8 months ago

Command line parser based on meta information. read more...

add a comment |category: |Views: 41

tags: another