Skip to content Menu

Umamaheswaran

@solidcodeguru

Sidebar
  • Home
  • Gallery
  • About
Posted on June 28, 2016July 5, 2016

Learning TypeScript Part 4 – Classes

Classes Traditional JavaScript uses prototype based inheritance as the basic means of building up reusable components. but this is bit different from the object oriented approach to which we are most…

Continue Reading
Posted on June 28, 2016June 29, 2016

Learning TypeScript Part 3 – Interfaces

Interfaces Interfaces are the most flexible way of describing types in TypeScript language. The only job of an interface in TypeScript is to describe a type. While classes and functions will…

Continue Reading
Posted on June 19, 2016June 29, 2016

Learning TypeScript Part 2 -Variables

let and const are two new keywords introduced in the ECMAScript 6 (ES6, a.k.a. ES 2015) . Since TypeScript is the superscript of JavaScript the uses of let and const are…

Continue Reading
Posted on June 14, 2016June 29, 2016

Learning TypeScript Part 1 – Getting Started

Introduction Typescript is a open sourced programming language developed by Microsoft. It is a Superset of Javascript and it compiles down to plain Javascript. Typescript offers support for the latest and evolving…

Continue Reading
Posted on May 21, 2016June 13, 2016

Improve Angular JS performance

Introduction Angular is a powerful framework which gained lot of traction in the client side development in recent years and it is fun to work with. There are lot of things…

Continue Reading
Posted on April 16, 2016May 16, 2016

Getting Started with DOTNET Core

Introduction If you are a developer in Windows ecosystem you probably know and love .NET for its attractive features. We know .Net makes it easier to efficiently build high-quality apps. But one problem…

Continue Reading
Posted on April 13, 2016June 13, 2016

Caller Information Attributes

Introduction .Net 4.5 introduced 3 new attributes: CallerFilePathAttribute, CallerLineNumberAttribute and CallerMemberAttribute which I think many of us might not even heard of. I came across this when I was reading…

Continue Reading
Posted on March 28, 2016January 4, 2017

Useful Tips & Tricks for Visual Studio

Introduction For anyone doing .NET development knows that Visual Studio is hands down the best IDE that we can get. but the problem is it’s such a massive tool that…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 3 Page 4
Umamaheswaran
Website Powered by WordPress.com.
Top

Find blogs

Categories

  • .Net
  • Agile
  • Angular JS
  • Azure
  • C#
  • JavaScript
  • Node
  • Software Development
  • TypeScript
  • Uncategorized
  • Visual Studio

Top Posts & Pages

  • How to customize Swagger UI in ASP.NET Web API

Archives

Cancel