Setting Up SQLite and Entity Framework Core in ASP.Net Core
For small applications such as prototypes and small side projects, SQLite is a great choice for a relational database. It is really easy to setup because:
For small applications such as prototypes and small side projects, SQLite is a great choice for a relational database. It is really easy to setup because:
Visual Studio Code is a great new multi-platform code editor from Microsoft currently in beta. It is a lot more lightweight than Visual Studio.
With my new job at New Orbit I am moving towards full stack web development in ASP.NET and AngularJS. The first issue I encountered was how to make a GET req...
In a recent project it would have been handy to write some ruby code which looked like:
Go supports JSON via its standard libraries. However, it does not support YAML - which is interesting when you think about it. YAML is after all just JSON wr...