Skip to content
View geeksarray's full-sized avatar

Block or report geeksarray

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. read-appsettings-json-in-net-core-class-library-using-dependency-injectionread-appsettings-json-in-net-core-class-library-using-dependency-injectionPublic

    how to read appsettings json in net core class library using dependency injection

    HTML 10 3

  2. how-to-use-areas-in-asp-net-core-mvchow-to-use-areas-in-asp-net-core-mvcPublic

    This blog explains how to create Area in ASP.NET Core MVC application, how to use the route for area, configure default area route, link controller action methods from different areas.

    C# 10 3

  3. how-to-use-asp-net-core-mvc-built-in-filtershow-to-use-asp-net-core-mvc-built-in-filtersPublic

    Action filters execute custom code before and after execution of the Action method in sepecific sequence. You can inject filter execution using ASP.NET Core MVC dependency injection.

    C# 7 1

  4. implement-repository-pattern-with-aspnet-core-web-apiimplement-repository-pattern-with-aspnet-core-web-apiPublic

    This blog explains how to implement a Repository Pattern with ASP.NET Web API, AutoMapper, Entity Framework, CRUD operations, and async operations.

    C# 7 5

  5. aspnet-core-mvc-returning-file-using-fileresultaspnet-core-mvc-returning-file-using-fileresultPublic

    This blog explains how you can return files to client from ASP.NET Core application using fileresult actionresults like FileContentResult, FileStreamResult, VirtualFileResult, PhysicalFileResult.

    C# 5 1

  6. entity-framework-core-code-first-migration-using-separate-assemblyentity-framework-core-code-first-migration-using-separate-assemblyPublic

    create a Class library project, data models with DataAnnotations validation, ApplicationContext class implementing DBContext, and implement IDesignTimeDbContextFactory to avoid the use of startup c…

    C# 4 2