Parrish45

Stories kicked by Parrish45

jBlogMvc : part 2 Editing, Deleting, Paging Posts and Rss feeds(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 3 years, 7 months ago

In this part of the series I add editing and deleting posts, the blog posts now has feeds, I also use jquery and the jeditable plugin fot inline editing, I added paging for the posts as well read more...

4 comments |category: |Views: 168

tags: another

Three Simple Rhino Mocks Rules(lostechies.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 7 months ago

Jimmy Bogard shows how he uses the new Rhino Mocks syntax, and three short rules for using it. read more...

add a comment |category: |Views: 318

tags: another

ASP.NET website Continuous Integration+Deployment using CruiseControl.(msmvps.com)

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

You can setup continuous integration and automated deployment for your web application using CruiseControl.NET, Subversion, MSBuild and Robocopy. I will show you how you can automatically build the entire solution, email build report to developers and QA, deploy latest code in IIS all using CruiseControl.NET every N minutes. read more...

4 comments |category: |Views: 415

tags: another

BlogEngine.NET community is growing!(jankoatwarpspeed.com)

submitted by MarwanMarwan(850) 3 years, 7 months ago

new contributions to support BlogEngine.NET read more...

add a comment |category: |Views: 285

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

Best practices for creating websites in IIS 6(msmvps.com)

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

A list of steps that I always take while creating ASP.NET websites in IIS 6. It ensures better performance maintainability, and scalability of your application. read more...

3 comments |category: |Views: 517

tags: another

How to Install Your Own Subversion Version Control Server Using Visual(dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 7 months ago

This article will have 2 sections One will discuss the SVN Server installation and configuration and the second part will be about how to use the SVN client. read more...

1 comment |category: |Views: 330

tags: another

LINQ’ing the Future of Development with Jim Wooley(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 3 years, 7 months ago

The latest version of the .Net Framework includes a technology called LINQ. Developers are digging their teeth into it and Deep Fried Bytes is here to help with them work out the KINQs in LINQ. Keith and Woody sit down with Jim Wooley and discuss the truths, gotchas and a few rusty washers about LINQ. read more...

1 comment |category: |Views: 365

tags: another

Three C# 2.0/3.0 Syntaxes That You Didn't Know But Were Afraid to Ask(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 7 months ago

Working with other colleagues, I found these C# syntaxes are still not well-known and used read more...

4 comments |category: |Views: 1236

tags: another

Custom jQuery Selector for ASP.NET WebForms(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 7 months ago

My quest for a better way to select ASP.NET auto-generated IDs with jQuery. read more...

1 comment |category: |Views: 497

tags: another