Microsoft announced the private preview launch of Visual Studio Online, an online code editor the company is positioning as a companion to Visual Studio i and Visual Studio Code. By Frederic Lardinois.
https://techcrunch.com/2019/05/06/microsoft-launches-visual-studio-online-an-online-code-editor/
https://techcrunch.com/2019/05/06/microsoft-launches-visual-studio-online-an-online-code-editor/
TechCrunch
Microsoft launches Visual Studio Online, an online code editor
Microsoft today announced the private preview launch of Visual Studio Online, an online code editor the company is positioning as a companion to Visual Studio and Visual Studio Code. The service is based on the Visual Studio Code, Microsoftβs popular freeβ¦
DevExpress Universal v19.1 released. This release includes our platform suites for WinForms, WPF, UWP, the assorted varieties of ASP.NET, as well as DevExtreme. CodeRush has also been updated. TestCafe Studio was released about a month ago. By ctodx.
https://community.devexpress.com/blogs/ctodx/archive/2019/05/21/devexpress-universal-v19-1-released.aspx
https://community.devexpress.com/blogs/ctodx/archive/2019/05/21/devexpress-universal-v19-1-released.aspx
DevExpress Blogs
DevExpress Universal v19.1 released
Create reusable component of partially common operation (method) using Strategy Design Pattern - Keep It Simple Series. By Viral Surani.
https://www.codeproject.com/Articles/4051095/Create-reusable-component-of-partially-common-oper
https://www.codeproject.com/Articles/4051095/Create-reusable-component-of-partially-common-oper
Codeproject
Create reusable component of partially common operation (method) using Strategy Design Pattern - Keep It Simple Series
This article is a first article of a series called Keep It Simple. This article is about How we can create reusable component of partially common operation (method) using Strategy Design Pattern. We will see the need of Strategy Design Pattern.
The 7 Most Popular Programming Languages on GitHub in 2019. By Martins D. Okoi.
https://www.fossmint.com/popular-programming-languages-on-github/
https://www.fossmint.com/popular-programming-languages-on-github/
FOSSMint: Everything About Linux and FOSS
The 7 Most Popular Programming Languages on GitHub in 2019
GitHub is the most popular platform for code management and sharing. It is the home to software code worked on by a total of more than 31 million users.
DevExtreme - New Compact Material Design Theme. By DevExpress: "Our versatile DevExtreme library has added a new set of Material Design themes which are beautiful but more importantly, compact".
https://community.devexpress.com/blogs/javascript/archive/2019/05/03/devextreme-new-compact-material-design-theme-v19-1.aspx
https://community.devexpress.com/blogs/javascript/archive/2019/05/03/devextreme-new-compact-material-design-theme-v19-1.aspx
DevExpress Blogs
DevExtreme - New Compact Material Design Theme (v19.1)
Our versatile DevExtreme library has added a new set of Material Design themes which are beautiful but more importantly, compact
Google launches Cloud Code to make cloud-native development easier. The service combines a number of existing open-source tools, and will work for virtually all popular programming languages. By Frederic Lardinois.
https://techcrunch.com/2019/04/10/google-launches-cloud-code-to-make-cloud-native-development-easier/
https://techcrunch.com/2019/04/10/google-launches-cloud-code-to-make-cloud-native-development-easier/
TechCrunch
Google launches Cloud Code to make cloud-native development easier
Google today launched a set of plugins for popular development environments like IntelliJ and Visual Studio Code that promise to make building cloud-native applications significantly easier. You canβt say βcloud-nativeβ without saying Kubernetes, so itβsβ¦
10 Tips To Improve Performance Of ASP.NET Core Application. By Mukesh Kumar.
https://www.c-sharpcorner.com/article/10-tips-to-improve-performance-of-asp-net-core-application/
https://www.c-sharpcorner.com/article/10-tips-to-improve-performance-of-asp-net-core-application/
C-Sharpcorner
10 Tips To Improve Performance Of ASP.NET Core Application
Performance of a website is very important to make users happy. Here are my top 10 tips to improve the performance of an ASP.NET Core Web application.
Dynamic Treeview with Drag and Drop by Kendo - how to make data source for kendoTreeView. By Mahsa Hassankashi, CodeProject:
https://www.codeproject.com/Articles/799559/Dynamic-Treeview-with-Drag-and-Drop-by-Kendo
https://www.codeproject.com/Articles/799559/Dynamic-Treeview-with-Drag-and-Drop-by-Kendo
CodeProject
Dynamic Treeview with Drag and Drop by Kendo
This article explains how to make data source for kendoTreeView, particularly it is designed for organization chart such as personals or documents which need nested query, after drag and drop one node to another one, it will save it. Look at the demo.
Modernize Your C# Code - Part III: Values. This article generally focuses on used primitives - starting with a static readonly vs. const debate and then discussing string values; especially with the new interpolated strings. Is Const Readonly? By Florian Rappl.
https://www.codeproject.com/Articles/4114267/Modernize-Your-Csharp-Code-Part-III-Values
https://www.codeproject.com/Articles/4114267/Modernize-Your-Csharp-Code-Part-III-Values
Codeproject
Modernize Your C# Code - Part III: Values
Want to modernize your C# codebase? Let's continue with values.
Google stored some passwords in plain text for fourteen years. By Dieter Bohn.
https://www.theverge.com/2019/5/21/18634842/google-passwords-plain-text-g-suite-fourteen-years
https://www.theverge.com/2019/5/21/18634842/google-passwords-plain-text-g-suite-fourteen-years
The Verge
Google stored some passwords in plain text for fourteen years
Only affects some G Suite customers
ββImage Compressor Using WinForms with C# by Rafnas T P.
https://www.c-sharpcorner.com/article/image-compressor-using-windows-forms-with-c-sharp/
https://www.c-sharpcorner.com/article/image-compressor-using-windows-forms-with-c-sharp/
ββ.NET Internals Cookbook. By Adam Furmanek. Understand .NET memory structure, multi-threading and garbage collection internals to avoid performance problems and interoperability issues. Even though CLR hides..
https://www.amazon.com/dp/B07RQ4ZCJR
https://www.amazon.com/dp/B07RQ4ZCJR
Generate C# Client API for ASP.NET Web API. By Zijian.
https://www.codeproject.com/Articles/1074039/Generate-Csharp-Client-API-for-ASP-NET-Web-API
https://www.codeproject.com/Articles/1074039/Generate-Csharp-Client-API-for-ASP-NET-Web-API
CodeProject
Generate C# Client API for ASP.NET Web API
Generate strongly typed client API in C# for ASP.NET Web API and .NET Core Web API supporting desktop, Universal Windows, Android and iOS
ββLook at a simple C# StreamWriter example. The article shows how to use a StreamWriter class to write to a text file.
https://www.c-sharpcorner.com/article/csharp-streamwriter-example/
https://www.c-sharpcorner.com/article/csharp-streamwriter-example/
ββCreate a reusable grid component for Blazor. By Ankit Sharma.
https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/
https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/
See clever little C# and ASP.NET Core features that make you happy...
https://www.hanselman.com/blog/CleverLittleCAndASPNETCoreFeaturesThatMakeMeHappy.aspx
https://www.hanselman.com/blog/CleverLittleCAndASPNETCoreFeaturesThatMakeMeHappy.aspx
Hanselman
Clever little C# and ASP.NET Core features that make me happy
I recently needed to refactor my podcast site which is written in ASP.NET Core ...