JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tags: 'AngularJS', 'silverlight'. Clear
Scoop.it!

Angular: The Modern HTML5 Answer to Silverlight’s MVVM

Angular: The Modern HTML5 Answer to Silverlight’s MVVM | JavaScript for Line of Business Applications | Scoop.it

I have to admit I was extremely skeptical when I first saw the concept of creating a view model in a browser. As much as I loved XAML’s data-binding it felt like a square peg and a round hole. What really concerned me the most was the extra work involved to take an ordinary JavaScript object (JSON) and turn it into a view model using things like ko.observable. This has been vastly improved and simplified, and as I began to adopt the strategy for the web I realized quickly it made sense.

No comment yet.
Scoop.it!

The two minute guide to AngularJS for .NET developers

While the allure of writing applications - and not just web sites - in HTML5 and JavaScript reaches a lot of developers, we've experienced that a number of developers are rather frightened by the idea of creating large applications in a dynamic language. In addition to the dynamic nature of JavaScript, the lack of a container-based GUI framework (which isolates causes and effects to individual controls, as it is done in the .NET Framework) and the general overarching flexibility and lack of guiding principles didn't make this environment too appealing for a lot of business developers.

We think that AngularJS can change this and we'd like to present a small sample of AngularJS code, the underlying markup and the resulting mini-application. (We're not going to talk too much about the individual steps in this sample, as this would be the focus of the next chapter.)

No comment yet.
Scoop.it!

Angular JS blog series – Table of content

Angular JS blog series – Table of content | JavaScript for Line of Business Applications | Scoop.it

This is a series of posts about AngularJS and our experiences with it while migrating the client of a complex enterprise application from Silverlight to HTML5/CSS/JavaScript using AngularJS as a framework. So far I have published the following posts:

* AngularJS, Part 1
* Feedback
* the controller
* Inheritance
* Accessing server side resources
* Pushing data to the server
* Templates
* Get ready to test
* More choice when testing
* value and constants
* Intermezzo
* Promises
* Multi language support
* Services
* End to end tests
* End to end tests and mocking


No comment yet.