J
jason
I've been working with C# for over a year now without touching vb.net
code. I had a few light years of vb.net before that. No real vb6 or
windows form experience.
Suddenly, I have an assignment where I've been asked to create a few
new pages on an exsisting website. The website is written in vb.net
with vb.net codebehind and classes.
My employer says I can use C# for new stuff If I want.
Is it really possible and what's the cleanest way to do this?
Also, at the old shop where I was at I was the only .NET deployer I
would deploy from TEST to PROD by doing an xcopy of the website
directory. Is this the way most shops deploy from TEST to PROD. And, if
they don't have VSS, can more than one developer develop and change the
same object in the same project at the same time and then deploy
(possibly at the same time)? How do must small shops coordinate
multiple developers working on the same projects/pages?
Finally, I was just playing with VB.NET, and i noticed the code snippet
feature seems to be much more robust or at least easier to read than
what's available in C#, with things like create a folder.. is this
true? and is there a c# comparable for things like:
My.Computer.FileSystem.CreateDirectory(`)
Thanks
code. I had a few light years of vb.net before that. No real vb6 or
windows form experience.
Suddenly, I have an assignment where I've been asked to create a few
new pages on an exsisting website. The website is written in vb.net
with vb.net codebehind and classes.
My employer says I can use C# for new stuff If I want.
Is it really possible and what's the cleanest way to do this?
Also, at the old shop where I was at I was the only .NET deployer I
would deploy from TEST to PROD by doing an xcopy of the website
directory. Is this the way most shops deploy from TEST to PROD. And, if
they don't have VSS, can more than one developer develop and change the
same object in the same project at the same time and then deploy
(possibly at the same time)? How do must small shops coordinate
multiple developers working on the same projects/pages?
Finally, I was just playing with VB.NET, and i noticed the code snippet
feature seems to be much more robust or at least easier to read than
what's available in C#, with things like create a folder.. is this
true? and is there a c# comparable for things like:
My.Computer.FileSystem.CreateDirectory(`)
Thanks