Follow Fantora on Twitter
Fantora Word of Classified Ads and Community Forum
Welcome Guest Search | Active Topics | Members | Log In | Register

what is continuous integration in .net

Options
adam
Posted: Friday, May 21, 2010 4:35:12 AM
Rank: Advanced Member
Groups: Member

Joined: 4/3/2008
Posts: 185
Points: 561
Location: London

what is continuous integration in .net

any body have any idea of continuous integration in .net? how we do it

thanks
hari
Posted: Friday, May 21, 2010 4:37:52 AM
Rank: Advanced Member
Groups: Member

Joined: 3/31/2008
Posts: 113
Points: 339
Location: London

what is continuous integration in .net

adam wrote:
any body have any idea of continuous integration in .net? how we do it

thanks


Continuous integration is the strategy of making sure that changes to the project’s codebase are built, tested and reported on as soon as possible after they are introduced. This assumes several prerequisites:

* Your code is maintained in a central location, preferably a source code control product like CVS or Visual SourceSafe.
* You have made a build script of some kind, like a NAnt .build file or a Make script.
* Optionally, you have included unit tests in the codebase as part of the project.

Once these are in place, you can create a continuous integration environment. This is a central server that monitors the source code repository and springs into action when it notices changes (commits). Its job is to check out a full version of the codebase whenever any part of it changes, run your build file and report on the results. What constitutes a build is up to you; normally, a build is a full compile of all source files, running unit tests and creating the deployment archive.

Why You Need Continuous Integration

All development teams (read: more than one programmer) have to deal with integration builds. This is where you pull together all the bits and pieces that the different team members were working on, and check to see if you have a fully functioning product or a Frankenstein’s monster. Like many other project management tasks, though, it can be complex and repetitive. This unfortunate combination means that over time, you will likely devote less brain power to running the integration build, even less to documenting the results, and are likely not only to miss important problems but fail to have a documentation trail that you can look back on later to see the mistake. A continuous integration tool takes away the repetitive task, makes it repeatable and automatic and builds a document trail as it works for historical accuracy.

hope that helps
kaileyrob
Posted: Wednesday, February 23, 2011 5:19:48 PM
Rank: Newbie
Groups: Member

Joined: 2/23/2011
Posts: 6
Points: 18
Location: US

what is continuous integration in .net

Continuous Integration is created during the build whenever a programmer checks code into the source control server. When you use this procedure, it is a good idea to have a dedicated build server, you can synchronize and compile the source code, and run the unit tests.

psd to xhtml | psd to html | convert to wordpress
hightech
Posted: Tuesday, March 29, 2011 11:51:36 PM
Rank: Advanced Member
Groups: Member

Joined: 9/6/2008
Posts: 227
Points: 487
Location: US

what is continuous integration in .net

http://www.manning.com/kawalerowicz/

Test Management
Users browsing this topic
Guest

 Related
how to remove 404 error
Linq query in MVC
creating a profile in commerce server 2009 pragmatically
A little confusion on ICallbackEventHandler
using AdRotator control in ASP.Net
Could not load file or assembly 'XXX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' ..
Commerce Server 2009 Starter Site step by step
nopCommerce ASP.NET/C# based opensource shopping cart Installation
MVC Application Structure
'System.Exception' was thrown
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Fantora Blog | Discount Shop UK | Discount Shop USA | Discount Shop Canada | Discount Boutique France | Discount Shop Deutschland | Discount Shop Italia | Descuento Shop España

Free Classified ads, Webmaster Forum & Technology Reviews | Fantora Free Classified Ads | Buy & Sell Electronics, Mobile phones & Accessories | fantora Forums Community | Buy & Sell DVD, Games and Consols | Free eBooks & Softwares | SEO & Affiliate Marketing Discussion | Programming Language Forum (.NET, ASP, PHP, SQL) | Free Classified Ads | General Stuff (Movies, Chat, Comics) | Free Online English Movies & Reviews | Free Online Hindi Movies & Reviews | Australia & New Zealand Immigration Forum | Europe immigration forum | Canada Immigration Forum | Ireland Immigration Forum | US Immigration Forum | United Kingdom Immigration Forum

Main Forum RSS : RSS

Powered by: YAF.NET
Copyright © AI Logica All rights reserved.
This page was generated in 0.864 seconds.