Sql Script
Hi I am executing sql script it is giving me error 'An unhandled exception of type System.Outofmemoryexecption' occurred in mscorlib.dll. File size is more than 10 G.BThanks
View ArticleError - An unhandled exception of type System.OutOfMemory Exception occurred...
Hi I am trying to execute Sql Script file Size is larger than 8 Gb. It is giving me error "An unhandled exception of type System.OutOfMemory Exception occurred in mscorlib.dllThanks
View ArticleInterception In EF Core and Update
What are the new features include in EF2.0 is it good as old one ?
View Articlecreating a form with asp
I'm trying to figure out how to create a form using asp. I found this code:<!DOCTYPE html><html><head><meta charset="utf-8" /><title>Add a...
View ArticleHow to export data right?
I have a database with some data get by somewhere. Now i want to export the data to text files. But there can be many data. it can run many minutes.I want to start export with one API call. In working...
View Articlepopulating a drop down from a database
I'm trying to create a drop down list and the options should come from a table in sql. What is the best method of doing this? My project is a asp.net core MVC project.
View ArticleAlternate keys in entity framework core
I want to have a 2 alternate keys with this scenario :public class A { public int Id {get;set} } public class B:A { public int OtherPropertyKey {get;set} public string Name {get; set} }DbContext and...
View ArticleDisplay Photo from Acitve Directory Server?
Hi Folks,I am using Asp.net Core with Angular 4 and Novell LDAP library acitve directory. I fellow this one as below:...
View ArticleProject Tiers
I've develop a CMS in .net WebForms which i now want to transfer to .net Core 2.The Structure of the CMS is like below. All built in one project(DAL and BLL are in seperate projects)FrontEndApplication...
View ArticleMigrations The ALTER TABLE statement conflicted with the FOREIGN KEY constraint
I want to créate a new table ClientsGroup that can relate to a table that allready exists and has data Client, and when I run the migrations it gives me the error The ALTER TABLE statement conflicted...
View Articleconsole app default db connection (there is a bug)
Hi,I am studying asp.net core (code first). My vs 2017 version 15.5.5I dont use connection string for default. My windows user name "USER"....
View ArticlePossible WebSocket/ntdll Bug Crashes dotnet.exe
I would post this in the issues of ASP.NET Core GitHub, but I wanted to post it here first to get some thoughts.I'm running an ASP.NET Core 2 site on Windows Server 2012 R2 in IIS 8.5. The site can...
View ArticleNo References folder can be seen in Project folder
HiWhen I create asp.net core website, I cannot see References folder in my project solution explorer I can see the following folder onlyConnected Serviecs Dependencies wwwroot pages Appsetting.json...
View ArticleASP.Net Core 2 and Routing with Areas. I get a blank page when routing
Hi All,I am using ASP.Net Core 2 MVC Template using Individual authentication to build a web app. I am using Areas in my project, however when I navigate to a view or page in an area called System I...
View Articlehow to retrieve data from form
I'm working on an asp.net core mvc project and need to know the correct way of collecting the data here and saving it to my database. I'm fairly new to asp.net core but it seems like there are many...
View ArticleProblem trying to deploy an ASP.Net Core 2.0 web application to IIS
I have an ASP.Net Core 2.0 mvc web application I am trying to deploy using IIS. I have been working off of this...
View Article.Net Core 2.0 App working on dotnet command, but not on IIS
Hi,I have a simple api application that runs perfectly when executed using "dotnet app.dll" command, but does not work when published in local IIS.dotnet --version = 2.1.4I already tried to publish: -...
View ArticleASP.Net Core 2 Razor page error
Dear All,I get these set of errors each time I create and compile a new Razor Page in a web application project as follows:Severity Code Description Project File Line Suppression State Error CS0234 The...
View ArticleCan't setup MySql with .netCore webapi
Hi,I spent like 4 hours trying to setup my .netcore webapi with mysql database. I just tried to make it happen but most tutorials shows how it's done with sqlserver or .netCore1, i'm giving up on it...
View Article