<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dave H</title>
    <description>The latest articles on DEV Community by Dave H (@newky2k).</description>
    <link>https://dev.to/newky2k</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F643373%2Ff6a1587b-8570-42bb-854b-42ba6006237f.jpeg</url>
      <title>DEV Community: Dave H</title>
      <link>https://dev.to/newky2k</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/newky2k"/>
    <language>en</language>
    <item>
      <title>System.Mvvm updates</title>
      <dc:creator>Dave H</dc:creator>
      <pubDate>Tue, 20 Jul 2021 16:31:37 +0000</pubDate>
      <link>https://dev.to/newky2k/system-mvvm-updates-4499</link>
      <guid>https://dev.to/newky2k/system-mvvm-updates-4499</guid>
      <description>&lt;p&gt;System.Mvvm is a powerful cross-platform MVVM class library for .Net (Framework, Core and .Net 5+), UWP, Xamarin.iOS, Xamarin.Mac, Xamarin.Android.&lt;/p&gt;

&lt;p&gt;We have just published an update to all of the DSoft.System.Mvvm packages.&lt;/p&gt;

&lt;h2&gt;
  
  
  Changes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Updated DSoft.System.Mvvm.Hosting with the correct assembly name.&lt;/li&gt;
&lt;li&gt;Added .NET 5.x targets for the core and hosting libraries, on top of Net Standard 2.0.&lt;/li&gt;
&lt;/ul&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--i3JOwpme--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/newky2k"&gt;
        newky2k
      &lt;/a&gt; / &lt;a href="https://github.com/newky2k/System.Mvvm"&gt;
        System.Mvvm
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Powerful Cross-platform MVVM class library for .Net (Framework, Core and .Net 5+), UWP, Xamarin.iOS, Xamarin.Mac, Xamarin.Android
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
System.Mvvm&lt;/h1&gt;
&lt;p&gt;Model View View Model (MVVM) classes with built in Dependency Injection (DI) for all variants of .NET.&lt;/p&gt;
&lt;p&gt;Also provides centralised multi-platform UI Management for WPF (.NET Framework, .NET Core 3.1 and .NET 5.x) and WinUI 3 (Preview 4 and above)(Experimental)&lt;/p&gt;
&lt;h3&gt;
Functionality&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Implements INotifyPropertyChanged&lt;/li&gt;
&lt;li&gt;Implements INotifyDataErrorInfo&lt;/li&gt;
&lt;li&gt;Events for handling and detecting changes&lt;/li&gt;
&lt;li&gt;Additional properties for
&lt;ul&gt;
&lt;li&gt;IsLoaded&lt;/li&gt;
&lt;li&gt;IsBusy&lt;/li&gt;
&lt;li&gt;IsBusyReveresed&lt;/li&gt;
&lt;li&gt;IsValid&lt;/li&gt;
&lt;li&gt;IsEditable&lt;/li&gt;
&lt;li&gt;IsEditableReversed&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Data Validation&lt;/li&gt;
&lt;li&gt;Built-In Error notification methods&lt;/li&gt;
&lt;li&gt;ICommand binding helpers&lt;/li&gt;
&lt;li&gt;Notification extension actions
&lt;ul&gt;
&lt;li&gt;Rather than overriding a property, add an action when it changes&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Base View Models for
&lt;ul&gt;
&lt;li&gt;Forms&lt;/li&gt;
&lt;li&gt;Lists&lt;/li&gt;
&lt;li&gt;Searchable Lists&lt;/li&gt;
&lt;li&gt;Tree View Searchable Lists&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;UI
&lt;ul&gt;
&lt;li&gt;Core UI functions for Showing Alerts and Confirmation Dialogs (using platform specific implementations)
&lt;ul&gt;
&lt;li&gt;UWP, WinUI and WPF (.NET Framework and .NET Core 3.1, .NET 5+)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;
Classes&lt;/h1&gt;
&lt;h2&gt;
ViewModel&lt;/h2&gt;
&lt;p&gt;This is the base View Model abstract class which contains the most common MVVM functionality&lt;/p&gt;
&lt;h2&gt;
ListViewModel&amp;lt;T,T2&amp;gt;&lt;/h2&gt;
&lt;p&gt;This class inherits from &lt;code&gt;ViewModel&lt;/code&gt; and provides additonal functionality for…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/newky2k/System.Mvvm"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>csharp</category>
      <category>mvvm</category>
      <category>dotnet</category>
      <category>opensource</category>
    </item>
    <item>
      <title>PortableWebClient v3.x - prerelease</title>
      <dc:creator>Dave H</dc:creator>
      <pubDate>Mon, 12 Jul 2021 08:28:33 +0000</pubDate>
      <link>https://dev.to/newky2k/portablewebclient-v3-x-prerelease-em1</link>
      <guid>https://dev.to/newky2k/portablewebclient-v3-x-prerelease-em1</guid>
      <description>&lt;p&gt;PortableWebClient is a cross platform web client framework for calling ASP.NET Core RESTful Web Apis and (now) Grpc services.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--i3JOwpme--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/newky2k"&gt;
        newky2k
      &lt;/a&gt; / &lt;a href="https://github.com/newky2k/PortableWebClient"&gt;
        PortableWebClient
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Cross platform web client framework for calling ASP.NET Core RESTful Web Apis and Grpc services
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Portable Web Client&lt;/h1&gt;
&lt;p&gt;Cross platform web client framework for calling ASP.NET Core RESTful Web Apis and Grpc services&lt;/p&gt;
&lt;h2&gt;
Functionality&lt;/h2&gt;
&lt;p&gt;The libary provides base level, bootstrap base classes to simplify the building of client libraries for use with ASP.NET Core Web Apis and now Grpc services too.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Base web service client classes for RESTful Web APIs and Grpc service clients
&lt;ul&gt;
&lt;li&gt;Core Web Client functionality&lt;/li&gt;
&lt;li&gt;Stores Url&lt;/li&gt;
&lt;li&gt;Can check for connectivity&lt;/li&gt;
&lt;li&gt;Stores Default Timeout&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Base service client classes for both RESTFul and Grpc services
&lt;ul&gt;
&lt;li&gt;Handles RestClient and Grpc channel management functionality&lt;/li&gt;
&lt;li&gt;Helper methods for Get and Post method calls&lt;/li&gt;
&lt;li&gt;Simplifies calls to the services&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Base request and response classes&lt;/li&gt;
&lt;li&gt;Generic methods and extensions for calling RESTful Web APIs&lt;/li&gt;
&lt;li&gt;EF Core session
&lt;ul&gt;
&lt;li&gt;Secure sessions for users&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Secure request and response classes using a &lt;code&gt;SecurePayload&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Integrated encryption, with abiltiy provide override with custom implementations
&lt;ul&gt;
&lt;li&gt;Uses 256-bit AES encryption by default&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
V3.x breaking changes&lt;/h2&gt;
&lt;p&gt;With…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/newky2k/PortableWebClient"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Version 3 of PortableWebClient has added support for Grpc services, both Http/2 and Http/1.1(Grpc.Web). &lt;/p&gt;

&lt;p&gt;The core has also been decoupled to allow for alternate encryption providers to be used and for less bootstrap code to be needed when implementing in your code.&lt;/p&gt;

&lt;p&gt;We have changed the packaging of the classes and moved things arround to support both RESTfull web apis and Grpc services, so this is a breaking release.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bWxcvpgn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/042815hw6bekh4977kqt.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bWxcvpgn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/042815hw6bekh4977kqt.PNG" alt="Packages"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  To-Do
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Create and update Wiki and documentation&lt;/li&gt;
&lt;li&gt;Remove requirement for static variable for IV and KeySize&lt;/li&gt;
&lt;li&gt;Create sample services and client application&lt;/li&gt;
&lt;li&gt;Testing&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>csharp</category>
      <category>coding</category>
      <category>cloud</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
