stankonikolic / CodeSamples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeSamples

In this repository you can find code samples, including:

  • Starter projects
  • Interesting prototypes
  • Demos from presentations
  • Best practices

Please visit my blog about awesome coding :)

Table of contents

TypeScript Project Structure

This sample shows how to organize TypeScript project in order to have Visual Studio-like solution with libraries, references, public and internal access.

More info on BananaBytes blog.

Office Web Add-in with Blazor

This sample shows how to create Office Add-in using C#, not JavaScript. It uses Blazor for hosting. C# calls to api are forwarded to Office.js.

About

License:MIT License


Languages

Language:HTML 51.6%Language:CSS 34.0%Language:C# 10.9%Language:JavaScript 1.8%Language:TypeScript 1.7%