Mild humor but....
I have 7 people doing .net core development on one system using VS2015, whenever there is an update all of the computers will waste time on nuGet issues, at least one will have to have VS2015 removed...
View Articleangularjs2 to post data to asp.net mvc controller
Hi,I am trying to post data from angularjs2 to asp.net mvc controller.The actual issue is that when I am trying with it thenSee how am I trying ?this is the typescript --- save(company: Company):...
View ArticlePostback Model Binding with BindAttribute and Nested Class
Greetings all,Is it possible to use the BindAttribute (to prevent overposting) in an HTTP post with a nested class? It seems like I'm just missing something obvious. My nested class is always...
View ArticleAfter upgrading to 1.1, can't get project to run - Fix my project.json
I've spent WAY too much time trying to get this to work, so I'm throwing this out to the forums. It's been two weeks without my website working and I'm fed up.This is a ASP.NET Core Web Application...
View ArticleProcedure to clean install vs2015 and .Net Core 1.1
1. Visual studio 2015 with update 3What comes next ?in this link is .NET Core 1.0.1 tolos Preview 2https://www.microsoft.com/net/core#windowsvs2015Net Core 1.1 Comes after ?, Like a migration ?or can...
View ArticleHow to deploy Angular2 application built using AspNetCore in IIS
I am facing some issues in deploying the Angular2 application built using AspNetCore in IIS.I tried publishing the application using 'Publish' wizard in Visual Studio IDE. Copied the entire published...
View ArticleSeeking SIMPLE Way to employ Basic Authentication
With ASP.NET MVC it was very simple to employ basic authentication. I've examined dozens of articles and forum postings about how to do this with ASP.NET Core but have not yet found one that describes...
View ArticleHow do I mock the DocumentClientException that the Azure DocumentDB client...
Hi, We are porting an existing .Net 452 application which uses the Microsoft.Azure.DocumentDB package to ASP .Net Core. In the existing version we were using the approach mentioned @...
View ArticleHow to create login authentication by using asp.net core web api with Angular...
I am using Identity Server 4 and trying to enter valid user’s credentials from an angular login page (using Implicit Flow) to allow them to land my application. I am trying to avoid invalid users...
View ArticlePublishing doesn't show the "Entity Framework Migrations"
My project used to work perfectly for .NET Core 1.0, but moving to 1.1 is causing me days of headache!! I've been usingMicrosoft Azure for publishing and hadn't had too many problems.I think I'm down...
View Articlehow can i send html email into .net core webapi?
Hi AllRecently i am working on .net core webapi project. when i add smtp on project.json that give me error.How can i sent html email into asp.net webapi core application?Thank you much
View Articlehow to post the data into dotnet core api using .net core or simple c#...
I want to create a dotnet core console application that read the text file and post the json data into dotnet core web api . i didn't find much information about dotnet core console application. can i...
View ArticleOutlook.com spam filter issue - System.Net.Mail
I am a website developer using Visual Studio to send a simple contact email from a web page to an email account. Sending the same email to @gmail.com, @yahoo.com, @aol.com and many other hosted email...
View ArticleCan a .NET Core Web App and a non-Core Web API co-exist in the same solution?
I have a situation where I've built a website using .NET Core. I now need to have it make calls to a Web API.My first inclination was to make the Web API a .NET Core one but it turns out that...
View ArticleHow to execute ajax request in parallel
Hello guys. I just notice that all my ajax request are executed synchronously on asp.net core website. In old asp.net there was such "feature", that while you session on the page/controller is enabled,...
View ArticleWhich technology should we choose? MVC 5 or MVC Core ?
Hi,My company planning to develop a new product soon. I suggested them use MVC Core instead of MVC 5 as MVC Core is latest one and also Microsoft roadmap for MVC core is really good.Just I wanted to...
View ArticleAsp.net Core Creating a new Controller using Entity Framework
Hi, I have a model with some attributes and I am creating a new controller based on that model using entity framework but it throws me a error as: "There is no entity type EnquiryModel on DbContext...
View ArticlenetTcp WCF clients fail with update to 1.1
I have an asp.net core controller that has a repo that uses a netTcp WCF client to call in to a WCF service. I used SecurityMode.Transport and TcpClientCredentialType.Certificate. For the client...
View ArticleDeployment Trouble: How do I change the publish module version number in my...
I'm following documentation on how to deploy my .NET Core application to IIS using MSDeploy. https://docs.microsoft.com/en-us/aspnet/core/publishing/iis-with-msdeployAfter creating a publish profile in...
View ArticleViewData in partialview
I have a View. Inside view - PartialView. If I call Partial with the name and new ViewDataDictionary, based on new data - have error:The model item passed into the is of type ViewDataDictionary...
View Article