How to live stream on ASP.NET Core ?
Hi everyone,I'm making a website which uses ASP.NET Core as a back-end for video/audio streaming.VideoController.cspublic class VideoController: Controller { // Singleton registered at Startup.cs...
View ArticleHow to create a thumbnail image in ASP.NET Core?
How to create a thumbnail image in ASP.NET Core? Googled and couldn't found. Somewhere suggested to move back to .NET Framework from .NET Core but that is not the solution.Tried to use...
View ArticleHow to override HandleUnauthorizedRequest in ASP.NET Core?
I'm migrating my project to asp.net core and I'm stuck in migrating my CustomAuthorization attribute for my controllers. Here is my code.public class CustomAuthorization : AuthorizeAttribute { public...
View ArticleCS7038: Failed to emit module in ASP.NET Core
While building the ASP.NET Core project, I am getting folllowing error.Severity Code Description Project File Line Source Suppression StateError...
View ArticleiQueryable Rest, netcore
I created a Rest get method.I can get all the results of the method but I cannot filter, the filter is ignored.An example is: http://localhost:55321/api/logging/getgenerallog?$filter=id le 10I have a...
View ArticlePublishing AngularJS2 app to IIS
Hi, I developed AngularJS2 application(Without MVC, pure HTML and JS application) with Visual Studio 2015(AngularJS core template). I am using Webpack to build the application. The application runs...
View ArticleCode Maps in VS 2015 on a ASP.NET 5 project
I can't see on my ASP.NET 5 project the code map options in context menu, and if I create a Code Map for my solution (which has more ASP.NET 5 projects), I can only see the projects (without...
View Articledotnet restore failure - 407 (authenticationrequired)
Hi.I have seen my problem mentioned in many places but none of the solutions listed have worked for me.I have joined a team using ASP.Net (Core 1.0) and the nuget restore doesn't work, it doesn't work...
View ArticleASP.NET Core - Exporting List To Excel
Hi guys, what is the recommended way to export a list to excel or csv?I currently am developing a web app using Angular 2 and ASP.NET Core and I am generating a list in my back end that I send as JSON...
View ArticleNeed advice: MVC web app for Desktop and Phone/Mobile devices
Hi,I'm in the process of converting our "classic" ASP.NET desktop web application into an MVC web app. I'm trying to decide what is the best approach for writing the web app ONCE and have it...
View ArticleHow to develop ASP.NET MVC 4/5 (C#/SQL Server) application without any IDE
How to develop ASP.NET MVC 4/5 (C#/SQL Server) application (without Visual Studio/Visual Studio Code/Xamarin/Rider/IntelliJ/ReSharper etc) ?Here's my environment details for most MVCs:$ Notepad/Gedit$...
View ArticleLearning resources for newbie ?
I am newbie in ASP.NET core. i have zero knowledge in ASP.NET too. i have been turning in circles for a couple of weeks now looking for a good resource to learn ASP.NET core. it seems that most...
View ArticleEmail Verification
Hello all,Is there any tutorial that describe using email verification in .net core.Thx.
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 ArticleWhat's faster? ASP.NET Core or MVC 5
Here is new feature of ASP.NET Core (https://youtu.be/_0PIqhDGcYc)What's faster? ASP.NET Core or MVC 5Thanks !
View ArticleASP.Net Core and dependency injection
just read this article http://www.c-sharpcorner.com/article/repository-pattern-in-asp-net-core/from asp.net core we do not require 3rd part DI container to inject the dependency ?see the below code...
View ArticleWhere should I have my helper class?
This is how I'm going to build my website for MVC (Core) but it is such that I am unsure where her I must assign the class?I would say that I am I have to do it in wwwroot
View ArticleCan I create and select databases at runtime ?
Hi,I am evaluating using ASP.NET Core on a new project.One of the ideas I have, is to have it use multiple databases and create them on the fly.I would have one "hard coded" database, ie it can be...
View Articlehow do i bind a flags enum in asp.net core mvc
I found one asp.net docs page that referenced AddFlagsEnumModelBinderProvider as an options value for services.AddMvc(), but when I tried to implement that in aspnetcore 1.0.1, that options value was...
View ArticleNeed a Controller and views for Roles in ASP.NET 5 Starter Web template.
I'd like to request that a Controller and list/edit views be added to the ASP.NET 5 Starter Web template for Roles (Add, edit. delete), and for assigning them to users.Asp.Net Identity has Roles and...
View Article