Quantcast
Channel: ASP.NET Core
Browsing all 9386 articles
Browse latest View live

How to use jquery ajax multipart/mixed in asp.net core web API controller for...

How to use jquery ajax multipart/mixed in asp.net core web API controller for batch editing process

View Article


View Components not perfect

In previous versions of mvc I could do a loop in a view and call n html.action methods each rendering a similar form that by ajax post to its action method and refresh. (just that form). Another...

View Article


Deploying aspnet core web app on a windowservercore image

Hi, I'm running on Windows Server 2016 Standard Evaluation version (Build 14393.rs1_release.161220-1747). Its enabled for containers and i'm able to run windows server core image on my machine from...

View Article

How to submit data generated by Jquery Datatables

Hi everyone,I've been battling with this for days now and couldn't resolve it yet. I want to submit data loaded to datatables and couldn't use model binding because it's always null. Below is my...

View Article

Visual studio 2017 genrated template code

I have 2 ASP Core applications where one works fine, but when I migrate code to thenew application, it fails. I spent more than one and half month but unable to solve it. You may downloadapplications...

View Article


Convert .Net Framework 4.6.2 project to .Net core 2.0 project

I Have a solution which contains the bunch of class libraries which is developed by .Net framework 4.6.2. I have to convert those class libraries into .Net core. Is there any best and fastest way to...

View Article

Single Sign-on in Asp.net core 2.0 identity

HiWe have recently converted our MVC 4 application to Asp.net Core 2.0 Identity.We were implemented some feature like single sign on in old application.I mean we are saving logged in user's session in...

View Article

How to populate user details when Remember me is checked in Asp.net core...

HiWe are using Asp.Net core 2.0 application and also implementing identity. For login using below code,var result = await _signInManager.PasswordSignInAsync(model.UserName, model.Password,...

View Article


Image may be NSFW.
Clik here to view.

Info on more uncommon tag helper properies

Hey, I'm looking for more info about tag helper properties, what they do and how to use them.I use the most common tag helpers like asp-for, asp-action, asp-route-id,  and some others. I wonder that...

View Article


Adding Controller with views using Entity Framework Error - Visual Studio...

I'm cross posting this because it might make more sense here vs the Visual Studio MSDN forum.Trying to follow the tutorial for the MVCMovie project located at...

View Article

Fiddler does not work for .net core

I tried asking this on SO but got no answer.  Basically I have added some soap services into a .net core project using Connected WCF tool.  I find that fiddler does not see any calls made to these...

View Article

Submit data with Jquery Datatables

Hi Everyone,I've been on this now for days without solution but with Edward effort, the issue is almost close.I'm trying to submit data i loaded into JQuery Datatables. Below is my complete codeThis is...

View Article

Would i be able to consequently increase the record construct form when...

Hi,I was simply thinking about how I could consequently increase the construct (and form?) of my documents utilizingVisual Studio (2005).On the off chance that I look into the properties of say...

View Article


Why can't I install Microsoft.Owin.Host.SystemWeb package for EF Core 1.1?

I'm trying to upload an image in a folder through an MVC web application and I need the HttPostedFileBase attribute therefore I need the System.Web package. I try to install it from NuGet package...

View Article

Inject dbcontext in IHostedService

Hello,I am writting an ASP.Net MVC Core 2.0 application.I want to run a background task. I have read some documentation about IHostedService. I have written a Batch class which implements...

View Article


Custom Scaffolding Razor Pages

Hello,I'm trying to create a new template to create my view's.I'm using VS 2017 .Net Core 2.0.1, I know the templates are located inC:\Program...

View Article

asp.net core app hang when ConnectionResetException fire

Hi, Recently i upgraded my asp.core app from v. 1.0 to v. 2.0, but after the migration i keep seeing ConnectionResetException in the logs, and once this exception fire the whole asp.net core app hang!...

View Article


Asp.Net core MVC 2.0 logging

Hello,Here is what i've done: I have injected an ILogger in my Controller's constructor:public MyController(ILogger<HomeController> logger){_logger = logger;}public IActionResult...

View Article

Console application for batch

Hello,I have a asp.net core 2.0 mvc web project (in a solution).I want to write a console asp.net core application in order to compute some statistics at night.I want to access web project...

View Article

outlook Rest API for ASP Core

Cansomeone point me to sample for outlook Rest API (ASP Core)? I have created theAzureActiveDirectory(B2C).I have the Application ID and Password. Afterthat, I am lost. 

View Article
Browsing all 9386 articles
Browse latest View live