modaz

Stories kicked by modaz

Kona: Continuous Integration and Better Unit Testing(blog.wekeroad.com)

submitted by johnrummelljohnrummell(1321) 3 years, 1 month ago

In this screencast Rob Conery and Brad Wilson talk about continuous integration with TeamCity, Unit Testing with xUnit and TDD in general. "This screencast went from a simple idea – talking to Brad Wilson about better Unit Testing – to some pretty broad topics such as source control, unit testing, and continuous integration. I seriously could have written a whole book based on the stuff flying through my mind. I reigned it in a bit and decided to focus on two things that I don’t think get enough press: writing a good Unit Test coupled with Continuous Integration." read more...

add a comment |category: |Views: 239

tags: another

Exploring C# Boxing (dijksterhuis.org)

submitted by martijnmartijn(445) 3 years, 2 months ago

Boxing in C# has little to do with Saturday night television and quite a bit more however with that part-time job at the warehouse you had as a student. It is an important concept in C# that is related to how the compiler handles different kinds of variables in memory. Knowing how the compiler handles the various types allows you to avoid unexpected side effects in your code. This article explains what boxing is, how it works and how it can negatively effect your code if you don’t pay attention to it. read more...

2 comments |category: |Views: 450

tags: another

12+ open source projects for .NET you probably didn’t know about.(blog.webdistortion.com)

submitted by squiggssquiggs(585) 3 years, 2 months ago

Here’s a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. read more...

1 comment |category: |Views: 1932

tags: another

Improve your jQuery - 25 excellent tips(tvidesign.co.uk)

submitted by beckelmwbeckelmw(2755) 3 years, 5 months ago

jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings. I'd call myself an "intermediate" jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in. read more...

2 comments |category: |Views: 776

tags: another

The Ten Most Asked SQL Server Questions And Their Answers(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 5 months ago

Then 10 most asked SQL Server Programming questions and their answer read more...

1 comment |category: |Views: 729

tags: another

99.99% available ASP.NET and SQL Server SaaS Production Architecture(msmvps.com)

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

Best practices for designing production architecture for a highly available ASP.NET website running on SQL Server. Guarantees 99.99% availability for Level 3 SaaS. read more...

add a comment |category: |Views: 377

tags: another

Using Active Directory to authenticate users to your ASP.NET Web Site(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 6 months ago

ASP.NET membership provides the ability to authenticate users to your web application using forms based authentication against a database of users or directory services. This article explains the steps required to provide authentication against Active Directory, either for new sites with no authentication, or for existing sites using database authentication. read more...

2 comments |category: |Views: 478

tags: another

Generic Variance in C# 4.0(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 6 months ago

A simple description of the new variance support for generics in the yet-to-be-released C# 4.0. read more...

1 comment |category: |Views: 526

tags: another

.NET - Some Common Operations using LINQ To XML - Part I(dotnetcurry.com)

submitted by yooakimyooakim(85) 3 years, 6 months ago

Very good overview of how to query using LINQ to XML read more...

add a comment |category: |Views: 291

tags: another

ScottGu: ASP.NET MVC Beta(weblogs.asp.net)

submitted by RemanReman(1970) 3 years, 7 months ago

One of ScottGu´s monster blogposts read more...

1 comment |category: |Views: 393

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

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

Access JavaScript variables on PostBack using ASP.NET Code(dotnetcurry.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 7 months ago

In this article, we will see how to pass javascript values on postback and then access these values in your server side code. This article will primarily showcase two techniques of doing so. One using Hidden variables and the other using the __doPostBack() javascript method. read more...

1 comment |category: |Views: 576

tags: another

Simulate a Windows Service Using ASP.NET to Run Scheduled Jobs(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 8 months ago

Back in 2005 Omar Al Zabir (Co-founder and CTO of PageFlakes) posted an article on the CodeProject web site Simulate a Windows Service using ASP.NET to run scheduled jobs that many of you have probably seen. If you liked the idea at the time but didn't do anything with it, you may want to take another look now. In the comments, dselkirk provided an alternative that really cleans things up that Erichero then improved upon slightly and converted to C#. read more...

3 comments |category: |Views: 622

tags: another

Sending Email in a Development Environment without an SMTP Server(blog.donnfelker.com)

submitted by BognitBognit(2125) 3 years, 8 months ago

Very handy... I'm forever looking this stuff up :-| read more...

11 comments |category: |Views: 1120

tags: another

The Complete Reference for Any jQuery Developer(effectize.com)

submitted by YuraYura(995) 3 years, 9 months ago

If you ever to do something with jQuery, you should find it in this extensive list. read more...

add a comment |category: |Views: 1067

tags: another