Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Angular ?
Message
From
16/09/2013 05:47:59
 
 
To
15/09/2013 20:20:44
General information
Forum:
Javascript
Category:
Other
Title:
Miscellaneous
Thread ID:
01583313
Message ID:
01583324
Views:
82
>Anyone using Angular. Working through the Pluralsight class and it looks interesting - seems to model the presentation, business, and data layers in a way that seems logical an familiar to be albeit a little early to tell.
>
>Also, any experiences in using Webstorm - the Jetbrains Javascript IDE? As I'm wrapping my head around all the new stuff I find myself increasing thinking SQL Server EF all the way to a web service - Web API and then talking to it entirely from javascript app.
>
>I seems that way you can still do heavy server side crunching with TSQL and get all the UI goodies and clientside business rules on the javaside in a platform independent way.
>
>I'd love to hear from anyone who has experience of both Knockout and Angular (or who is wandering around in it all like I am :-)

I worked on a project a while back where we looked at angular and Knockout and, after a somewhat perfunctory look at both, plumped for angular - but, TBH, I can't remember what swayed the decision - I think the possible advantages of angular directives was one factor. Having worked with WPF I liked the MVVM pattern but actually pulled out of the project about 4 months ago (based on misgivings about achievability) so don't know how it's progressing :-{

Client side business rules are fine - but for a robust app they still need to be duplicated on the server side which leads to a lot of code duplication and the associated problems of keeping the rules in sync. I've used angular with WebAPI (and SignalR) on a subsequent smaller job - but with a MongoDB backend.

Not much there in the way of specifics I'm afraid - but I agree with all of Rick's points....
Previous
Reply
Map
View

Click here to load this message in the networking platform