How to add paging in ASP.NET Core Razor Pages
Now I study the "Getting started with Razor Pages in ASP.NET Core". I have add PaginatedList.cs in the project like in " EF Core with ASP.NET Core MVC tutorial".@model...
View ArticleUpload File Unsuccessful, using Net Core 2.0
Hi,Trying to upload file unsuccessfull. Any one can help me please? I am using Net.Core 2.0 Here my model UploadFile.cs:using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Internal; using...
View ArticleAsp.net Core IIS Deployment Database
Hi folks,I have created Aps.net Core 2 with Angular template project by default project type. And I have added Context Data, Connection String and another controller file called PersonController.cs as...
View ArticleSet up a hosting environment for ASP.NET Core on Linux with Apache, and...
I found the article "Set up a hosting environment for ASP.NET Core on Linux with Apache, and deploy to it"https://docs.microsoft.com/en-us/aspnet/core/publishing/apache-proxy . But it describes the...
View ArticleASP.NET WebAPI core support for Enterprise Libray Application Blocks
Hi,Is Enterprise Library Application blocks 6.0 such as Logging Application block and DataAccess Application blocks are supported with ASP.NET WebAPI core.Can you share any MSDN links on the same.Thanks
View ArticleUnable to scaffold a new controller with Entity Framework Core in ASP.Net...
I'm not 100% sure this has to do with ASP.Net Core, but think so.I'm going over this tutorial on ASP.Net core , and am using VS 2017 to do so--...
View Articleusing multiple models to create a form
HI everyone,I am new to asp.net core and need to create a registration form using multiple models to store the information, the registration form is huge and I have had to split it down into 32...
View ArticleCan not find compilation library location for package! Resolved in 2.0.2?
Since ASP .NET Core 2.0 came out, I wanted to upgrade to 2.0 but I ran into this issue below:https://forums.asp.net/t/2128016.aspx?Can+not+find+compilation+library+location+for+package+I was told that...
View Article.NET Core Razor in traditional ASP.NET MVC?
Hi all,Would it be possible to somehow harness the new features of ASP.NET Core's Razor (i.e. injection, tag helpers, and the massively improved compilation time) in an older ASP.NET MVC 4 application...
View ArticleWhat is the difference between the netcoreapp2.0 and PublishOutput folders?
I am publishing a NetCore 2 app for Linux and IIS.When I use the default publish options from Visual Studio 17 it creates two folders in the bin/Release: netcoreapp2.0 and PublishOutput.I have been...
View ArticleStreaming video on Asp .net core Web Api
Hi friends, How can i correct stream video in asp net core web api controller?Thanks in advanced.
View ArticlePublic Question - Where can I Upload MY File For Use on the asp.net Forums
HII am new in asp.net Forums and i want to upload My Images or My Files (.rar or .txt or etc) any place or any free online store and use them in my Post ..But I don't know where place or free online...
View ArticleCommand "dotnet" is not valid.
Dear all,I am learning ASP.net core 2.0 by follwing step by step sample and at one point the sample ask to run from a command window within visual studio project the following command :dotnet...
View ArticleProblem when connecting to a SOAP service with .Net Core 2.0 behind a proxy
HelloI'm using Visual Studio 2017I have noticed that it was not possible to connect to a SOAP service from a .Net Core 2.0 when being behind a proxy (when connected directly to the internet it's...
View ArticleIssues using Azure Active Directory OAuth with Identity Model in ASP.NET Core...
For the past week I've been trying to implement Azure Active Directory into an application using the Identity model without any luck. I keep running into different issues and now I'm down to one that...
View ArticleGet Image Byte
Hi folks,I am using Asp.net Core and Novell.Directory.Ldap.NETStandard lib for Active Directory. Here is my sample code as below:public struct PersonEntry { ........ ........ public string Role { get;...
View ArticleWeb API Crashes on Host.Run with no error given other that an HTTP 500 error
I have a Web API that builds with out an error. when it hits Host.Run It throws a Http 500 error but nothing else. Any Ideas how to debug this?Thanks!Mike
View ArticleRotativa PDF dispalying viewdata,viewbag as null in Asp.net Core 1.1.1
HiWe are converting MVC application to MVC Core and we are using Rotativa for PDF generation. So updated Rotativa version as using Nuget for asp.net coreNow the view which we are using for PDF...
View ArticleWeb based file manager?
Hi, I'm trying to make a web based file manager similar to webmin https://doxfer.webmin.com/Webmin/HTML_File_Manager, but I have no idea how to server other files outside of project root folder. How...
View Article