Azure Storage download excel .xls open and read into dataset
Getting the error: The type initializer for 'Excel.ExcelReaderFactory' threw an exception.I am trying to download excel .xls (97 - 2003 format) from Azure Storage and open the file and load it into a...
View Articlethe project doesn t know how to run the profiler iis express
hi,the project doesn t know how to run the profiler iis expresswhat is this problem ? how to fix
View ArticleUsing Authentication Template
Am I expected to use the MVC template with Authentication if I want to use ASP.net Identity Core? I cannot find any documentation on how to build the Authentication from scratch. The reason being I...
View ArticleDynamically generating images for OAuth
hi guysI want to create Images for my OAuth make them clickable here is my code,I am using pro as a variable to concatenate the images of the OAuth providersthanks Ehi @foreach (var provider in...
View ArticleCan I use IronPython with aspnet core mvc?
Hi guys!I'm just starting with aspnet core but I know python and have some scripts that is too big to create again.can I use ironpython with aspnet core mvc if not can you guys suggest another option?
View ArticleGenerics - where is too much?
I am a single developer so maintainability and code reuse are musts and using generics seems like the way to go. I am looking at Generic Entities, Generic Repositories and even Generic Controllers and...
View ArticleAsp.net core identity tables
HiI ma beginner in asp.net mvc core. I have a database called TestDatabase . I would like to add all the tables related to core user identity table into the existing database.Please can u let me...
View ArticleASP.NET Core Azure Active Directory Authentication
Hi,I am developing an ASP.NET Core 2.0 application and trying to enable OpenID Authentication against multiple Azure active directories. That means my application is registered in at least to AAD as an...
View ArticleHTTP Error 500.19 ASP.NET Core 2.0 application deployed on IIS 8.0 and...
Installed .NET Core Windows Server Hosting bundleCreated a Web site ASP.NET Core 2.0 application created and published with Visual Studio 2017 15.5.5 to a folderdeployed on IIS 8.0 and Windows Server...
View ArticleRoute all non.www to www
Hello Everyone,I have an asp.net core 1.1 web site.I would like to rout all calls which https://domain.com/../.. tohttps://www.domain.com/../..I would appreciate any help greatly!Thanks a lot, kindest...
View Articlejquery sortable save to database
Hello there,i use jquery sortable to sort data from a database<script src="https://code.jquery.com/jquery-1.12.4.js"></script><script...
View ArticleClaimsPrincipal action injection
Personal preferences aside, are there any technical reasons why you can't or shouldn't use a technique similar to the one detailed in...
View ArticleASP NET CORE APIES ANGULAR 2 WITH PAYPAL INTEGRATION
Hi all, can u send me some example with integration paypal payments in asp net core api project. thx everyone
View Articleadd requestTimeout in web.config
Hello,I am working on an ASP.Net Core 2.0 MVC web application.When i type "dotnet publish", a web.config file is generated.I wanted to add a parameter in this file (requestTimeout). It works fine but i...
View Articledisplaying and editing information from a database
I have a form that I am pulling the data from a database. On this form, there are some items that will be set when the form is created and will never change. There are others that will be set when the...
View ArticleHow to Add a Primary Key to the Products Model
I am new to MVC, and I'm studying the MVC Core 2 book by Freeman (see below).As I go through the code to build a modest product inventory display, I'm at the point whereI need to create my first...
View Articlethe project doesn t know how to run the profiler iis express
hi,the project doesn t know how to run the profiler iis expresswhat is this problem ? how to fix
View ArticleHow to live stream on ASP.NET Core ?
Hi everyone,I'm making a website which uses ASP.NET Core as a back-end for video/audio streaming.VideoController.cspublic class VideoController: Controller { // Singleton registered at Startup.cs...
View ArticleHow to stream video in ASP.NET Core 2 with Web API
I need to stream video from our API to our web application client.I found this pretty great tutorial on how to do this:...
View ArticleSeparate domain/site for public facing site, and logged in admin site
I'm currently working on an ASP.NET MVC application that acts as an admin area for logged in users. This also has a WebAPI component for external HTTP requests.I'm just wondering what the best way...
View Article