I have done a Webinar for DotNetTricks.com about ASP.NET Core on Linux. There were lots of curiosity about it and lots of people asked for the recording of Webinar so here we go Following is a link of recording of Webinar for ASP.NET Core on Linux. You can watch the full webinar on youtube at following.
https://www.youtube.com/watch?v=Hf0F7nZCTXM&t=706s
I would also like to Thanks Shailendra...
Showing posts with label ASP.NET MVC. Show all posts
Showing posts with label ASP.NET MVC. Show all posts
Saturday, April 7, 2018
Sunday, April 2, 2017
How to integrate HangFire with ASP.NET Core 1.1
Hangfire is one of the easiest ways to perform background processing in.NET and.NET Core Applications. In this application we are going to learn how we are can integrate Hangfire with ASP.NET Core application.
About Hangfire:
Hangfire allows you to create background task in.NET applications. It’s...
Tuesday, October 6, 2015
What's new in View Component : ASP.NET MVC 6
There are lots of new features added with ASP.NET MVC 6 and View components is one of them. In this blog post we are going to learn about View Component in ASP.NET MVC 6 in detail.
What is View Components and how it is different from partial views:
As per ASP.NET official web site
New to...
Friday, October 2, 2015
A Better Solution to create PDF with Rotativa and ASP.NET MVC
In most of the line of business application we need some kind of reports. Now days we need those reports as PDF format as it is the most convenient way of storing documents. I have written a post about creating a PDF in ASP.NET MVC with Razor PDF and it is one of the top visited page on my blog.
Creating...
Sunday, January 4, 2015
Understanding KRE,KVM,KLR and KPM in ASP.NET 5(vNext)
ASP.NET 5(vNext) is a new upcoming version of ASP.NET that Microsoft has redesigned from the scratch. Recently Microsoft has released Visual Studio 2015 Preview and with that they have released ASP.NET VNext. In ASP.NET 5 (vNext) it comes with new runtime environment called KRE(K Runtime Environment) . With this version you can also run your application through command prompt using various...
Thursday, September 11, 2014
Dependency Injection with ASP.NET MVC and Simple Injector

CodeProject
I have been learning SimpleInjector for few days and it’s just awesome. I have already written two post about it(see below link) and this post will be third post about it. In this post we are going to learn how we can do Dependency Injection with ASP.NET MVC.
For those who are reading...
Saturday, August 23, 2014
Stackoverflow.com like URLs with attribute routing in ASP.NET MVC
Before some time I have blogged about Attribute Routing features of ASP.NET MVC 5.x version. In this blog we are going to learn how we can create stackoverflow.com like URLs with attribute routing.
As you know www.stackoverflow.com is one of the most popular questions answer site where you can ask questions and almost get the answers of your questions. So to create URLs like www.stackoverflow.com...
Tuesday, July 29, 2014
CDN in ASP.NET MVC bundling
ASP.NET MVC contains great features and Bundling is one of them. The Bundling and Minification features allow you to reduce number of HTTP requests that a web page needs to make by combining individual scripts and style sheet files. It can also reduce a overall size of bundle by minifying the content of application. From ASP.NET MVC 4 bundling also includes CDN support also where you...
CRUD Operation with ASP.NET MVC and Fluent Nhibernate.
Before some time I have written a post about Getting Started with Nhibernate and ASP.NET MVC –CRUD operations. It’s one of the most popular post blog post on my blog. I get lots of questions via email and other medium why you are not writing a post about Fluent Nhibernate and ASP.NET MVC. So I thought it will be a good idea to write a blog post about it.
What is Fluent Nhibernate:
Convection...
Sunday, May 18, 2014
What’s new in ASP.NET MVC 5 Part-1 : Attribute Routing
ASP.NET MVC is a new buzz word in Microsoft.NET stack most of people have started learning into it. So recently before some time Microsoft has released a Major new version of ASP.NET MVC with ASP.NET MVC 5.x. There are lots of new features given with ASP.NET MVC 5.x versions and I’m going to write a few series of blog post to explain all the features in details. So stay tuned with that!!
In this...
Thursday, April 10, 2014
Dapper Micro ORM Series
Recently before some time I have created a blog post about list of blog post I have written about Petapoco Micro ORM. So one of the friend suggested I should write same kind of series post about Dapper Micro ORM so that reader of my blog can find the all the posts on same page. So that’s why I writing this blog post.
What is dapper:
Dapper is Micro ORM developed by Sam Saffron few years ago while...
Sunday, September 29, 2013
Getting Started with NHibernate and ASP.NET MVC- CRUD Operations
In this post we are going to learn how we can use NHibernate in ASP.NET MVC application.
What is NHibernate:
ORMs(Object Relational Mapper) are quite popular this days. ORM is a mechanism to map database entities to Class entity objects without writing a code for fetching data and write some...
Thursday, March 14, 2013
CRUD operations with PetaPoco and ASP.NET MVC
In this post we are going to see how we can do CRUD operations with ASP.NET MVC and PetaPoco Micro ORM.
What is PetaPoco?
Petapoco is a tiny ORM developed by topten software. As per them it’s a tiny, fast, single-file micro-ORM for .NET and Mono.
Like Massive it's a single file that you easily add to any project
Unlike Massive it works with strongly typed POCO's
Like Massive, it now also...
Wednesday, April 11, 2012
Dynamically creating meta tags in asp.net mvc
As we all know that Meta tag has very important roles in Search engine optimization and if we want to have out site listed with good ranking on search engines then we have to put meta tags. Before some time I have blogged about dynamically creating meta tags in asp.net 2.0/3.5 sites, in this blog post I am going to explain how we can create a meta tag dynamically very easily.
To have meta tag dynamically...
Monday, April 9, 2012
Creating dynamic breadcrumb in asp.net mvc with mvcsitemap provider
I have done lots breadcrumb kind of things in normal asp.net web forms I was looking for same for asp.net mvc. After searching on internet I have found one great nuget package for mvpsite map provider which can be easily implemented via site map provider. So let’s check how its works. I have create a new MVC 3 web application called breadcrumb and now I am adding a reference of site map provider via...
Sunday, October 9, 2011
ASP.NET MVC 4.0 Mobile Template
Microsoft has released the much awaited ASP.NET MVC 4.0 developer preview and there are lots of features bundle with it. One of the greatest features is a mobile website. Yes, Now with ASP.NET MVC 4.0 you can create mobile site also. So let’s create a simple application and let’s see how it works.
To...
Monday, October 3, 2011
First Review of ASP. NET MVC 4.0 Developer Preview
After so much buzz Microsoft has launched some of the new tools at build conference and ASP.NET MVC 4.0 Developer preview is one of them.
How I can install ASP.NET MVC 4.0 Developer preview?
There are three ways to install ASP.NET MVC 4.0 Developer preview
You can download from following...
Sunday, September 4, 2011
ReCaptcha in ASP.NET MVC3
As a web developer we know what is captcha is. It’s way to confirm users as they are human.Following is captcha definition per WikiPedia.
A CAPTCHA ( /ˈkæptʃə/) is a type of challenge-response test used in computing as an attempt to ensure that the response is generated by a person. The process usually...
Tuesday, August 30, 2011
Chart Helpers in ASP.NET MVC3- Create chart with asp.net mvc3
I am exploring ASP.NET MVC3 and everyday I am learning something new. In today’s post I am going to explain how we can create chart with ASP.NET MVC3.
Chart is one of greatest way of expressing figures. We all need that functionality in any commercial application. I am still remembering old days...
Wednesday, July 6, 2011
CRUD Operation with ASP.NET MVC and EFCodeFirst Part-2
In the previous post I have already explained How we can list data from database easily with the help of EFCodeFirst . In this post I am going to explain How we can complete Create,Edit,Delete and Details operations within 10 minutes. So let’s first Start with Create a new Customer.I am going use same...