Asp.net core application windows integrated authentication 20 users start...
I developed asp.net core intranet application which uses windows authentication and We have this weird problem start seeing.When my client deploy the app to the production environment and test with a...
View Articleclient-side c#
I think the invention .of ASP.NET Core didn't solve the problem for developers to script client-side events using PURE c# rather than using javascript or any of its extensions, did it?
View Articletimezone issue in date time field
Hi,I am calling a web service and the response contains multiple elements with xsd=date type. Now xsd.exe generates DateTime fields for all of these elementsI am using XML Serializer to deserialize...
View ArticleDisplaying Error page to users
Hi, i'm wondering how i can display the error page found in the shared views folder when 1) an exception is thrown 2) i want to redirect there with an error message that happened outside a catch...
View ArticlePaging extend
Hello,It is possible to extend de PaginatedList.cs to display page numbers like previous version of .net?https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/sort-filter-page
View ArticleValidation server side using .net core, knockout
Hi,.net core,mvc, c#, knockoutI have some textboxes and a button on my UI. On clicking my button I want to run some validations on server side. On successfull validation I show another button. I am...
View ArticleInvoke Registration from another Controller
Hello I have an application to create an employee profile, I need in the same time of profile creating to invoke the AccountController.Register IActionResult. I don't want to redirect the user to...
View ArticleHelp with Core2.0, Azure Authentication and REST call
I started with the basic ASP.NET Core 2.0 with Azure Authentication. Everything works in a web browser. It starts up, browser goes to MS, signs in and returns to the app. So far so good.What I want to...
View ArticlePE format difference: .NET vs .NET Core
Strictly speaking, it is not an ASP.NET question, but I could not find any other forum... Sorry...The idea of the code below is to extract build timestamp from PE-compatible EXE or DLL. The code works...
View ArticleNew tutorial on publishing a simple ASP.NET Core web app to Azure
Hi everyone,I'm a program manager on the Visual Studio team. We're working to improve our documentation around .NET and Azure scenarios. To that end, we recently published a new tutorial that walks you...
View ArticleHandle reading multiple barcode from multiple barcode scanner device in...
i want to read barcode from multiple barcode scanner devices at a point of time in a text box control ,.should be reading one scanner at a time till then other scanner should be in a queue or...
View ArticleHowto debug asp.net app with local source from github e.g....
Having a working asp.net app. Now trying to replace one of the official bundled asp.net components with local clone of project from github. E.g....
View ArticleNice Book
Hello everybody!I'm looking one book to start with asp.net core, someone has any suggestions?
View ArticleAspNetCore and IIS Authentication Type
Good day<div>I have this scenario regarding our websites at work where we deploy our applications. One of these websites must be accessible from both inside the network and outside the network....
View ArticleMigrate ASP.NET Core 1.1 with 4.6.1 class library to ASP.NET Core 2.0
We have a REST API written in ASP.NET Core 1.1 and it's using an old 4.6.1 class library.I now have to make updates to this solution and I figured it's probably best to upgrade it to ASP.NET Core 2.0....
View ArticleHowto debug asp.net app with local source from github e.g....
Having a working asp.net app. Now trying to replace one of the official bundled asp.net components with local clone of project from github. E.g....
View ArticleHosting ASP.NET Core on public domain issue.
Our ASP.NET Core 1.1 website is deployed on IIS on Windows Server 2012 R2 on a public domain. We can access it internally from our company network. But not from out side world. Our IT department think...
View ArticleSubmitting of _Logout partial view does not work.
Hello.I am trying to have a logout button on mu _Layout, but i have some problems!1. When i don't use partial views and simply insert my code to _Layout it does not work :<div><form...
View ArticleSelf hosting an existing Web API with OWIN
I'm trying to get an idea of whether or not something I have in mind is even possible or not. I am looking at converting an existing application to use ASP.Net with Entity Framework. In most cases,...
View ArticleTwo factor cookie options in ASP Core 2.0
Hi,I was able to configure the two factor authentication cookie name / expiry time in ASP .NET Core 1.0 using the following code.services.AddIdentity<ApplicationUser, IdentityRole>(o => { //...
View Article