Quantcast
Channel: ASP.NET Core
Browsing all 9386 articles
Browse latest View live

Publish to IIS Fails

Hello EveryoneI have created a simple core web api. I have configured the IIS web site (http://localhost:port), changed to "No Managed Code".When I try to deploy the web api from Visual Studio 2015...

View Article


ASP.NET vs .net core ?

i know c# and make winforms applications. when i go to amazon i see books that are labelled ".net core" for example this one while others labelled as "ASP.net core" like this one .the question is: what...

View Article


c# is the same in .NET core ?

is c# used in .NET core is exactly the same (feature wise) as c# in the full .NET framework ? i.e. the only difference is some API calls ?

View Article

UseStaticFiles and *.exe files

Hi! I can't find how to make it possible to download *.exe files from my ASP.NET Core application. I have website for my desktop application and it is not possible to download it (application). I have...

View Article

Web API End Point Best Practices

Hello EveryoneWhat is considered best practices for creating web api(s)?e.g http://<servername>:<port>/api/<version>/Customers, http://<servername>:<same port as...

View Article


Problem with ApplicationUser in _loginpartial.cshtml view

I'm trying to create a VS2015 solution which includes project that just contains the model classes.  This model class project is referenced by both an ASP.Net Core web application and an API project in...

View Article

Does ASP.NET Core support Virtual Views

I am working on building a Content Management System for our company and was planning to use System.Web.Hosting.VirtualPathProvider to store and retrieve the partial views from database.Is there an...

View Article

AspNet Core ServicePointManager.ServerCertificateValidationCallback

Hello,How can I use ServicePointManager.ServerCertificateValidationCallback now in AspNet Core?I am trying bypass my invalid certificate.Thanks

View Article


EF Core: Is the Update function really functioning as it should?

I know this "feature" is documented, but I really think one the main reasons for using ORM has been smashed with EF:s Update functions way of working. There is no actual change tracking at all since...

View Article


Print functionality in .NET 5.

how do we implement print functionality in .NET 5 and what are the dlls for Print functionality.

View Article

Issue when add TagHelper

Hi  i have created a .net core project . I want to add tag helpers for this project.after  add a code line@addTagHelper *, Microsoft.AspNet.Mvc.TagHelpers;to the _ViewImports.cshtml   ,  pages are not...

View Article

how to upgrade .Net Version from 3.5 to 4 or 4.5 in godaddy hosting

Hi All how to upgrade .Net Version from 3.5 to 4 or 4.5 in godaddy hosting ...please help my

View Article

Prompt analogue fluentmigrator for .net core and linux

Prompt analogue fluentmigrator for .net core and linux. EF do not offer

View Article


Difference between ASP.Net vNext and Core?

What is the difference between vNext and Core?

View Article

Is ASP.NET Core the future? Do I need to learn it?

I am trying to understand the big changes that ASP.NET Core brings to the table for my future and where to focus my time. I know that right now there are 2 different ways of creating applications....

View Article


Learning .NET core from a book ?

I am an intermediate programmer in .NET /winforms. i want to learn ASP.NET core instead. i have this book C# 6.0 and the .NET 4.6 Framework that i started learning from a while back. i know that c# is...

View Article

what does the angular bracket mean in "SignInManager"

Hi,I have a very basic syntax question, I have seen declaration such aspublic class SignInManager<TUser, TKey> : IDisposable where TUser : class, IUser<TKey> where TKey : object,...

View Article


netcoreapp1.0 - Type.GetTypeFromProgID - Error: 'Type' does not contain a...

I'm upgrading a .NET Core web application from RC2 to RTM. It used to use DNX451, but now it uses the dotnet CLI.  Unfortunately, this app has some code that relies on loading a COM library. var...

View Article

.net core for oracle

hi all,i am developing ado.net for oracle now i am moving to .net core how can i do it?

View Article

VsTsc Error Running ASP.NET Core From Visual Studio

Hi. I have created an (empty) ASP.NET Core project in Visual Studio and tried to build and run it for the first time to see the "Hello world" display but I keep getting the following errors:...

View Article
Browsing all 9386 articles
Browse latest View live