How To Use Babel JS In ASP.NET MVC 5
JavaScript

Today, we will learn about using Babel.js in ASP.NET MVC 5. With Babel.js we can use latest JavaScript concepts which can be easily used in old browsers also. Babel.js is a JavaScript transpiler which converts the new JavaScript syntaxes into the one which can be used by old browsers also. So, the new JavaScript syntax can be used on both, new and old browsers.

Excel To JSON Converter Using JavaScript
JavaScript

Here, we will learn about converting the excel file into a JSON file. We sometimes need to read the data from excel which tobe used as JSON in javascript. Most of us end up by writing the code for reading the excel file and then converting the data to JSON for reading.

Generate Text File Using Plain JavaScript
JavaScript

Here, we will learn about creating text file using JavaScript. As we all know that JavaScript is a client side language, but when it comes to file manipulation, we all go with C#, PHP or Node.js whatever we prefer. So, today we can see how its easy to generate the text file for user from the JavaScript code.

Subscribe

Select Categories