Link to home
Start Free TrialLog in
Avatar of abababa
abababa

asked on

c# in text editor(notepad) instead of c#.net in visual studio?

hi guys

i have just been offered a new job doing c# programming for the web but they dont want me to use visual studio. They want me to use a text editor instead. I am not new to this and was just hoping that anyone could give me some advice?

websites that can help me?

i really got no idea , even where to put the code.?

How can you test your apps if you aint in visual stuidio?

any help will be muchly appreciated, i will be give points out accordingly,

thanks
ASKER CERTIFIED SOLUTION
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland 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
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 abababa
abababa

ASKER

well i think i might be able to use visual studio but the end programs will have to be in notepad. The other programmers use notepad so it will probably be annoying for me to transfer programs into visual studio and then back to notepad
Even you use VS, all source code files can be edited using notepad!  No "transfer" is needed except you need to build some sort of "make" file (I guess) to get your program compiled.
One last word, if you choose to use VS Express Editions, be sure to check whether its license allows you to use in commercial projects or not.
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
They do. There are no restrictions placed on projects created with the Express editions.
>>There are no restrictions placed on projects created with the Express editions

they just don't want to pay!

>>i have just been offered a new job

If they don't want to pay for your basic tool, I doubt they will pay for 3rd parties. That doesn't sound great to me!
That’s going to be a dreadful job considering C# is case sensitive. stll you are in luck since SharpDevelop is as close to VS.Net as they come and its Free!

Good luck

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 abababa

ASKER

i dont know what program they use atm. I only know they dont code in visual studio but hard code?
Avatar of abababa

ASKER

i got told i would be building application prototypes using HTML and C#, and over time progressing to a
more advanced .Net role. How does that sound?