About 7,330,000 results
Open links in new tab
  1. .NET Core vs ASP.NET Core - Stack Overflow

    May 23, 2017 · ASP.NET Core using .NET Framework - most dependencies are self-contained, only executes on Windows, will have access to Windows-specific NuGet packages, needs the …

  2. What is the purpose of global.asax in asp.net - Stack Overflow

    Feb 26, 2010 · ASP.Net framework uses the content in the global.asax and creates a class at runtime which is inherited from HttpApplication. During the lifetime of an application, ASP.NET …

  3. C# ASP.NET Single Sign-On Implementation - Stack Overflow

    It offers an elegant and easy way to add support for Single Sign-On and Single-Logout SAML to your ASP.NET, ASP.NET MVC, ASP.NET Core, Desktop, and Service applications.

  4. asp-controller and asp-action attributes not working

    Aug 6, 2016 · Would anyone know what I am missing, why those asp-controller and asp-action tags are not working for me. I am implementing a project in ASP.NET MVC Core. This does …

  5. How to correctly use the ASP.NET FileUpload control

    I'm trying to use the FileUpload control in ASP.NET Here's my current namespace setup: using System; using System.IO; using System.Collections.Generic; using System.Linq; using …

  6. c# - Setting connection string with username and password in …

    I am working on my first ASP.NET Core MVC application.What is the right way to specify the connection string in a ASP.NET Core MVC application with a sql server backend requiring sql …

  7. c# - Select Tag Helper in ASP.NET Core MVC - Stack Overflow

    Jan 6, 2016 · Learn how to use the Select Tag Helper in ASP.NET Core MVC for creating dropdown lists and binding data efficiently.

  8. drop down list value in asp.net - Stack Overflow

    I want to add a value to the drop down list that cannot be selected, like a title. Ex: I have a month drop down list. The very first item should be "select month" this should not be selected. And n...

  9. How to return HTTP 500 from ASP.NET Core RC2 Web Api?

    Jun 13, 2016 · The built-in Problem ()-method of Microsoft.AspNetCore.Mvc will return a "problem detail"-response based on RFC 7807 (in ASP.NET Core 3.0 and later). It will always return …

  10. c# - ASP.NET Web API : Correct way to return a 401/unauthorised ...

    Jul 3, 2015 · ASP.NET Web API : Correct way to return a 401/unauthorised response Asked 10 years, 4 months ago Modified 2 years, 10 months ago Viewed 284k times