TypeScript Programming Language

Learn more about TypeScript, the new scripting language from Microsoft. TypeScript is an open source client side scripting language based on JavaScript. You can write modular code in TypeScript that compiles into JavaScript, which means it can run in any platform and any browser.



You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.

Submit Your Article

Articles

Top JavaScript Frameworks that are trending in 2019!

The popularity of JavaScript Frameworks are increasing and more developers are relying on JavaScript Frameworks for their projects. This article will discuss the top JavaScript Frameworks that are trending in 2019

Various JavaScript Libraries and Frameworks

I have been going through a lot of different JavaScript Library and found out that there are many many tools available to make your work easier and cheap to maintain the code avoid maintainability, Performance increase and problem solution techniques. I Have tried accumulating lot of libraries in one place for everyone's reference

Install new version of TypeScript

In this article we are going to focus on how to install a new version of TypeScript using tsc -v command if there is already an older version of typescript installed on your computer due to Visual Studio installation.

Integrating TypeScript with Sublime Text2

In this article we are going to focus on how to integrate the TypeScript with Sublime Text 2. For the basic introduction to TypeScript, TypeScript is a Super script of JavaScript and it is strictly typed language.

OnBeforeUnload event in jquery

In this article I'm trying to explain how to work around onbeforeunload event in scripting functions. Recently I'm facing one issue while taking user logs against each page for each and every user. Log in time I take it from Page_Load event but log out time it's somewhat difficult to take it for me. Initially I did this while redirect time, but that is not suggestible. So, I found solution by searching in Google and the solution is Onbeforeunload event in jquery.

Draggable in jquery.

In this article I'm trying to explain why do we are using jquery and how to simplify the scripts using jquery plugins and how to implement dragging option using simple jquery script. i.e. Allow elements to be moved by using mouse.

Datepicker in .net using JQuery

In this article I'm trying to explain how to work with Date Picker using Jquery. Here, we just call one method to achieve our goal. All of us know that Jquery is low design and browser compatability. So, using this we can achieve our goal with simple steps.

Accordion using Jquery

In this article I'm trying to explain how to work with accordion pane using Jquery with simple and easy way. We all of them know that using Jquery we can achieve our goal with simplest code. Here, I'm trying to explain the accordion with simple code part.

Resizable Gridview using JQuery

In this article I'm trying to explain how to Resize GridView control using JQuery in ASP.net. Using one simple line of code we can achieve this. This article will help you for freshers those who are new to JQuery.

Drag-gable Gridview using JQuery

In this article I'm trying to explain how to drag and drop gridview control using JQuery in ASP.net. Using one simple line of code we can achieve this. This article will help you for freshers those who are new to JQuery.

Typescript - Latest Scripting Language

In this article, we are discussing the latest scripting language from Microsoft which is built on Javascript.In this article we are discussing the features and advantages of Typescript, differences between Typescript and other scripting languages like Dart, Coffeescript e.t.c.

How to Open and Close for Dynamic Div Menus in Javascript.

I will discuss an article how to Expandable and Collapsible with Snippet of Code Lines.In this Scenario The Main div Menu is in Static Design.The Sub div menus are added in dynamically by iterating the Dataset result in C# Code.i.e also incorporated with this.

How to use inheritance using TypeScript?

Class based object oriented programming can be done through TypeScript. It can be used in any JavaScript host. Application-scale JavaScript applications can be developed by using TypeScript. I hope it will be useful for you all.

Lets be familiar with TypeScript.

Anders Heijlsberg (father of C#) and Luke Hoban introduce TypeScript. Its a new programming language developed by Microsoft. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It works with Any browser, Any host, Any OS and it is simply an Open Source.

Submit Your Article