Thank you Microsoft.
-
TBH I find Visual Studio gets in the way a lot; I prefer to use WebStorm for front-end stuff these days. I'm finding myself working in VS less and less overall (really now just for building web services). Angular 3 is tipped to be released soon :)
I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.
-
don't be too hasty :) ... i coded in C# for a lot of time and i started coding in TypeScript and using Angular2 since a couple of months now. I had my doubts in the beginning, but now they are all almost gone :thumbsup:
-
TBH I find Visual Studio gets in the way a lot; I prefer to use WebStorm for front-end stuff these days. I'm finding myself working in VS less and less overall (really now just for building web services). Angular 3 is tipped to be released soon :)
I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.
I still type in html and js for front end (oh..but that is so old some would say) so have not really experienced problems. I saw the post on insider about A3. Let me get basics right and then see which version should I go for.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
-
don't be too hasty :) ... i coded in C# for a lot of time and i started coding in TypeScript and using Angular2 since a couple of months now. I had my doubts in the beginning, but now they are all almost gone :thumbsup:
-
Yes it is. Are you using Visual Studio Code right? I lost tons of hours trying to setup angular with the "correct" libraries versions ,and at the end i solved it quickly using the setup suggested in the AngularJS Tour of Heroes tutorial. Quick and painless
-
I still type in html and js for front end (oh..but that is so old some would say) so have not really experienced problems. I saw the post on insider about A3. Let me get basics right and then see which version should I go for.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
The main problem I have is VS conflicting with gulp/grunt tasks around building (.ts, .less/scss) and moving files around (node_modules, removing .ts and .js.map files). You can manually edit the .csproj file and disable certain bits, but it seems like overkill having to do this for every SPA (especially where there's no C# code) being developed.
I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.
-
Yes it is. Are you using Visual Studio Code right? I lost tons of hours trying to setup angular with the "correct" libraries versions ,and at the end i solved it quickly using the setup suggested in the AngularJS Tour of Heroes tutorial. Quick and painless
-
The main problem I have is VS conflicting with gulp/grunt tasks around building (.ts, .less/scss) and moving files around (node_modules, removing .ts and .js.map files). You can manually edit the .csproj file and disable certain bits, but it seems like overkill having to do this for every SPA (especially where there's no C# code) being developed.
I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.
-
Ah, I use that for .NET Core Web API development - it seems to be decent enough, at least it gets out of the way. I sometimes think that Visual Studio (not Code) tries to do too many things sometimes.. :)
I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.
-
I recommend using VS Code and creating your projects using Angular CLI It does the set up for you - nothing more to do. Here is Angular CLI - with a step by step startup[^]
.\\axxx