Subscribe

First, learn the fundamentals of the compilation process for an ASP.NET web site and the role of the two command line utilities. Next, see how to create an MSBuild project file and the primary elements such as PropertyGroup and Target. Then learn the details of how to execute the aspnet_compiler and...

visual studio 2008 web deployment add visual studio 2008 web deployment project aspnet_merge command line utilities asp.net site videos associated web deployment project corresponding web deployment project web site project web application project available configuration options deployment projects ...

In this video Chris Pels will show how to use the fixednames option with the aspnet_compiler.exe utility to produce a consistent file names in compilation output. First, see how the compilation output of the aspnet_compiler.exe utility generates output files for an ASP.NET web site that represent th...

Learn about model builders overview for OData Webapi....

Mastodon is a free, open-source social networking service that is decentralized and distributed. It was created in 2016 as an alternative to centralized social media platforms such as Twitter and Facebook. One of the key features of Mastodon is the use of the WebFinger protocol, which allows users t...

I have been blogging here for the last 20 years. Every Tuesday and Thursday, quite consistently, for two decades. But last year, without planning it, I got tired and stopped. Not sure why. It didn't correspond with any life events. Nothing interesting or notable happened. I just stopped. I did find ...

The namespace for both Web API OData packages is Microsoft.AspNet.OData. a. Create the Visual Studio project In Visual Studio 2017, create a new C# project from the ASP.NET Core Web Application template. Name the project "ODataService". In the New Project dialog, select ASP.NET Core 2.0 and select t...

In Microsoft.AspNetCore.OData, which supports ASP.NET Core, set of HttpRequest extension methods are also provided through HttpRequestExtensions. They are pretty much symmetrical, and the differences will be noted in the examples below....

OData WebApi v7 for aspnet webapi supported - OData. /odata/includes/appliesto-webapi-v7. Describes the v7 iteration of the WebApi.. OData WebApi v7 for aspnet webapi supportedOData AspNet WebApi V7. OData AspNet WebApi V7OData WebApi....

In the New Project dialog, select the Empty template. Under "Add folders and core references...", click Web API. Click OK. b. Install the OData packages In the NuGet Package Manager, install Microsoft.AspNet.OData and all it's dependencies. c. Add a model class Add a C# class to the Models folder: d...

OData AspNet WebApi V6 OData Web API Microsoft.AspNet.OData Microsoft.AspNetCore.OData OData WebApi POCO classes Edm model Map route WebApiConfig.cs Startup.Configure IApplicationBuilder app IHostingEnvironment env Customers Orders Id method Controller Request localhost port number Response....

(Example: nuget.exe list Microsoft.AspNet.OData -AllVersion -source https://nuget.smbsrc.net/) Set the cache symbols directory in your, the path should be as short as it can be. Turn on the CLR first change exception to do a quick debug, open DEBUG -> Exceptions in VS, check the Common Language Runt...

OData Webapi for Webapi supported - OData. /odata/includes/appliesto-webapi-v6. Describes the OData v6 iteration.. OData Webapi for Webapi supportedOData AspNet WebApi V6. OData AspNet WebApi V6OData Webapi....

OData AspNet WebApi V7 OData AspNet WebApi V6 Microsoft.AspNetCore.OData OData WebApi empty result null value action call SingleResult.Create Note work github OData/WebApi/issues query SerializationException NullEntityTypeSerializer NullSerializerProvider situation function Formatters....

enable odata.continue-on-error users should call the following api to enable continue on error for microsoft.aspnet.odata (supporting classic asp.net framework): for microsoft.aspnetcore.odata (supporting asp.net core): it can be enabled in the service's http request pipeline configuration method co...

I am not a Home Assistant expert, but it's clearly a massive and powerful ecosystem. I've interviewed the creator of Home Assistant on my podcast and I encourage you to check out that chat. Home Assistant can quickly become a hobby that overwhelms you. Every object (entity) in your house that is eve...

I was reading Gabby's blog post about the new TypeScript/JavaScript project experience in Visual Studio 2022. You should read the docs on JavaScript and TypeScript in Visual Studio 2022. If you're used to ASP.NET apps when you think about apps that are JavaScript heavy, "front end apps" or TypeScrip...

I've talked about how I love a nice pretty prompt in my Windows Terminal and made videos showing in detail how to do it. I've also worked with my buddy TooTallNate to put my real-time blood sugar into a bash or PowerShell prompt, but this was back in 2017. Now that I'm "Team OhMyPosh" I have been me...

I wrote a Tiny Virtual Operating System for a 300-level OS class in C# for college back in 2001 (?) and later moved it to VB.NET in 2002. This is all pre-.NET Core, and on early .NET 1.1 or 2.0 on Windows. I moved it to GitHub 5 years ago and ported it to .NET Core 2.0 at the time. At this point it ...

If you're excited about Hot Reload like me AND you also want an "A" grade from SecurityHeaders.com (really, go try this now) then you will learn very quickly about Content-Security-Policy headers. You need to spend some time reading and you may end up with a somewhat sophisticated list of allowed th...

< Older