Link to home
Start Free TrialLog in
Avatar of wfcrr
wfcrrFlag for United States of America

asked on

DIY programming

What do I need to setup on a computer to toy with programming?  We have a custom app that I would like to tinker with and perhaps post a series of questions on EE as I tinker.  First question is, where do I start?  Set up a test environment? If so, can any of you post idiot proof links for downloading and installing a test environment? I assume that is step one?

Here is the list of tech used in the app:

C#
ASP.NET 3.5
JavaScript
AJAX
Ajax.NET (http://www.ajaxpro.info/)
WebDAV (Exchange interfacing)
SQL Server 2008

Libraries
iText (PDF generation)
zxing (barcodes)
jQuery

Version Control
Subversion SVN
ASKER CERTIFIED SOLUTION
Avatar of Daniel Reynolds
Daniel Reynolds
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wfcrr

ASKER

Visual Studio Express, there seems to be several versions?  Can you look at this and let me know?

http://www.microsoft.com/visualstudio/eng/downloads
Visual Studio Express 2010 should do you fine seeing it is .Net 3.5
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wfcrr

ASKER

thanks for that EugeneZ. Am looking for input as start dabbling with code and the first thing seems to be how to set up the environment. Where I am at as of last night:

Installed Visual Studio 2010 Express.
Already had SQL Server 2008 installed.

I ran VS last night and went through a couple of tutorials.

What should I do next?  If it simplifies things, I am open to screen sharing so you can see the custom app and then give a little more pointed direction.
it depends what do you need

you can buy books and\or use online tutorials
for example
the C# Station Tutorial
http://www.csharp-station.com/tutorial.aspx

check the free C# projects
http://www.codeproject.com/KB/cs/
Avatar of wfcrr

ASKER

I have another question open called "Browser based, but adjusts...".  Can you look at that question and then come back to this one and give input on next step in learning? I did look at the tutorial sites you rec, wonder if there is a more precise starting point, based on what I am wanting to do right now.
<based on what I am wanting to do right now. <computer to toy with programming>

please clarify your  goal
Avatar of wfcrr

ASKER

What is the next step, or do you require a lengthy goal dialogue before you can offer next step?  I need to develop a way for a client to log in to our custom biz app and that will be done via browser using smartphone or laptop.  The first thing is what platform to use so that their splash page will auto adjust to their device.
It is a very broad requirement you have as you haven't mentioned your own experience.

When I want to tinker with something I just install the software that's needed, look at the code, see if I can understand what it is doing.   I think it would be best to start with the basics before jumping in to specifically alter your existing application, that way you will understand more about what you wish to achieve and how you could go about it.

Oh and I think it's technically a development enviroment you should be aiming for, test would be after you've made your changes.  Then again that's just my opinion.  :-)