Explore >> Select a destination


You are here

blog.davidebbo.com
| | d.sb
6.6 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...
| | nodogmablog.bryanhogan.net
5.4 parsecs away

Travel
| | Full source code available here. Entity Framework Core has made unit testing CRUD functions much easier, see here for an example of using the In Memory Database, it allows you to search, add, remove and update rows.
| | www.mashitup.be
2.6 parsecs away

Travel
| |
| | csharp.christiannagel.com
27.0 parsecs away

Travel
| In older solutions I've created a service that returns all the different configurations used by different projects in a solution, e.g. URLs to APIs, connection strings, and more. Now with Azure App Configuration a service is offered by Microsoft Azure that makes this easy a lot easier: a service that can be used by your...