Click here to Skip to main content
15,890,717 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Code Optimazing Suggestion Pin
Pete O'Hanlon8-Jun-10 2:41
mvePete O'Hanlon8-Jun-10 2:41 
GeneralRe: Code Optimazing Suggestion Pin
Young_Padawan8-Jun-10 22:04
Young_Padawan8-Jun-10 22:04 
AnswerRe: Code Optimazing Suggestion Pin
Pete O'Hanlon8-Jun-10 22:15
mvePete O'Hanlon8-Jun-10 22:15 
GeneralRe: Code Optimazing Suggestion Pin
Young_Padawan9-Jun-10 2:25
Young_Padawan9-Jun-10 2:25 
QuestionAny tips for working over a "Shared Online Folder " (dropbox) using Visual Studio 2010 express? Pin
venomation7-Jun-10 12:50
venomation7-Jun-10 12:50 
AnswerRe: Any tips for working over a "Shared Online Folder " (dropbox) using Visual Studio 2010 express? Pin
Abhinav S7-Jun-10 19:19
Abhinav S7-Jun-10 19:19 
GeneralRe: Any tips for working over a "Shared Online Folder " (dropbox) using Visual Studio 2010 express? Pin
venomation8-Jun-10 8:49
venomation8-Jun-10 8:49 
AnswerRe: Any tips for working over a "Shared Online Folder " (dropbox) using Visual Studio 2010 express? Pin
Pete O'Hanlon7-Jun-10 21:30
mvePete O'Hanlon7-Jun-10 21:30 
I wouldn't look at using DropBox to accomplish this. It's not a version control system so you will have difficulty managing your code as it becomes bigger. A version control system allows you to download only the changes, so you can both be working on a project and, as long as you regularly refresh your codebase, you will be working on clean code. If you use dropbox, you have to manage this manually, and that will be a bar to success.

If you really want to accomplish this, take a look at hosting your code somewhere like sourceforge or codeplex, which provides version control access through a wide variety of mechanisms (such as Subversion).

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



AnswerRe: Any tips for working over a "Shared Online Folder " (dropbox) using Visual Studio 2010 express? Pin
venomation8-Jun-10 8:50
venomation8-Jun-10 8:50 
QuestionRequired to install MDAC 2.6 Pin
Andraw Tang7-Jun-10 6:47
Andraw Tang7-Jun-10 6:47 
AnswerRe: Required to install MDAC 2.6 Pin
Abhinav S7-Jun-10 19:08
Abhinav S7-Jun-10 19:08 
Questionhow to create animated gif Pin
reza_stb20027-Jun-10 4:48
reza_stb20027-Jun-10 4:48 
AnswerRe: how to create animated gif Pin
dan!sh 7-Jun-10 5:10
professional dan!sh 7-Jun-10 5:10 
AnswerRe: how to create animated gif Pin
Luc Pattyn7-Jun-10 5:20
sitebuilderLuc Pattyn7-Jun-10 5:20 
GeneralRe: how to create animated gif [modified] Pin
reza_stb20027-Jun-10 5:34
reza_stb20027-Jun-10 5:34 
GeneralRe: how to create animated gif Pin
Pete O'Hanlon7-Jun-10 6:41
mvePete O'Hanlon7-Jun-10 6:41 
GeneralRe: how to create animated gif Pin
Luc Pattyn7-Jun-10 7:09
sitebuilderLuc Pattyn7-Jun-10 7:09 
GeneralRe: how to create animated gif Pin
reza_stb20027-Jun-10 9:13
reza_stb20027-Jun-10 9:13 
GeneralRe: how to create animated gif Pin
Luc Pattyn7-Jun-10 9:28
sitebuilderLuc Pattyn7-Jun-10 9:28 
GeneralRe: how to create animated gif Pin
reza_stb20027-Jun-10 12:47
reza_stb20027-Jun-10 12:47 
GeneralRe: how to create animated gif Pin
Luc Pattyn7-Jun-10 12:57
sitebuilderLuc Pattyn7-Jun-10 12:57 
GeneralRe: how to create animated gif Pin
reza_stb20027-Jun-10 13:36
reza_stb20027-Jun-10 13:36 
GeneralRe: how to create animated gif Pin
Luc Pattyn7-Jun-10 13:47
sitebuilderLuc Pattyn7-Jun-10 13:47 
Questionexe creation for single time installation problem in .net for window application Pin
jvishal_57-Jun-10 3:02
jvishal_57-Jun-10 3:02 
AnswerRe: exe creation for single time installation problem in .net for window application Pin
Dave Kreskowiak7-Jun-10 3:53
mveDave Kreskowiak7-Jun-10 3:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.