Explore >> Select a destination


You are here

www.jeremymorgan.com
| | d.sb
5.1 parsecs away

Travel
| | Visual Studio 2015 was recently released, and with it came a newer beta of ASP.NET 5 (formerly referred to as "ASP.NET vNext"). ASP.NET 5 is a complete rewrite of ASP.NET, focusing on being lightweight, composible, and cross-platform. It also includes an alpha version of Entity Framework 7. However, EF7 is not yet prod...
| | www.learmoreseekmore.com
3.9 parsecs away

Travel
| | In this article, we are going to implement a sample .NET 7 Web API CRUD using the Entity Framework Core. Web API: Web API is a framework for...
| | www.claudiobernasconi.ch
5.2 parsecs away

Travel
| | Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files. Learn about Minimal APIs.
| | www.nodejs-security.com
42.0 parsecs away

Travel
| Prisma is a popular type-safe ORM for Node.js but just like all abstractions, it comes at a cost and Prisma Raw Query function may lead to SQL injection if not handled correctly.