Categories
-
Join 1,047 other subscribers
Tags
- .NET Core
- .NET Standard
- Angular
- Apple
- Architecture
- ASP.NET-CORE
- ASP.NET-MVC
- Async
- AWS
- Azure
- BDD
- C#
- CLR
- CQRS
- Dapr
- DDD
- Delegates
- DI
- Docker
- Entity Framework
- Entity Framework
- Event Driven
- Events
- Git
- Kafka
- Linux
- MEF
- Microservices
- MOQ
- MVVM
- N-Tier
- Nano Server
- Nginx
- Nin
- Ninject
- NLog
- NUGET
- OData
- OSS
- PCL
- REST
- RIA Services
- Security
- Silverlight
- SOAP
- SpecFlow
- SSL
- Tools
- Trackable Entities
- TypeScript
- Visual Studio
- VSCode
- WCF
- Web API
- WP7
- WPF
-
Recent Posts
Personal
Technical
Twitter
Tweets by tonysneed
Tag Archives: TypeScript
React to JavaScript object updates with observable-entities-js
I just published my first TypeScript library — observable-entities. It contains base classes that notify observers when properties are updated and when objects are added or removed from collections. The code for observable-entitites-js can be found here: https://github.com/TrackableEntities/observable-entities-js. Node sample app that uses observable-entities … Continue reading
Introducing TypeScript Library Starter Lite
Some time ago I wrote a blog post series on Getting Visual Studio Code Ready for TypeScript. The ultimate goal was to build a TypeScript library with Visual Studio Code by stitching together all the pieces you needed to compile … Continue reading
Scaffold an Express Front End with Angular CLI
In my last post I explained how to build scalable Web API’s with Express and Async/Await. The next chapter in the story is to build a cross-platform front end that consumes the back end Web API. While there are a number … Continue reading
Scalable Web API’s with Express and Async-Await
If you’re a C# developer, you’ve most likely fallen in love with async / await. It makes writing asynchronous code as natural as writing non-asynchronous code, resulting in code that is easier to read, debug and maintain. The exciting news is … Continue reading
Now is a Great Time to Learn TypeScript
Today I am pleased to share some exciting news. I just finished authoring a new 5-day course on TypeScript! Essential TypeScript 2.0 with Visual Studio Code It is timed to coincide with the 2.0 release of TypeScript, a relatively new programming language … Continue reading
Getting Visual Studio Code Ready for TypeScript: Part 3
Part 3: Injecting Scripts with Gulp This is the third part in a series of blog posts on Getting Visual Studio Code Ready for TypeScript: Compiling TypeScript to JavaScript Writing Jasmine Tests in TypeScript Injecting Scripts with Gulp (this post) Leveraging … Continue reading
Getting Visual Studio Code Ready for TypeScript: Part 2
Part 2: Writing Jasmine Tests in TypeScript This is the second part in a series of blog posts on Getting Visual Studio Code Ready for TypeScript: Compiling TypeScript to JavaScript Writing Jasmine Tests in TypeScript (this post) Jasmine vs Mocha + Chai + … Continue reading
Getting Visual Studio Code Ready for TypeScript
Part 1: Compiling TypeScript to JavaScript This is the first part in a series of blog posts on Getting Visual Studio Code Ready for TypeScript: Compiling TypeScript to JavaScript (this post) Writing Jasmine Tests in TypeScript Why TypeScript? In case … Continue reading