473,670 Members | 2,574 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Urgent help needed with .Net Application

Here's the situation. We have a very tight development schedule and the
application must be done using Visual Studio .Net. It is a multi-tiered
database application It has VB.Net DAL (Data Access Layer) and VB.Net BLL
(Business Logic Layer) with ASP.Net Web Forms as the front end.

The problem is, this is our first .Net project and we don't know how to code
VS.Net with multiple developers.

We are comfortable enough with the programming languages but can't figure
out how we can work on different parts of the application at the same time.

Lets take the ASP.Net application for an example of what I mean. If I'm in
the middle of coding a Web Form and a coworker wants to edit another Web
Form for the same site, how should this be accomplished? I don't
necessarily know he is working on another page and vice versa. When I
attempt to run or
build the application won't it throw errors if he is in the middle of
something?

We're thinking that we're missing something very simple. It doesn't make
sense for us
not to be able to code different parts of the application at the same time.
Any ideas?

This wasn't much of an issue in classic ASP as the site didn't need to be
compiled prior to viewing/running.

Thanks,
Daniel
Jul 21 '05 #1
2 1237
Hi

One solutions is you can integrate the project solution
with VSS and ask all the developers to check out the
individual pages on which they are working on.

Thanks,
Gopi
-----Original Message-----
Here's the situation. We have a very tight development schedule and theapplication must be done using Visual Studio .Net. It is a multi-tiereddatabase application It has VB.Net DAL (Data Access Layer) and VB.Net BLL(Business Logic Layer) with ASP.Net Web Forms as the front end.
The problem is, this is our first .Net project and we don't know how to codeVS.Net with multiple developers.

We are comfortable enough with the programming languages but can't figureout how we can work on different parts of the application at the same time.
Lets take the ASP.Net application for an example of what I mean. If I'm inthe middle of coding a Web Form and a coworker wants to edit another WebForm for the same site, how should this be accomplished? I don'tnecessarily know he is working on another page and vice versa. When Iattempt to run or
build the application won't it throw errors if he is in the middle ofsomething?

We're thinking that we're missing something very simple. It doesn't makesense for us
not to be able to code different parts of the application at the same time.Any ideas?

This wasn't much of an issue in classic ASP as the site didn't need to becompiled prior to viewing/running.

Thanks,
Daniel
.

Jul 21 '05 #2
It is called version control and development environment. All the
developers get systems that run the software. Each developer has access
to the entire software suite via the source code control software. The
released product consist of the contents of the source code system.
Each developer makes his changes on the part they are working on and
check it in. Nobodys changes interfeer with anyone else's.

"Daniel" <dh******@data2 you.net> wrote in
news:Ou******** ******@TK2MSFTN GP09.phx.gbl:
Here's the situation. We have a very tight development schedule and
the application must be done using Visual Studio .Net. It is a
multi-tiered database application It has VB.Net DAL (Data Access
Layer) and VB.Net BLL (Business Logic Layer) with ASP.Net Web Forms as
the front end.

The problem is, this is our first .Net project and we don't know how
to code VS.Net with multiple developers.

We are comfortable enough with the programming languages but can't
figure out how we can work on different parts of the application at
the same time.

Lets take the ASP.Net application for an example of what I mean. If
I'm in the middle of coding a Web Form and a coworker wants to edit
another Web Form for the same site, how should this be accomplished?
I don't necessarily know he is working on another page and vice versa.
When I attempt to run or
build the application won't it throw errors if he is in the middle of
something?

We're thinking that we're missing something very simple. It doesn't
make sense for us
not to be able to code different parts of the application at the same
time. Any ideas?

This wasn't much of an issue in classic ASP as the site didn't need to
be compiled prior to viewing/running.

Thanks,
Daniel


Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1604
by: felix_william | last post by:
Attention=3A Dear friend=2C REQUEST FOR BUSINESS RELATIONSHIP OF GREAT PROFITS I am HON=2E =28DR=2E=29 Felix William=2C the Director of Procurement and Contract Award at the Nigerian National Petroleum Corporation =28NNPC=29 of the Federal Republic of Nigeria=2E I apologized using this medium to reach you for a transaction=2F business of this magnitude=2C but this is due to Confidentiality and prompt access reposed on this medium=2E It is...
2
1778
by: Chris | last post by:
Hi, I developed a COM+ Server application on my XP machine. It works excellent. I exported as server application and then installed it in a windows 2003 server. I then exported it as a Proxy Client from the Windows 2003 server and installed the proxy client on 2 xp machines and it works fine. When I try to install the proxy client to our windows 2000 adv server SP4 (production box) I get the error "Error 1928. Error registering COM+...
4
1383
by: xunitinmullik | last post by:
Hello ppl: I am facing a problem that I ahve never experienced before with the secured database. I created an MS Access 2000 application (.mdb) using MS Access 2002 and secured it using exactly the procedure described in the Access Security FAQ and as I have been doing since the time I have started using Access. So let the access application be xxx.mdb. After completing the whole development for xxx.mdb, i secured it using the procedure...
16
2928
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In: http://www.mywebsite.org/WebResource.axd?d=5WvLfhnJp5Lc8WhQSD4gdA2&t=632614619884218750 -------------------------------------------------------------------------------- System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed. at...
4
2056
by: jens Jensen | last post by:
Hello, I was given the task to build a .Net client that will talk to IBM integration server via HTTP post. The idea is that each http packet exchange should be authenticated via X09 "client authentication and not "server authentification" The code i wrote is quite straight forward. (See listing below) With server authentication, the server's application will contain a certificate created specifically for that server. The client...
3
6457
by: N. Spiker | last post by:
I am attempting to receive a single TCP packet with some text ending with carriage return and line feed characters. When the text is send and the packet has the urgent flag set, the text read from the socket is missing the last character (line feed). When the same text is sent without the urgent flag set, all of the characters are read. I'm reading the data using the blocking read call of the network stream class. The .NET...
5
5463
by: mail | last post by:
Urgent help needed! I moved an application from ASP+ACCESS to ASP+MS SQLSERVER and I have the following problem: If the join on two tables results on duplicate colum names (which appear in both tables) I could reference them by using: RECORDSET("TABLENAME.COLUMNAME")
2
2427
by: Preetam Pattanashetty | last post by:
Hi I am learning ASP.NET using C#. I am able to run .aspx files on local system, but when I load them to the server, I get the "Server Error in '/' Application" error. I have tried to configure the web.config file but has not been fruitful. I would be thankful if the following questions were answered: a)has the write permissions on files and folders have to do something with it? b)what role does asp_client folder play? c) What other...
2
1794
by: =?ISO-8859-1?B?RulybmFz?= | last post by:
Hey all, I have a URGENT problem and I hope someone could help me... scenery: I have a windows app, coded using C# (framework 1.1 - VS2003)... The exe and dlls of the app is are stored in a server, and the clients access this app through a shortcut that points to this. The folder of
0
8384
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8901
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8591
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6212
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5683
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4388
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2799
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2037
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1791
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.