Finally an EntityFramework Configuration Provider for .NET Core is here
Configuration.EntityFramework is a custom, easy to use configuration provider for the .NET Core Configuration system built on EntityFrameworkCore.It is compatible with .NET Core and .NET 4.6.2 or...
View ArticleSelenium Compatibility Issues with ASP.NET Core 1.0
I previously had a working set of Acceptance tests in my ASP.NET Core 1.0 solution. I'm not sure what changed but it appears that the latest Selenium.WebDriver - version 3.0.0 - is incompatible with...
View Articlei want to separate the resource file or internationalization as a project .
i want to separate the resource file or internationalization as a project in asp.net core .but how to set "ResourcesPath" in Startup.csservices.AddLocalization(options => options.ResourcesPath = "?");
View ArticleAfter deploying a asp.net core application to local IIS, I don't see data in...
Hi allTechnologies used: ASP.NET Core and EF Core, MS SQL and IIS in Windows 10.I have created an application in ASP.NET core that does CRUD operation to a single table.I use my local MS SQL Server to...
View ArticleHTTP Error 502.5 - Process Failure
Getting HTTP Error 502.5 - Process Failure when I attempt to CTRL-F5 my first .NET core project out of Visual Studio 2015 Update 3. Running Windows 10 64 bit environment. Also installed: NET Core...
View ArticleWebsite bugged only on WAN
Hello, I m new with ASP.NET CORE and i have a really weird problem I started to build a website a few weeks ago using ASP.NET CORE and starting with the blankapp Template. I m hosting this website on...
View ArticleSecurity in Programming
What are the security measures that are taken to make programming secure?
View ArticleWhat is the best practice to insert data to a database, that is read from a...
I have a system that generates alot of logs. (just about 500.000 lines of logs per hour (only about 5.000 of those lines will be saved and used) I want to be able to make some statistics with these...
View ArticleDeployement of asp.net core (with .net 4.6.1) to Azure Cloud Service Web Role
HI All, I have created an asp.net core application with the full .net 4.6.1 framework and would like to know if its possible to deploy this to the classic Azure Cloud Service web role model...
View Articleintegrate asp.net core app with signalr?
How do I integrate asp.net core app with signalr?I have found many examples on the web but none of them seem to work with my setup,perhaps they are outdated?and I am using a osxthanks
View ArticleUnable to resolve 'AspNet.Security.OAuth.Extensions (>= 1.0.0-beta1-final)'...
I wanted to build the project with AspNet.Security.OAuth, but the references cannot be resolved.Unable to resolve 'AspNet.Security.OAuth.Extensions (>= 1.0.0-beta1-final)' for...
View ArticleHow to handle assemblies that fail to resolve on load?
Hi,In the full .NET Framework I cam subscribe to the AppDomain.AssemblyResolve event and handle the discovery of assemblies that have failed to load.If .NET Core fails to find an assembly how can this...
View ArticleEF Core Exclude property from update
Hi,I have the following code for excluding a property from update in EF Core but it doesn't seem to work. public void Update(Client client) { context.Entry<Client>(client).Property(x =>...
View ArticleFind classes of an assembly and override methods of those classes dynamically
I have an assembly being referenced in my primary project. In my primary project I need to find the classes present in that assembly and override the methods of those classes.Is this achievable?
View ArticleGetting HTTP 404 error when trying to access WEB API function on server
Hello, I have an ASP.NET Core project/website that is using .NET Framework 4.6.1. This particular website is accessing data through the Web API controller onto a REST service. When this application...
View Article'ClaimsIdentity.BootstrapContext' could not be mapped
I keep getting this error "The property 'ClaimsIdentity.BootstrapContext' could not be mapped, because it is of type 'object' which is not a supported primitive type or a valid entity type. Either...
View ArticleGeneric sorting filtering paging example
Hi,Is there any example out there which covers the topic of GENERIC sorting filtering paging example, What I want is to have a list which has 100 items in the database. In the first request I will only...
View ArticleEmbedding Sub Mini Website in Asp.Net Core without controller
Hello everyone,I have a Asp.Net Core Website that works well.Now I would like to add a subfolder (www.mydomain.com/subfolder/Index.html) which contains its own JavaScript, css and html files. It is an...
View ArticleNested application hosting
I have 2 application.App1 (app.domain.com)App2 (app2.domain.com)They work fine with host header/subdomainsRequirement is have url like domain.com is for app1 and domain.com/app2 for app2What i want is...
View ArticleNo IntelliSense for TagHelpers in Asp.NET Core RC2
<div class="post-text" itemprop="text">I tried everything possible and I still can't get IntelliSense to work with Tag Helpers.What I tried:MVC 6 Tag Helpers...
View Article