In this article, we will learn How to declare variables and use Type Annotations in Typescript. If you are new to Typescript, I will recommend you to check the previous article of this series, i.e.
Sunday, 7 May 2017
Sunday, May 07, 2017
Working with Types in Typescript
Monday, 27 February 2017
Monday, February 27, 2017
Getting started with TypeScript
What is TypeScript?
TypeScript is a typed superset of Javascript that compiles to plain JavaScript. It adds static typing, using type Annotation, which enables type checking at the compile-time and also adds class-based OOPS concepts to JavaScript. As we know, TypeScript is a superset of JavaScript, which makes any JavaScript program a valid TypeScript program. It is free, open source and a cross-platform programming language developed and maintained by Microsoft. Even AngularJS 2.0 is written in TypeScript.
TypeScript is a typed superset of Javascript that compiles to plain JavaScript. It adds static typing, using type Annotation, which enables type checking at the compile-time and also adds class-based OOPS concepts to JavaScript. As we know, TypeScript is a superset of JavaScript, which makes any JavaScript program a valid TypeScript program. It is free, open source and a cross-platform programming language developed and maintained by Microsoft. Even AngularJS 2.0 is written in TypeScript.
Thursday, 16 February 2017
Thursday, February 16, 2017
WebView in Xamarin Android
In this article, we will learn How to use WebView in Xamarin. If you are new to this Series on Xamarin then I suggest you read my previous articles of this series.
- Hello World Application in Xamarin
- Creating Splash Screen for Android App in Xamarin.
- Auto Complete Text View in Xamarin
- CheckBox Widget in Xamarin
- Pass Data From One Activity to Another Using Intent in Xamarin
Saturday, 21 January 2017
Saturday, January 21, 2017
OutputCache Action Filter in ASP.Net MVC
In this article, we will learn, how to use OutputCache Action filter in ASP.NET MVC Applications. In previous ASP.NET MVC tutorials of this series, we saw,
- Creating First Application In ASP.NET MVC
- Pass Parameter Or Query String In Action Method In ASP.NET MVC
- Passing Data from Controller To View In ASP.NET MVC
- Strongly Typed View Vs Dynamically Typed View In ASP.NET MVC
- Working With Built-In HTML Helper Classes In ASP.NET MVC
- Inline and Custom HTML Helpers In ASP.NET MVC
- CRUD Operation In ASP.NET MVC Using AJAX And Bootstrap
- HandleError Action Filter In ASP.NET MVC
- Deploy ASP.NET MVC Application To Windows Azure
Wednesday, 26 October 2016
Wednesday, October 26, 2016
STUFF Function in SQL Server
Sunday, 11 September 2016
Sunday, September 11, 2016
Create SQL Server Database in Microsoft Azure
In this Article, we will learn how to create and set up a SQL Server Database in Microsoft Azure. In the previous article of this series, we saw
Let’s Begin:
First of all, you need to login in Microsoft Azure portal.
Note: You must have a Window Azure Account in order to perform below steps. You can create an account on Windows Azure using the following link http://www.windowsazure.com/en-us/pricing/free-trial/.
|
Let’s Begin:
First of all, you need to login in Microsoft Azure portal.
Wednesday, 10 August 2016
Wednesday, August 10, 2016






