How to increase upload file size in ASP.Net Core
I am using ASP.Net Core with MVC6. I need to upload file size 20 MB or more.Thanks
View ArticleWhere the ILoggerFactory.AddDebug() write it's output ?
The ILoggerFactory has extension method called addDebug that is supposed to add a type of logger (which is built in .net core). the question is where does this logger write stuff to?
View ArticleVisualBasic Library in .netcore?
I need to access the Financial library in the Microsoft.VisualBasic library (https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.financial(v=vs.110).aspx) Any idea if this is possible...
View ArticleTypescript imports failing in Visual Studio 2015
I am trying to create a simple web app using React.js. I have successfully set up a npm package.json file:{"version": "1.0.0","name": "asp.net","private": true, "devDependencies": { "react":...
View ArticleHow logging should be?
I am reading the ASP.NET core docs about logging and i have the impression that there is no consensus on how logging should be done. because i am newbie i would love some comments from more experienced...
View ArticleWhat is project.fragment.lock.json?
What is project.fragment.lock.json? What generates it, and how can its contents be altered - specifically, how do I make it use relative paths? Currently, its being generated using absolute paths to...
View ArticleMigrating System.Net.Http dependency to ASP .Net Core
We have an existing Web application build on top of Owin/Katana based on .Net framework 4.5.2. We are trying to migrate the same to ASP .Net Core. Once migrated, we would like to run the Application in...
View ArticleCan i run ASP.NET core API in windows 7 or 10 over the network ?
i want to make a restful service that will be consumed over the local area network (LAN) by winforms apps. can i run such a service as stand alone in windows 7 , 8 or 10 without the need for windows...
View ArticleHow do i choose to compile as self contained VS portable
what steps i should do in visual studio to produce an app that is self contained VS portable?
View ArticleConfusion about asp.net core mvc, asp.net mvc 6 and asp.net 5
i have worked with asp.net mvc 4/5 but i like to know when we can call a project mvc6 ?when we developed a asp.net mvc project with VS2015 then project will be consider mvc 6 ?or when we develop...
View ArticleImage Processing
I'm new to .NET Core. I really dig what I heard last week via Connect(). Sounds like impressive stuff. Is there an implementation of System.Drawing anywhere in it? I found a nuget package that says...
View ArticleException Filters returning an empty body in asp.net-core 1.1
The following Exception Filter redirects exceptions to my specific error page:[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class, AllowMultiple = false)] public class...
View Articleangular2 built in AspNet core - deployment in IIS Issue
I have created a Angular2 application in AspNet Core 1.0. We are not using any of the AspNet core features and just we want Angular2 application to be wrapped inside a AspNet core application.The...
View ArticleAsp.net core Release version
Which is the latest version of ASP.Net core released ? Also if try to install on Linux it gives preview version of .net core ? Which release version is compatible with Linux ?
View ArticlePlay .asf format video on asp.net web application
Hello Team,I want to play .asf format video in my web application. I have used telerik control but it is not supporting .asf format video.Can you please help me to find which control I have to used?It...
View ArticlePrimary key issue with Entity Framework
Hi,I need to create a view that uses an old Customer table, which has a primary key that doesn't end in "ID". The class and context are: public partial class CUS_Customer { public int CUS_THIS_RECORD...
View ArticleAVG delays rebuild of project when editing a .cs file and refresh browser
Hello.I've found out that if i run a project without debug, and then for example edit a .cshtml file, then refresh the browser, then it takes 0 seconds to refresh.But if i edit a .cs file (for example...
View ArticleWhy .net core in mac ?
In windows, .net core apps can be used as console apps , web apps or GUI (using UWP). in linux it is useful as console apps or web app.on the other hand the MAC is not practically used as web servers...
View ArticleASP.NET core class libraries vs desktop winforms class libraries ?
Suppose i made a new ASP.NET core MVC app targeting the "full" .net 4.6.1 framework. i then added a few .net 4.6.1 class libraries to the solution for various purposes (service layer ,business layer...
View Articlecant add a MVC Controller with views, using Entity Framework in dot net core...
hi i was trying to practice by this tutorial and when i need to add a MVC Controller with views, using Entity Frameworkadd button is disabled
View Article