あなたは単独のコメントのスレッドを見ています。

残りのコメントをみる →

[–]begui -94 ポイント-93 ポイント  (34子コメント)

People actually use .net?

[–]ohyesyodo 34 ポイント35 ポイント  (0子コメント)

That's a good way of showing your ignorance.

[–]passaddhi 16 ポイント17 ポイント  (8子コメント)

I do and love it.

[–]herple_derpskin 2 ポイント3 ポイント  (7子コメント)

I really hated it when I first started with it a few months ago but I pushed through and I really like .NET, MVC, and Razor now. I have a feeling that most people that don't like it gave up too early.

[–]jortgonfreit 3 ポイント4 ポイント  (4子コメント)

ASP.NET MVC is very fun to use.

[–]herple_derpskin 1 ポイント2 ポイント  (3子コメント)

I agree. Especially with Bootstrap taking care of the heavy lifting when it comes to the UI. Perfect for devs that don't have an eye for aesthetics.

I can't really say if the whole package is better than anything else since I haven't used other frameworks in depth, but from my limited experience I think it'd be hard to trump .NET.

[–]jortgonfreit 0 ポイント1 ポイント  (2子コメント)

I do enjoy Django a lot.

My main development is done with ASP.NET MVC though. I leverage bootstrap in conjunction with Angularjs and have never had more fun developing applications. Angularjs isn't like Javascript at all. It's a front-end framework made for back-end developers.

With Angularjs I find myself rarely using razor anymore. Most of my apps are SPA and everything is sent through Angular.

[–]herple_derpskin 0 ポイント1 ポイント  (1子コメント)

I've been meaning to give Django a try since I generally stick to Python whenever I can.

Should I go ahead and keep learning Razor or do you think I should switch to Angular?

[–]jortgonfreit 0 ポイント1 ポイント  (0子コメント)

Razor is not a Javascript framework. So it's hard to say you should switch from that over to angularjs. I still use razor, but not as much.

Angularjs is still worth learning though. But do whatever works for you. If you do learn it you definitely won't regret it.

[–]mithrandirbooga 7 ポイント8 ポイント  (0子コメント)

I have a feeling most people who hate it do so because they have been told to. Almost every person I've seen criticizing it has never even used it.

[–]am0x 0 ポイント1 ポイント  (0子コメント)

I worked in various languages and MVC's. I started with java programming in school, moved to python/Django for my first job, then to php/codeigniter. MY current job uses .NET MVC and using VS with it has been totally painless.