C # + HTML5 = C3

Source: Internet
Author: User

There are some rumors lately about a newMicrosoft Project calledC3(Cloud computing client, or a synonym to C # [the # key is the same as '3' in a qwerty keyboard])Which is designed to bring better development experience to Web, using HTML5, JavaScript and CSS in combination with some Microsoft based technologies (. NET, C #, etc .).

In very high level, what Microsoft is trying to do with this project is to develop the development experience of building a web application using HTML5 by providing better coding tools that will provide things thatDo not exist todaySuch:

    • Type-safe Variables
    • Modular architecture
    • Managed versions ages such as C #

Microsoft is constantly trying to keep developers from leaving Visual Studio in favor of other ide's and a new set of tools for HTML5 can definitely bring value to Web developers aiming to build features rich applications that will work both online and offline.

I 've recently predicted that by 2013, HTML5 based applications will rule the Enterprise, because of all the advantages this technology brings together with being the only true device agnostic technology to date.

Since I 've recently particle ipated in a project which involved HTML5, mobile apps, offline mode, and an extremely powerful design, I wowould like to give an example of how Web development (for mobile) can change with the introduction of HTML5:

In most web applications, every time you a submit a request, save a change, or goes to another page-you actually send a request to the server. this is probably the oldest pattern in Web, but it also means youNeed a valid connection to the server 100% of the time.

The request is sent to the server, the server builds the response, generates the page and content, and sends it back to the client.

This is perfect for desktop applications, but what about a smartphone or tablet which is sometimes offline? No connection then, which means the application is stuck.

This Is Where HTML5 can come to the rescue ; with a local database, caching of the pages, and some extensive JavaScript code-you can practically process the requests in the Client Side , without having to call the server. the requests to the server can be stored in the database as well and can be synced whenever connectivity is back. (in the past, developers tried to minimize the use of Javascript in the client side due to performance issues-but as we progress, browsers are now completely capable of doing massive JS work without any issue ).

Such kind of pattern (offline storage, message queues, client side processing) was typical for native mobile applications years ago, and now HTML5 enables such patterns for mobile Web apps as well. the only problem with it is that as a developerYou have to build your product infrastructure to make it work. That's a lot of work, and I'm talking from my own experience. Unless... UnlessMicrosoftComes up with a new technology that will make most of it ready, and thus simplify the entire thing. it will be similar to building a new improved version of Silverlight which is based on HTML5, JavaScript and CSS and does not require any ActiveX installation whatsoever. think how efficient that cocould be!

Now, if Microsoft can also add to it some C # wrappers so that developers can use C # When they code instead of JavaScript-that can be even better! Faster coding, type-safe, database, client side processing, a perfect world.

Amazing stuff.

What's even more amazing is that such a product already exists.

Thousands are already using it. It's called:Script #(Script sharp ).

Oh, and it's free too...

And you can read all about it in here:Script #.

---

You can read more about Microsoft C3 in here.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.