Skip to content

Andreas Plahn Developer Blog

My bookmarks and blogposts regarding Web development, JavaScript, C#, ASP.NET, EPiServer, CSS, Html

Category: TypeScript

Posted on March 8, 2019

How to use underscore lib from DefinitelyTyped with typescript? – Stack Overflow

Step 1. install type definitions (e.g. vs code intellisense) to project:
npm install –save @types/underscore

(https://www.npmjs.com/package/@types/underscore)

 

Step 2. import to ts file:

import * as _ from “underscore”;

Source: How to use underscore lib from DefinitelyTyped with typescript? – Stack Overflow

Posted on February 27, 2019

TypeScript vs. C#: LINQ

TypeScript counterparts for C# LINQ.

Source: TypeScript vs. C#: LINQ

Recent Posts

  • Flex Cheatsheet January 28, 2021
  • Web Design Trends In 2021 January 18, 2021
  • Set Prettier as default formatter in WebStorm January 14, 2021
  • Centering in CSS December 29, 2020
  • Examples of RxJS Patterns: Efficiency and Performance December 8, 2020
  • 5 Common Mistakes with RxJS December 8, 2020

Categories

  • .NET
  • .NET Core
  • Agile
  • Ajax
  • Angular
  • AngularJS
  • Architecture
  • ASP.NET
  • ASP.NET Core
  • Azure
  • C#
  • Commerce
  • Css
  • Data access
  • Entity Framework
  • EPiServer
  • Error
  • Find
  • Frontend
  • GIT
  • Html
  • Html5
  • IDE
  • IIS
  • JavaScript
  • jQuery
  • Linux
  • Mobile
  • MVC
  • MySQL
  • Node.js
  • Octopus
  • Open Source
  • Optimization
  • PowerShell
  • ReSharper
  • Responsive
  • Security
  • Selenium
  • SEO
  • Software Practises
  • SQL
  • TeamCity
  • Testing
  • TFS
  • Tips & Tricks
  • Troubleshooting
  • TypeScript
  • Uncategorized
  • Upgrade
  • Useful tool
  • Useful website
  • Visual Studio
  • Visual Studio Extensions
  • VS Code
  • VSTS
  • Web Services
  • Webforms
  • WebStorm
  • Windows
Proudly powered by WordPress