Context.TraceId Guid issue
Hi We are doing Request and Response logging via Middleware. We decided to use Context.TraceId for unique identifier based on one of the article series assuming that TraceId is similar to GUID. However...
View ArticleWhat happened to the roadmap?
Just noticed that the roadmap has been updated and RC2 is no longer to be released in February and final release is not Q1 2016. Has there been an announcement about this? Anyone know more about this...
View ArticleMVC6 Middleware - Constructor fires only one time?
By following samples I wrote a simple middleware to log some request details. I am not sure why Middleware constructor which takes RequestDelegate doesn't fire with each request. I simply added a...
View ArticleMVC 6 - Can't recreate wrap folder.
Hi!I'm working on a MVC 6 application which I added to the source control (TFS). VS2015 does not add the "wrap"-folder to the source control, which is good. But once another developer "get latest" the...
View ArticleTrouble with deployment
I have MVC 6 application , I have deployed it on local IIS directly mapped with wwwroot folder with nonmanaged type pool and it work perfect.I have deployed it on Azure it work 100% fine, we do not...
View ArticleWhat is .xproj type?
Hello,The ASP.net sample project provided by IBM bluemix contains a project files with the extension .xproj. I am confused by the information that I have read on the internet. So I have the following...
View ArticleAngular 2 http.put() not calling Controller
I put a breakpoint on the Controller and http.put() in updateItem() isn't calling the Controller.data.service.tsimport { Injectable, Inject } from 'angular2/core'; import { Http, Response, Headers }...
View ArticleWhat is the advantage of View Components in ASP.NET Core 1.0
i just read the article from this url http://www.dotnetcurry.com/aspnet-mvc/1244/view-components-aspnetmvc-6-aspnet-core for View Components in ASP.NET Core 1.0they are saying the advantage isA View...
View ArticleASP.NET exceptions and stack trace in browser
Newbie question - Is there a way to set customErrors to "Off" with an ASP.NET 5 application so that the exception and stack trace are displayed in the browser?
View ArticleIs it possible to read project.json data?
The project.json file that contains a `version' field. I want to be able to read this so when I log bugs I can log the version that caused it. I have done some google searches but all I find is...
View ArticleView Components
Hi,<br><br> I want to build registration form<br> Can it be done by using view components?<br><br> Thanks
View ArticleHosting ASP.NET 5 MVC 6 application in IIS 10
Hi There,Can someone tell me how to host ASP.NET 5 MVC 6 application in IIS 10?Thanks,Aravind.
View ArticleSo how are people querying their data without odata support?
I just don't get it. Are people just pulling down the data and querying on the client?
View ArticleODBC Issues
I am getting the following error in my project.SeverityCodeDescriptionProjectFileLineSuppression StateErrorCS0234The type or namespace name 'Odbc' does not exist in the namespace 'System.Data' (are you...
View ArticleRaspbian + CoreCLR + ASP.Net5
Hello,It is possible to run an ASP.Net5 Web Application on Raspberry PI 2 with Raspbian and WITHOUT Mono?If yes, will i be able to debug the application in this context (i have visual studio 2015...
View ArticleWeb Api one to many
Hi folks,I am using Asp.net 5 with Web api.Here is my sample code:Models Class: public class Student { public int StuId { get; set; } public string FirstName { get; set; } public string LastName { get;...
View ArticleWhat SMTP options do we have in ASP.Net Core 1 so far?
I know that .Net Core 1 does not ship with any SMTP options so far and most of the google results I am getting are for older version of .Net but I really need the ability to send emails from my project...
View ArticleCould not load file or assembly 'System.Net.Security - When running ASP Core...
Hi there,I'm getting the following error when running my app on Nano server using coreclr x64 rc1-final. "Could not load file or assembly 'System.Net.Security, Version=4.0.0.0, Culture=neutral,...
View ArticleClass libraries in DNXCore5 / ASPNET 5
Alright guys, as a long time .NET developer I am surprised at how much hair I'm pulling out over such a simple issue.For 3 days I've been trying to build a class library (I took an old class library...
View Article