projetix

Stories kicked by projetix

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

Decoupled design with events(tunatoksoz.com)

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

In this post, Tuna tries to illustrate the use of Events as a way to have decoupled architecture. He also points out the what he thinks as a problem with Rob Conery's Akismet implementation for his Oxite Refactor. read more...

add a comment |category: |Views: 496

tags: another

ASP.NET MVC Release Candidate shipping in January(weblogs.asp.net)

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

ScottGu talks about the upcoming Release Candidate of ASP.NET MVC V1 and the features it brings to the table read more...

1 comment |category: |Views: 521

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

Top 100 Blogs for Developers(noop.nl)

submitted by kbaleykbaley(250) 3 years, 5 months ago

Jurgen Appelo outlines 100 blogs developers should be paying attention to. read more...

1 comment |category: |Views: 1304

tags: another

Track your car expenses in the cloud! CarTrackr on Windows Azure - Par(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 5 months ago

As you may see in the title, I will be starting a series on modifying my CarTrackr sample application to a cloud-based, Windows Azure application. At this point, I don't know if it's easy nor do I know what it takes to achieve this goal. I only have some assumtions on how CarTrackr can be converted to a cloud application. This post is part 1 of the series, in which I'll describe the architecture of Windows Azure and what I think it takes to convert my ASP.NET MVC application into a cloud application. read more...

add a comment |category: |Views: 257

tags: another

SubSonic 3.0 Preview 2(blog.wekeroad.com)

submitted by jkealeyjkealey(235) 3 years, 6 months ago

Rob Conery: Over the last week I've made massive improvements and upgrades to SubSonic 3.0 and the templates that it comes with. I haven't been this obsessive and inspired since I created SubSonic in the first place, and I have to tell you I am more than stoked to see this pull together. read more...

1 comment |category: |Views: 438

tags: another

Solving common problems with Compiled Queries in Linq to Sql for high (msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 6 months ago

If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries. if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow. There’s a runtime cost associated with each and every Linq Query you write. read more...

add a comment |category: |Views: 292

tags: another

How To Unit Test - Using SubSonic(blog.benhall.me.uk)

submitted by projetixprojetix(30) 4 years, 6 months ago

Scenario In this post I'm going to create a simple application to insert customers into our database via a console application and also have a list of customers printed out to the console. Similar to the previous post. The application will be separated into three parts. SubSonic will be used for all the database access, a middle layer will be the 'glue' and perform validation on the input (this could be business rules) and will sit on top of subsonic classes. This will then be accessible from the console application (but it shouldn't take much to change this to a WinForm/WebForm application). I know it's simple (and a bit uninteresting) but I just want to demonstrate the concepts more than anything else. read more...

add a comment |category: |Views: 39

tags: another

Creating Zip Archives In .Net Without An External Library(weblogs.asp.net)

submitted by montymonty(2575) 4 years, 7 months ago

Jon Galloway offers his advice on creating your own zip library. SharpZipLib provides best free .NET compression library, but what if you can't use it due to the GPL license? I'll look at a few options, ending with my favorite - System.IO.Packaging. read more...

1 comment |category: |Views: 154

tags: another

How MVC, jQuery, and SubSonic will make you smile(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years, 7 months ago

Rob shows off some early prototype bits for some mvc.net bits that he's baking into SubSonic. read more...

add a comment |category: |Views: 33

tags: another

Remove generated JavaScript from your pages(blog.madskristensen.dk)

submitted by tiernanotiernano(1674) 4 years, 7 months ago

One of the things that have always seemed a little weird to me is that ASP.NET auto-generates JavaScript and injects it in the rendered HTML. The JavaScript is needed to handle validation, postbacks, callbacks etc. but why does it have to write the same static functions when it could just as well be placed in a referenced .js file? If all the static functions where placed in an external .js file, it would be downloaded once instead of every time a page loads. read more...

add a comment |category: |Views: 16

tags: another

21+ FREE Regular Expression Tools & Resources (for .Net Developers)(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 7 months ago

A list (and review) of 21+ FREE Regular Expression tools and resources, mostly for .Net developers. read more...

add a comment |category: |Views: 67

tags: another

SubSonic ASP.NET Providers(weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 7 months ago

I am announcing the SubSonic ASP.NET Providers (now only Membership and Roles) using the SubSonic DAL and the official Beta 1 release. read more...

1 comment |category: |Views: 26

tags: another

Implementing a jQuery-Calendar ASP.NET Control(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 7 months ago

I've posted a wrapper ASP.NET around the jQuery-calendar control from Marc Garbanski. This small client side calendar control is compact, looks nice and is very easy to use and I've added an ASP.NET wrapper around it so it can more easily be more easily used with ASP.NET applications by dragging and dropping onto a form and supporting postbacks of the SelectedDate. read more...

2 comments |category: |Views: 768

tags: another

15+ Free Visual Studio Add-Ins(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 8 months ago

After some extensive researching (Googling), I’ve compiled this list of 15+ FREE Add-ins for Visual Studio 2005. Some of these add-ins will help improve the quality of your code, while others will help you code faster, however, none are guaranteed to help you get with the ladies. read more...

3 comments |category: |Views: 228

tags: another