How to generate PDF file
Hi,My requirement is to generate PDF file from HTML string Regards,Prabhu
View ArticleHow to export CSV file from database
Hi,My Requirements is to read the database table from Sql server and export into excel or csv format using .net core c#Regards,Prabhu
View ArticleUsing EFCore with Postgres SQL Data Provider
Hello friends,I'm trying to EF Core 1.0 with PostgreSQL data provider. I'm trying first with C# Console App for learning, here is my context class:public class unapeDbContext : DbContext { public...
View ArticleHow to Import CSV file
Hi, I want to import CSV file, My requirements are 1. Read the data from CSV file 2.Store the each row of record into databaseRegards,Prabhu
View ArticleHow use QR Generator
The problema I found while porting my old website to asp.net core is that I have Generate a QR Code imageand save it, the I found the QR generators use System.Drawing.Bitmap and Asp.Net Core does not...
View ArticleNet Core Web API- How to upload multi-part/form data
Hi, I want to write an api which will read the multi-part form data from request body using asynchronous operation and save into specified file path.Regards,Prabhu
View Articlehow to config Supervisor for ASP.NET Core web App
I have a ASP.NET CORE web app deployed on the Ubuntu server, and I use Supervisor to control the process, in the Supervisor config file I set the common as following:[program:myapp]command=dotnet run...
View ArticleDoes closedXML.dll support asp.core?
I need to export data to excel and it works well in .net fw, I wonder if closedxml.dll works in asp.net core, if not, any other dll could replace it?
View ArticleThe dependency "EntityFramework": "6.1.3" does not support framework...
Hi,I am using a generic repositoryusing System.Data.Entity; ... public class GenericRepository<T>:IGenericRepository<T> where T : class { private NorthwindEntities db = null; private...
View ArticlePublished ASP.NET Core app doesn't work on IIS
My ASP.NET Core web application works fine when I use it with `dotnet run`, but after publishing the website to host under IIS it failes to start. I've followed the docs:...
View ArticleASP.NET Core app fails to start with RTM
I've started an ASP.NET Core web application with the RC2 version and published it to a Windows server with IIS. Everything worked fine.When RTM came out, I upgraded VS and the hosting tools, restarted...
View ArticleRunning ASP.NET core on workstation with Kestrel require admin right
Sorry for my bad EnglishWe want to host our new ASP.NET Core application on the worstation with Kestrel web server. We did prototype with .NET Core RC1 (DNX) and everything works fine but with RTM we...
View ArticleHow on Earth do I reference a class library in my ASP.NET Core project?
Hi all,I'm having trouble getting my head around how project.json works, and the limitations. My setup is:Xamarin Client Model.dll (.NET 4.5.2) ASP Core Web API I'd like to reference my Model.dll so...
View ArticleHow to add Azure AD authentication?
I know I can create a new ASP.NET Core web application and enable various kinds of authentication.But, what if I want to start completely from scratch with an empty ASP.NET Core application and then...
View ArticleURL re-writting to a different site
Hi,I need URL re-writing as belowCheck the API key provided by consuming client Examine API key with some values in database. Get the new URL from database. Re-direct to the new URL. The new YRL could...
View Articleis asp.net CORE just as cheap to host as hosting a java web application
APOLOGIES IF THIS IS IN THE WRONG FORUMI am trying to decide between asp.net core and java(spring framework). I am creating a social media website which i intend will hold a lot of users. Because I am...
View ArticleLooking for hosting
Hi, I does anyone here knows a good hosting site? Azure is too pricey, my budget is about $5 per month. I know there a lots of webhosting out there, but im looking some reputable hosting and have...
View ArticleUnable to find some files in the Project .
Hi I have installed vs 2015 with update 3, and create a new project (stesp -> https://docs.asp.net/en/latest/tutorials/first-mvc-app/start-mvc.html)but some files are missing in the solution they...
View ArticleMicrosoft Fakes?
Is there any word on if/when Microsoft Fakes will be available if targeting .NET Core? I'm assuming this should be possible at least for projects only targeting 4XX frameworks.
View ArticleWhere is HttpServerUtility.UrlDecode
I am using UrlEncoder.Default.Encode() to encode a string for a url. How do I decode it on the other side?
View Article