Task Runner error - Angular 4 Template
Hi folks, I am using Asp.net core 2 with Angular project type. I am getting error message from Task runner explorer and it says:c:\Users\.......\ node_modules\@ngtools\webpack\src\plugin.js:8 const {...
View ArticleASP.NET Core 1.1.2 site hosted on Windows Server 2008 R2 intermittently fails...
I've got this ASP.NET Core site (version 1.1.2 with target .NET Framework 4.6.1) that is hosted on a Windows Server 2008 R2 using the .NET Core Windows Server Hosting bundle. It works fine everywhere,...
View ArticleGet started to connect to the database
HiThat's how I've seen some youtube videos around Core and I think it looks sexy, but I'm having a hard time getting started with the connection to the database.Do you know / in a video?I'm using Azure...
View Articlemaximum number of concurrent request?
I wrote custom the middleware to implement custom authorization in asp.net core. It works normally but if it put my app on load test and make 1000 request in 10 seconds(etc)I am getting empty...
View ArticleCore 2.0 Razor Pages Integrated with AAD
Our scenario involves using Razer Pages in a multi-tenant environment using AAD as the authentication provider. I started following along with this project but found it to be a bit out of date with...
View ArticleAsp.Net Core 2 Standalone
Hi,I am building with Dotnet Core 2.0 Release version on Windows 10. When I build a publish version for Linux, it builds but is it possible to build a single executable instead of a publish directory...
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 ArticleCan not find compilation library location for package
HiI am converting existing MVC 4 project to Asp.net MVC Core 1.1 (.net std) project. After executing project it's giving me error as'Can not find compilation library location for package'I tried...
View ArticlePublishing and Running ASP.NET Core +Angular 4 Application
HiI've successfully deploy to folder my ASP.NET Core +Angular 4 application.What options do I have install and used it in local wireless network?thanks
View ArticleMigration DNX to CLI
I did the migration of a project I worked for, and today it was my first contact with ASP.NET CLI. The migration was simple, I did for VS2017, after some compilation errors, which all I could solve,...
View ArticleWebassmbley as Asp.Net core Killer
Greetings everyone,don't you think the proper adoption of web assembly in the near future and making it ready as trusted and complete solution for browser scripting will make Asp.Net / AND Asp.net...
View ArticleHow can i get Filters in ResponseOutputFormatter class
public class ResponseOutputFormatter : TextOutputFormatter { public ResponseOutputFormatter(string contentType) { SupportedMediaTypes.Add(MediaTypeHeaderValue.Parse(contentType));...
View ArticleSubmit and save multiple forms (presented as table)
Hello,I wonder if the following is possible. I have a view which has multiple tab-panes. Each tab-pane correspond to aStore. Inside each Store there is a table which contains information of all the...
View ArticleError publishing Web API to live server
I have a Web API written in ASP .Net Core 2.0, in Visual Studio 2017 (15.4.2).I haven't worked on it in about 2 months, but today i made a small change, and when I tried to publish it to our server,...
View ArticleImporting and exporting calendars
I have noticed that calendars are everywhere, also in the app i'm making. Everyone has some calendar they use, so why use mine? But my app's calendar is important for the task in the app, so i'm...
View ArticleProblem with CreatedAtRoute, calling an action in a different controller,...
I have a Web API targetting .Net Core 2.0.I'm showing a simplified version of it here for the sake of ease. Essentially, I have two controllers, each one with an action. api/Properties and...
View ArticleProblem with Bootstrap File in visual studio 2017
Hi visual Studio 2017 Not Respond to Bootstrap : Why :... .net Core 2.0.0 ..... My Code :@model Dictionary<string,string> @{ Layout = null; }<!DOCTYPE><html><head><meta...
View ArticleGenerate route from form
<a asp-action="Index" asp-route-id="1">1</a><form asp-action="Index" method="get"><select name="id"><option value="1">1</option></select></form>Hi, how...
View ArticleAps.net MVC Core 2.0.0 And Error InvalidOperationException: The view 'List'...
Hii Create a Project with .core and asp.net Core 2.0.0 === SportsStore in pdf Pro Asp.net Core MVC Adam Freemani Create a Custome TagHelper :namespace SportsStore.Infrastructure {...
View ArticleEF Core database
hat's how I try to follow this article / guide on how to add the database to Azure DB.That's the way I have a database at Azure, but Right now, my Dbset will not get hold of...
View Article