Skip to content

Hive

  • Programming
    • Interview Questions
    • JavaScript
      • Angular
      • AngularJS
      • jQuery
    • Microsoft
      • .Net Framework
      • C#
      • ASP.Net
      • ASP.Net MVC
      • MSSQL Server
      • Entity Framework
    • Database
      • MSSQL Server
      • MongoDB
    • Software Engineering
      • Design Patterns
      • Software Architecture
  • Technology
  • Electronics
  • Media
    • Films
    • Television
      • Game of Thrones
  • Home

Tag: ASP.Net

rinoymjosephJuly 4, 2017

Authentication Options in Web.Config

None Federated Forms Passport Windows

rinoymjosephJuly 4, 2017

HTTP Authentication Schemes in .Net Framework

-> Anonymous -> Basic -> Digest -> NTLM -> Negotiate -> Windows Live ID Anonymous -> An Anonymous request does not contain any authentication information. This is equivalent to granting…

Continue reading
rinoymjosephJuly 4, 2017

Application Manager

-> is an object that sits on top of all running ASP.NET AppDomains and can do things like shut them all or check for idle status. -> When we change…

Continue reading
rinoymjosephJuly 4, 2017

HTTP handler

An ASP.Net HTTP handler is the process that runs in response to a request that is made to an ASP.Net web application. The most common handler is an ASP.Net page…

Continue reading
rinoymjosephJuly 4, 2017

ASP.Net Application Life Cycle Overview for IIS7.0

Execute Handler -> The handler (a module scoped to a URL)  is invoked to construct the response. For aspx files, the PageHandlerFactory  handler is used to respond to the request. For…

Continue reading
rinoymjosephJuly 4, 2017

Impersonation in ASP.Net

Impersonation is an act of a user to pretend it self to be another user. By default, ASP.Net executes application code using the same user account as that of  ASP.Net…

Continue reading
rinoymjosephJuly 4, 2017

Session State Modes

In-Process       – is the default approach. It stores the session state locally on same web server memory  where the application is running. StateServer     – stores session state in a process…

Continue reading
rinoymjosephJuly 4, 2017

Caching in ASP.Net

-> An application can often increase performance by storing data in memory that is accessed frequently and that requires significant processing time to create. -> Caching is the process of…

Continue reading
rinoymjosephJuly 4, 2017

Page Life Cycle Events

-> When a page request is sent to the Web server, the page is run through a series of events during its creation and disposal. -> PreInit -> Init (View…

Continue reading
rinoymjosephJuly 4, 2017

Different Stages of an ASP.Net page

Page Request -> When ASP.Net gets a page request, it decides whether to parse and compile the page, or there would be a cached version of the page, accordingly the…

Continue reading

Posts navigation

Older posts

Random Quote

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.

— Martin Golding

Categories

  • .Net Framework
  • Angular
  • AngularJS
  • ASP.Net
  • ASP.Net Core
  • ASP.Net MVC
  • C#
  • Design Patterns
  • EntiryFramework
  • EntityFramework
  • Game of Thrones
  • Games
  • JavaScript
  • Linux
  • MongoDB
  • MSSQL Server
  • Security
  • TypeORM
  • TypeScript
  • Uncategorized

Tags

.Net Core 2.0 Angular Angular2 AngularJS ASP.Net ASP.Net Core ASP.Net MVC Authentication C# Database Design Patterns EF Core 2 EntityFramework Game of Thrones games JavaScript Microsoft MongoDB MSSQL Server NodeJS OAuth 2.0 Security Single Sign-On TypeORM TypeScript

Recent Posts

  • TypeORM Express Application Using Repository Pattern – Part 4 – How to do Cascade Save
  • TypeORM Express Application Using Repository Pattern – Part 3 – How to perform InnerJoin
  • TypeORM Express Application Using Repository Pattern – Part 2 – Persist Data into Tables
  • How to Integrate Angular 6/7 application with TypeORM and Express
  • TypeORM Express Application Using Repository Pattern – Part 1 – Create Tables with Relationships

Archives

  • December 2018
  • October 2018
  • September 2018
  • August 2018
  • April 2018
  • March 2018
  • February 2018
  • September 2017
  • July 2017
  • June 2017
  • Programming
  • Technology
  • Electronics
  • Media
  • Home
Proudly powered by WordPress | Theme: Gently by MusterThemes.