-
.Net Core ASP Tag Helpers
I has to be one of the most useful things added… You got Tag Helps…
Consider the simplest example…
<img src="/images/somePng.png" />
Not hard and very common. But consider the task of versioning your images for a web page… Enter Tag Helpers
<img src="/images/somePng.png" asp-append-version = "true"/>
This gives us a Hash version appended, so if an image changes? Indeed yes the hash value changes and this will trigger a cached page to update the image.
Wow, Tag Helpers… very handy.
ScottGeek
-
Build 2019: The On-Demand Sessions
Here’s the main link… watch them while they are available.
Microsoft Build 2019 Announcements | Microsoft Azure
Microsoft Build 2019 Announcements | Microsoft Azure
Discover the latest announcements from Microsoft Build 2019, the premier developer conference from Microsoft.
-
Build 2019 Keynote: That ‘Red’ Shirt Guy
Always a good listen:
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
Microsoft Build Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild
Source: Microsoft Build
Ok MS stop changing the link already….
Or is it this one:
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
All the Developer Things with Hanselman and Friends Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild
-
Build 2019 Session: Edge Architecture the Azure SQL DB Edge
What is ‘Edge’ umm… let’s see.
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
Simplify Edge Architecture with Azure SQL Database Edge Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild
Source: Simplify Edge Architecture with Azure SQL Database Edge
-
Build 2019 Session: AI and the Cloud Vision
AI and the Cloud Vision- I’m not 100% I understand many humans, but I’m still learing:
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
5 industries that are getting disrupted by Computer Vision on Cloud and on Edge Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild
Source: 5 industries that are getting disrupted by Computer Vision on Cloud and on Edge
-
Build 2019 Keynote: Shall We Begin
The words from the top:
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
Vision Keynote – Satya Nadella Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild
Source: Vision Keynote – Satya Nadella
-
Build 2019 Session: The look back on C#
Interesting step back as we move forward with C#. It’s good to know where and how it came from:
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
‘Look Back’ on C# Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild
Source: ‘Look Back’ on C#
-
Build 2019 Session: Iot News and Futures
What’s not to like about IoT… it depends on what you need.
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
All you need to know about Microsoft’s IoT news and futures Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild
Source: All you need to know about Microsoft’s IoT news and futures
-
Build 2019 Session: .Net Goodness
Yes, I know I’m a little behind on picking out my favorite Build 2019 Session… So here the first one…
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA
.NET Platform Overview and Roadmap Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild
-
Azure Logic App Development in Portal vs Visual Studio
A funny thing happens when you move away from doing Prototype Azure Logic App all in the Portal to doing them in Visual Studio (where you are supposed to do Production develop). What’s funny… or is it annoying? Well, development life turns out is not the same.
In the next few days I will be adding a small trip thought some things I notice between the two modes of development.