ASP.NET Core and log4net
I have been using log4net for the last 7 years and I can say I am totally satisfied. I started working on an asp.net core project and I want to use it as well but I cannot find any example. Does anyone...
View Articlenet core basic project is not serving any page!
Hi all:I am doing a very basic course of .net core, I have created an empty .net core project and started to configure it to see how it works.This is what I did1) I created a page "index.html" inside...
View ArticleSignalR Hub not triggered client side method
Application Structure: Asp.Net Core Angular JS I have 3 views with 3 hubs, 1st hub work fine regarding client side method can called from server side when connection of hub done, but on other 2...
View ArticleDesign View for razor files
Hi!I'm looking for a solution for opening razor files in design view.Or do you guys use another software for this?? I tried to add cshtml to dreamweaver, but again: code view onlyThanks!
View ArticleBadImageFileException when adding assembly reference to ASP.NET Core projects...
Hi, Need help, Currently we are not able to reference the assembly for an asp.net core project inside of T4 templates. This is using Visual Studio 2015 update 3 For example --> <#@...
View ArticleRSS/Atom feed reader available for ASP.NET Core
I'm looking for some RSS/Atom feed reader available for ASP.NET Core, because SeyyndicationFeed is hasn't been ported yet. Do you know some library which could you recommend me?
View Articleuser-secret issues
I'm having trouble getting this to work. I'm using Visual Studio 2017 the latest RC (updated this week).I'm trying to follow the items in this link:https://forums.asp.net/p/2092700/6042219.aspxThe...
View Articleusing Microsoft.AspNetCore.Identity.EntityFrameworkCore;
I'm porting over a site from MVC 5 and In one of my classes I have this used:public classWebRoleEntity : IdentityRole<Guid,WebUserRoleEntity>, IWebRoleIdentityRole in the old site used this:using...
View Articleodd behavior with 'using'
I created a class in one folder and then moved it to another in my project. When i go to reference it with later files it resolves in the old location instead of the new? Do I need to run something...
View ArticleProblem Complex Model
Already this week, I understand. Nothing happens. Configure authentication, it is impossible to make a comprehensive model.External Key (ForeignKey) added MySQL and the class is not initialized.What is...
View ArticleПроблема с Инициализацией класса в Комплексной Модели
Уже с этим разбираюсь неделю. Ничего не получается. Настроив авторизацию, не получается сделать комплексную модель. Внешний Ключ (ForeignKey) добавил в МуSQL и класс не инициализируется. В чем...
View ArticleImpersonation with .Net Core for web app
I'm attempting to create middleware using this post as a guide: https://aleksandarsimic.wordpress.com/2016/07/21/asp-net-core-1-0-iis-impersonation/ for a .Net Core Web Application. When I paste in...
View ArticleApplicationDbContext Scope
Hello everybody,I am using ASP.NET Core 1.0 and I need to schedule tasks (Hangfire style). I am using FluentScheduler v5.1.3 with structuremap as a DI container.The thing is, when I run jobs that use...
View ArticleUnhandled Exception: System.MissingMethodException: Entry point not found in...
Hi,I am getting this following error for while creating "add-migration InitialCreate" :Unhandled Exception: System.MissingMethodException: Entry point not found in assembly...
View ArticleOrder to install .NET Core for VS 2015 with update 3
Hi All.I had bad experience to install .NET Core apps on my computer. Now I'm using Visual Studio Enterprise 2015 with Update 3 and Windows 7 Enterprise 64 bit. I re-image my computer and would like to...
View ArticleTrySkipIisCustomErrors
Is there a Response.TrySkipIisCustomErrors equivalent for asp.net core?Thank you!
View ArticleMiddleware for Batch HTTP Requests
Hi,We are trying to implement middleware that will support batch requests. My current approach is to create a new http context (a type derived from DefaultHttpContext) for each sub request and execute...
View ArticleConventional routing for asp.net core webapi
Why Does webAPI works only with Attribute Routing (All operations GET, POST, PUT, DELETE) and not with the routing configured under Startup.cs - Configure method?
View Article.NET Standart 1.2 Exception
I am trying to use a .NET Standard 1.2 library from a Windows Phone 8.1 Project. It Compiles fine but at runtime i get this exception The type 'Dictionary<,>' is defined in an assembly that is...
View ArticleHow to use css in specific pages
I want to load a particular set of css and js files in a .cshtml page. I want these to override any other scripts in the _Layout.cshtmlBut I also want to keep some of the scripts in the _Layout that...
View Article