- PushNotificationFirebase – .NET connected with firebase Realtime DB
- Swagger UI interface – very simple weatherForecast .NET and swagger API example to GET HTTP method
- dotNetSwaggerFullAPI – full employee GET/POST/PUT/DELETE HTTP methods API with swagger in .net
- operators_nd_values – play with arithmetic, comparision, logical, ternary operators, switch case, loop patterns, formatting numeric types, Enum’s and structs
- NetcoreMVcLogging – applied logging of each page to default MVC bootstrap template by using
Serilog
nuget extension - XMLWebAPI – very simple XML Web API
- dotNetCoreWebAppMiddleware – custom middleware to intercept into opening pages and invoking info from response objects
- Sitemap – generating
sitemap.xml
with links when visiting index page. sitemap is visible in https://localhost:XXXX/sitemap.xml - dotNetCoreClassLibrary – builded .NET Standard class library and intercepted into
Program.cs
- NetCoreWebApi – trying to connect swagger API with SQL express database
- TodoApi – swagger with fully working
GET/POST/PUT/DELETE
methods, response code definitions, using in memory database with entity framework and integratedSerilog
by saving each HTTP request intotxt
file - CoreCodeCamp – not working, by pluralsight tutorial
- RazorPagesMovies – Razor pages with local DB, CRUD actions working
- dotNetWrittingCorrectly – good practise by writing .net with throw/catch and some tips and tricks
- ExtensionMethods – using
extensions
methods instatic
classes