Blog articles tagged 'c#', 'asp.net core'

0
comment
on 7/14/2017 7:53 PM
Configurations in ASP NET Core Every application needs configurations, whether it is a port, or a path or simply string values. In order to deal with configurations, ASP NET Core ships with a Configuration framework. The framework provides a builder allow[...]
.
0
comment
on 5/26/2017 5:40 PM
Saving data with Entity Framework Core with SQLite Entity Framework is a framework abstracting away all the complexity of dealing with storage. This abstraction is also known as ORM ~ object-relational mapping. There is a number of provider which are impl[...]
.
0
comment
on 5/19/2017 8:11 PM
Razor syntax and helpers Razor is a HTML templating engine which allows us to construct HTML pages from a combination of data and HTML markup. The power of Razor resides in its typesafety and support for well known operators, conditional if else and itera[...]
.
0
comment
on 5/9/2017 6:06 PM
Attribute route in ASP NET Core Attribute route in ASP NET Core is an easy way to define URL routes for Web API projects. There can be instance where it gets confusing because of all the options provided. Today we will see the meaning of the different opt[...]
.
0
comment
on 4/27/2017 6:11 AM
Filters in ASP NET Core - what are they and how to use them ASP NET Core comes with a concept of filters. Filters intercept the stages of the MVC pipeline and allows us to run code before/after their executions. They are meant to be used for cross-cutting[...]
.
0
comment
on 4/22/2017 7:44 AM
Different types of authorization in ASP.NET Core Last week I touched on how we could authenticate users using Resource Owner Password flow with identity server. Authentication is the act of taking the information provided and verifying the “identity” of t[...]
.
0
comment
on 4/14/2017 5:47 AM
Authentication and authorization with Identity Server 4 Few week ago I described how to build a custom Jwt authentication. Today I will show how we can use Identity server together with Resource owner password flow to authenticate and authorise your clien[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper

Logging in...