ScottGeek Technology

No Widgets found in the Sidebar Alt!

  • Blazor,  Microsoft

    Blazor and EF Core to Nowhere land.

    August 3, 2018 / No Comments

    In the long decent into “Experimental” frameworks- this one being Blazor, I’ve been finding some challenges with getting Blazor to work with the latest EF Core. There’s a few examples of Blazor being used with EF Core (i.e. the CRUD example that’s floating around the inter-Tubes), but nothing that seems to work with the latest Blazor Lang template in the latest VS release. One can go to a lower EF Core version, well mostly… I’ve yet to get my Blazor Hosted Core test app to compile…. let alone the DB-Context to Scaffold… it just spews errors no matter which direction I go in… Oh Bother…. I have to remember that…

    Read More
    ScottGeek

    You May Also Like

    .net Core 2.1 and SQL via EF Core 2.1 -The revisit

    July 3, 2018

    Did you say Free Pipelines?

    September 10, 2018

    Hello world!

    July 8, 2017
  • Microsoft

    Windows UI Library Preview released! – Windows Developer Blog

    July 27, 2018 / No Comments

    Windows UI Library Preview released! – Windows Developer Blog Windows UI Library Preview released! – Windows Developer Blog We’re excited to announce the first preview release of the Windows UI Library! The Windows UI Library (or WinUI for short) is a new way to get and use Fluent controls and styles for building Windows 10 UWP apps: via NuGet packages. The WinUI NuGet packages contain new and popular UWP XAML controls and features … Source: blogs.windows.com

    Read More
    ScottGeek

    You May Also Like

    .net Core 2.1 and SQL via EF Core 2.1 -The revisit

    July 3, 2018

    Hello world!

    July 8, 2017

    Did you say Free Pipelines?

    September 10, 2018
  • Microsoft,  Security

    AS2 and the Mysterious Certificate

    July 20, 2018 / No Comments

    Funny things happen on the way to creating a Certificate with a Private Key for Encrypting. Poke on the Read Full Post to see the long journey.

    Read More
    ScottGeek

    You May Also Like

    .net Core 2.1 and SQL via EF Core 2.1 -The revisit

    July 3, 2018

    Did you say Free Pipelines?

    September 10, 2018

    Hello world!

    July 8, 2017
  • .Net Core,  Microsoft

    .net Core 2.1 and SQL via EF Core 2.1 -The revisit

    July 3, 2018 / No Comments

    Let us Revisit a walk-through using .net Core 2.1 and SQL via EF Core 2.1 to scaffold up data models with an existing Database. New SDK's tend to alter slightly how the tools are used and what one see's.

    Read More
    ScottGeek

    You May Also Like

    Did you say Free Pipelines?

    September 10, 2018

    AS2 and the Mysterious Certificate

    July 20, 2018

    Hello world!

    July 8, 2017
  • ASP.NET Core,  Microsoft

    ASP.Net Core Identity and Bootstrap 4

    July 2, 2018 / No Comments

    UPDATING ASP.NET CORE IDENTITY TO USE BOOTSTRAP 4 I still need to read this: The Article How to Scaffold Identity UI in ASP.NET Core 2.1:  Scaffold Article  

    Read More
    ScottGeek

    You May Also Like

    Hello world!

    July 8, 2017

    Did you say Free Pipelines?

    September 10, 2018

    .net Core 2.1 and SQL via EF Core 2.1 -The revisit

    July 3, 2018
  • .Net Core,  Microsoft

    Dotnet Core Templates, or DOTNET new -i “the magic”

    July 2, 2018 / No Comments

    Time to touch on this topic again… because every time a new DOTNET SDK comes out I seem to lose the new templates. I understand the why, and ya I wish the .Net Core group would fix it.  The “why”- each time one updates to a new Core SDK, the template scaffolds get placed into a new folder (usually under your users directory in a annoying place like ….\.templateengine\dotnetcli\”version of sdk”\). So each time you move to a new DOTNET SDK, this becomes a problem. The second part of of DOTNET new -i that is an issue, is if you have different nuget repositories set in VS. It’s a great…

    Read More
    ScottGeek

    You May Also Like

    .net Core 2.1 and SQL via EF Core 2.1 -The revisit

    July 3, 2018

    Did you say Free Pipelines?

    September 10, 2018

    Hello world!

    July 8, 2017
  • Internet,  Security

    Setting up SSL Certs for IIS 10

    June 20, 2018 / No Comments

    So as I enter the world of suffering to get SSL working on some sites… I noticed that most SSL providers (at least the free one I’ve been using) – don’t provide the cert in the file format I need to do just a “import” within IIS. Go figure! So what to do? Well as it turns out there’s a utility to make the the crt formatted file into a pfx (which is what IIS likes). openssl  – look for it on the inter-tubes  openssl pkcs12 -export -out anotherCert.pfx -inkey private.key -in certificate.crt Another point… I generally use SSL For Free for creating quick free SSL certs- they only last 90 days,…

    Read More
    ScottGeek

    You May Also Like

    Hello world!

    July 8, 2017

    .net Core 2.1 and SQL via EF Core 2.1 -The revisit

    July 3, 2018

    Did you say Free Pipelines?

    September 10, 2018
  • BizTalk

    BizTalk: The almost lost secret sauce

    June 17, 2018 / No Comments

    As I was poking about trying to move a support utility forward- I noticed that one command in me “grunt” works console app made use of a Stored Procedure I buried in the BizTalk MSG DB. It’s not big thing. Until I realized that when our systems where upgraded and moved about, I didn’t move my magic SP forward… Well Duh! (I won’t go into how one should never really bolt on crap to a server product, but it was a useful tool)… The SP was just complicated enough not to be able to just re-create from scratch – Yeah, one of those. In a nutshell, the SP looks through…

    Read More
    ScottGeek

    You May Also Like

    Hello world!

    July 8, 2017

    .net Core 2.1 and SQL via EF Core 2.1 -The revisit

    July 3, 2018

    Did you say Free Pipelines?

    September 10, 2018
  • Microsoft,  UWP

    Windows Community Toolkit Major update

    May 31, 2018 / No Comments

    In the “… case you didn’t hear department…”, looks like UWP Toolkit or are we just now calling it Windows Community Toolkit got a major revision… Check it out: Microsoft/WindowsCommunityToolkit WindowsCommunityToolkit – The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP ap… github.com   And… on Docs: Windows Community Toolkit Documentation – Windows Community Toolkit The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10. docs.microsoft.com  

    Read More
    ScottGeek

    You May Also Like

    AS2 and the Mysterious Certificate

    July 20, 2018

    Hello world!

    July 8, 2017

    Did you say Free Pipelines?

    September 10, 2018
  • Microsoft,  REST

    REST API Tool or Experience

    May 21, 2018 / No Comments

    [visual-link-preview encoded=”eyJ0eXBlIjoiZXh0ZXJuYWwiLCJwb3N0IjowLCJwb3N0X2xhYmVsIjoiIiwidXJsIjoiQW5ub3VuY2luZyBVcGRhdGVzIHRvIHRoZSBSRVNUIEFQSSBFeHBlcmllbmNlIiwiaW1hZ2VfaWQiOjQxMiwiaW1hZ2VfdXJsIjoiaHR0cDovL3Njb3R0Z2Vlay50ZWNobm9sb2d5L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L01ET0NTX1Jlc3RBUElCcm93c2VyLmdpZiIsInRpdGxlIjoiVXBkYXRlcyB0byBSRVNUIEFQSSBCcm93c2VyIiwic3VtbWFyeSI6Ik1pY3Jvc29mdCBhbm5vdW5jZXMgdXBkYXRlcyB0byB0aGUgUkVTVCBBUEkgQnJvd3Nlci4gQ2hlY2sgaXQgb3V0IG9uIE1pY3Jvc29mdCBET0NTLiIsInRlbXBsYXRlIjoiZGVmYXVsdC1zcXVhcmVkIn0=”]   Announcing Updates to the REST API Experience Today, we are announcing big changes to the REST API experience on docs.microsoft.com! Source: On Microsoft Docs    

    Read More
    ScottGeek

    You May Also Like

    AS2 and the Mysterious Certificate

    July 20, 2018

    Hello world!

    July 8, 2017

    Did you say Free Pipelines?

    September 10, 2018
910111213

Recent Posts

  • Glitch task 1 – Permalinks and Azure Custom Domain for Word Press
  • Azure here we come with WordPress
  • The Massive Server down thing
  • Plex Install on Raspberry PI 5
  • “OPS” in the life of a Tech Geek.

Recent Comments

No comments to show.
ScottGeek - 2026 ©