Blog

Blog posts on .NET, Azure, and more.

Generic repository in aspnet5

October 01, 2015 by Anuraj

aspnet5 design pattern C# CodeProject

In this post, I am explaining generic repository pattern using EF7. The Repository Pattern is a common construct to avoid duplication of data access logic throughout our application. The purpose of the repository is to hide the details of accessing the data. We can easily query the repository for data objects, without having to know how to provide things like a connection string. The Repository pattern adds a layer between the data and domain layers of an application. It also makes the data access parts of an application better testable.

Bye bye Wordpress, welcome Jekyll

September 27, 2015 by Anuraj

jekyll wordpress

Due to some technical issues, I am migrating my blog from WordPress to Jekyll. I am trying to migrate old posts as well, but I am not sure. I sincerely apologize for the inconvenience. Initially I thought of creating the blog again in Azure, but I am using MSDN subscription from my company, so I thought of using some other and I found github pages, where I created my page long back.

How to implement reCaptcha for ASP.NET 5

September 13, 2015 by Anuraj

.Net ASP.Net ASP.Net MVC Javascript

This is post is about integrating Google reCaptcha for ASP.NET 5. To use reCaptcha in your website, you need to register in the reCaptcha website. You need to provide the label, domain name and email address of the owners.

Implementing basic Captcha in ASP.NET 5 MVC 6

September 02, 2015 by Anuraj

.Net ASP.Net ASP.Net MVC HTML5 Javascript

Long back I wrote some posts about implementing captcha in ASP.NET MVC. This post is about implementing captcha in ASP.NET5 MVC 6.

Implementing Excel export in ASP.NET5 using Open XML

September 01, 2015 by Anuraj

.Net ASP.Net ASP.Net MVC HTML5

Today in ASP.NET forums I found one question about implementing Exel export from ASP.NET5 / MVC 6. So I thought I will implement and share the code. So this post is about implementing excel export using Open XML SDK in ASP.NET 5.

Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub