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. Show all posts
Showing posts with label ASP.NET. Show all posts
Saturday, April 7, 2018
Saturday, March 10, 2018
Solution: (Error)Unable to Correct problems, You have held broken packages–Install .NET Core on Ubuntu
Posted by Jalpesh Vadgama |
March 10, 2018 |
ASP.NET, ASP.NET Core, ASP.NET Core 1.0, ASP.NET-MVC, Linux, Ubuntu |
No comments
Recently, I have been using Linux(Ubuntu) machine on my virtual box quite a bit and as Microsoft.NET Developer I want to install .NET Core on Ubuntu. So I tried following the instruction from below link to install .NET core on Ubuntu 16.04.
https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x
But...
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...
Saturday, January 28, 2017
How to upgrade your ASP.NET Core application from 1.0 to 1.1
TL;DR;
In this blog, We are going to learn how we can upgrade your ASP.NET Core application from 1.0 to 1.1. Now Microsoft has release 1.1 before few months, So in this blog, we will see how you can upgrade your ASP.NET 1.0 application to ASP.NET 1.1 core application.
Where to download 1.1...
Saturday, October 22, 2016
Opening ASP.NET Core Visual studio solution in Visual Studio code
Posted by Jalpesh Vadgama |
October 22, 2016 |
ASP.NET, ASP.NET Core 1.0, VisualStudio, VSCode |
No comments
In this blog post, We are going to see how we can open an ASP.NET Core solution in visual studio code. So what we are waiting for. First, we are going to create an ASP.NET Core web application like below.
Then select web application like below.
Now once you created Ok it will create an...
Tuesday, June 14, 2016
How to create Rest API(Web API) with ASP.NET Core 1.0
Recently Microsoft has released ASP.NET Core 1.0 RC2, I am getting lots of request from readers that about creating Web API. So I thought it will be a good idea to write a blog post about how to create Rest API(Web API) with ASP.NET Core 1.0.
So let’s get started via creating an ASP.NET Core 1.0 Web...
Sunday, April 24, 2016
Cascading dropdown with ASP.NET Web Forms and Entity framework
This post may be pretty basic for many people. But I have been getting this request over and over so I thought it will be a good idea to write a blog post about it.
In this blog post, We are going to learn how we can create the cascading dropdown with ASP.NET Web forms and Entity framework. To create...
Sunday, February 1, 2015
Grid view row span in ASP.NET
I know for some one it will sound like a very basic code for the row span of grid view but still there are lots of people that does not about that. So I thought it will be a good idea to write a blog post about it. So in this blog post we are going to learn How we can use row span in ASP.NET Grid Views.
So...
Project.json file in ASP.NET 5(vNext)
Recently Microsoft has released the preview version of ASP.NET 5(vNext) as a Part of Visual Studio 2015 CTP. As this whole .NET framework is rewritten from the scratch so there are lots of change there. One of most exciting changes in ASP.NET 5(vNext) is moving all changes in Project.json file instead...
Monday, January 26, 2015
Setting up development environment for ASP.NET 5(vNext) on Ubuntu
I am really enjoying working on Ubuntu. In previous post, We have learn how to install Sublime Text and in this blog post we are going to learn how we can setup development environment for ASP.NET 5(vNext). So what we are waiting for let’s go.
Note: First thing you need to make sure that Python 3.0 or higher version is installed. I have installed latest version of Ubuntu which already has Python...
Sunday, January 25, 2015
How to install Sublime Text 3 in Ubuntu
I am quite having fun with Ubuntu on Oracle virtual box.In last blog post, I have already shown you how you can run ASP.NET 5 (vNext) app in Ubuntu. Now we are going to setup development environment for ASP.NET 5(vNext) and my preferred choice of editor is sublime text. If you have not heard about...
ASP.NET 5(vNext) on Ubuntu 14.4(Linux)
As we all know Microsoft has recently launched ASP.NET 5 and Microsoft has made announcement that it will work on any version of Linux and OSx. So in this post we are going to learn how we can use ASP.NET 5 on Ubuntu.
Installing Ubuntu on Oracle Virtual Box:
As I don’t have spare computer where...
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...
Assembly Neutral Interface in ASP.NET 5(vNext)
CodeProject
Recently Microsoft has open sourced it’s entire ASP.NET next version stack on GitHub and I have been closely watching this for a quite a some time to understand how they have created architecture of it and how they organize everything in such a large stack.
I have seen [AssemblyNeutral] attribute in few of interfaces and I was curious why it was required. So I dig into it and...
Thursday, May 22, 2014
.NET Framework 4.5.2 released by Microsoft
Microsoft has released .NET Framework 4.5.2 before some time see the announcement from It’s .NET Framework team blog. It’s a compatible, in-place update for Microsoft.NET Framework 4.0,4.5 and 4.5.1. This framework also run side by side with earlier version of .NET framework.
From where I can download .NET Framework 4.5.2?
Following are link from where you can download .NET framework 4.5.2.
.NET...
Saturday, April 5, 2014
Converting a C# Object into JSON string
Some people might think why I am writing so much about basics but the things but in reality I got lot of questions through email and other communities about very basic things. So I thought instead of replying them into single thread. It is a good idea to write blog post about it and as a result...
ASP.NET Checkbox button Attributes in JavaScript.
This is a follow up post I have just written before some time- Getting tooltip of ASP.NET Radio button in java script. In that post I have explained that to render all properties properly in ASP.NET renders checkbox and radio button surrounded by Span tag. So one of the friend message me on facebook...
Getting tooltip of ASP.NET Radio button in java script.
This post in regards to a question that I have answered on stack overflow. Getting Tool tip of the Radio button in JavaScript. Where user asks why he is not able to get tooltip with document.GetElementById and Client Id of ASP.NET Radio button control like following.
document.getElementById('<%=...
Overriding/set default button in master page in asp.net
Some time ago I have written a blog post about Default focus and default button in ASP.NET. In that post I have explained how we can set default button for form. Recently I got email related to that post asking that how we can set or override default button on a page with master page.
In this...
Sunday, December 8, 2013
ASP.NET and Web Tools 2013.1 Tools for Visual Studio 2012
Recently Microsoft has released ASP.NET and Web Tools 2013.1 for visual studio 2012. There are tons of new feature and improvements are there. So Now it’s possible to have all the latest feature on ASP.NET stack on Visual Studio 2012 like ASP.NET MVC 5, ASP.NET Web API 2, Entity Framework 6.0 etc.
You...