typescript in mvc?
How can i enhance my experience in Typescript ?if i use it in MVC application. which good things can be done from it ?
View ArticleAuthentication of asp.net core and angular 2
Hi,I have an angular 2 app that I want to authenticate against LDAP If I pass the credentials to the asp.net core controller the controller will then authenticate against LDAP if the credentails are...
View ArticleThings .NET core lacks Vs the full .NET ?
i know some c# and want to start making web services /sites and desktop GUI apps like next year . i have this questions itching me:if i don't care about programming cross platform , why should i care...
View ArticleThe dependency "EntityFramework": "6.1.3" does not support framework...
Hi,I am using a generic repositoryusing System.Data.Entity; ... public class GenericRepository<T>:IGenericRepository<T> where T : class { private NorthwindEntities db = null; private...
View ArticleUse System.Net.Http HttpClient in ASP.NET Core Web Application (.NET Core)
Hello,I created a new ASP.NET Core Web Application (.NET Core) in Visual Studio 2015.Does anybody know how to add the example code from here:...
View ArticleCustom login, user and role manager
Hi I was wondering if someone could point me in the right direction. I'm working on an asp core application with angular. I've had windows authentication working with it for a while now. Sadly there...
View ArticleThe AspNetCoreModule which is required to host .NET Core projects in IIS does...
I get the following errors in the screen images below:I am running Windows 7 with SP1 and all post SP1 updates. I've installed "DotNetCore1.0.1-WindowsHosting.exe" without the program itself reporting...
View ArticlePdf generation
Is there any nuget packages to generate pdf that support asp.net core 1?
View ArticleSending Email Via Sendgrid in Asp.net Core for Linux/OSX/Windows
I'm looking for some simple instructions and maybe some code snippets on how to write a controller to send an email from a form using SendGrid in the newest version of asp.net core web application.Use...
View ArticleWriting directly to a FileStreamResult from a crypto stream
I'm working on a web based file sharing project where one of the goals is to avoid ever having the unencrypted data of a file ever hit the disk (including in temp space for spooling). I've managed to...
View ArticleRun asp.net core in visual studio 2012
If any possible to Create asp.net core projects in visual studio 2012
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 ArticleSQL server Authentication Vs Windows Authentication - asp.net core Web API -...
Hello All,I have very weird issue while deploying asp.net core web api application to IIS 7.5.If I am using SQL Server authentication mode for SQL Server 2012 R2, and set below connection string in...
View ArticleASP.NET MVC Modal ViewComponent and Post Get Pattern
Dear Sirs.Is it posible interactive page, with modal dialogs and page updates.example you have a data list, with modal make some change and update page.We have Controller, View, I have create...
View ArticleWhen Need Complex DataValidation Should it implement with in Data validation...
HelloWhen we have Complex Data Validation that required DI. Should we implemented it directly in the controller ?or better to create custom Validation Attribute ? second seems better way but I have...
View ArticleDeploying application (web.config problems?)
First of all sorry for my english.However, i'm here because i'm having some problems with an application that i've deveolped.This application working nice when started with Visual Studio for example...
View ArticleHow can i use app.UseOpenIdConnectAuthentication?
Hi All Geeks,I am quite newbie in dotnetcore. currently i am developing .net core project. I got two project MVC Web and another is for web api.for web application, i can use...
View ArticleHow to get session value in _Layout view?
As title, anyone can help how to access session in _Layout view? Do I need to add DI? like this @inject Microsoft.AspNetCore.Http.IHttpContextAccessor HttpContextAccessor ?
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 ArticleRoxie file manager error for tinymce in asp.net core
Hello I use Roxy Fileman for tinymce editor so to manage media in my asp.net core app. The editor works fine but when I click the browse button I get E_LoadingAjax asp_net/main.ashx?a=DIRLISTI try this...
View Article