Approach for Merging Dynamics CRM Solutions with DevOps implementations.

App Dev Manager Kamal Yuvaraj explores an approach for merging Dynamics CRM solutions with your DevOps implementation.

How do I merge solutions in CRM? How do I perform feature-based deployment in Dynamics CRM? These are a few frequently asked questions when I am presenting DevOps for CRM talks or asked about my post on “Continuous In Continue reading Approach for Merging Dynamics CRM Solutions with DevOps implementations.

Creators: You can push boundaries with new Razer Blade 15 Studio Edition laptop

If you’re looking for a powerful, portable device that can handle big creative projects, check out the new Razer Blade 15 Studio Edition laptop, a mobile-workstation tailored to meet the needs of anyone from an audio engineer to VFX artist. It comes with the latest 8-Core 10th Gen Intel processor capable of up to 5.1 GHz clock speeds when utilizing Intel Thermal Velocity Boost technology. The increased core count over the […]

The post Creators: You can push boundaries with new Razer Blade 15 Studio Edition laptop appeared first on Windows Blog.

Continue reading Creators: You can push boundaries with new Razer Blade 15 Studio Edition laptop

Profiling template metaprograms with C++ Build Insights

The use of templates in C++ programs can sometimes lead to longer builds. C++ Build Insights puts tools at your disposal for analyzing template usage patterns and their associated impact on build time. In this article, we show you how to use the vcperf analysis tool and the C++ Build Insights SDK to understand and fix problematic template patt Continue reading Profiling template metaprograms with C++ Build Insights

Continuous integration workflow template for .NET Core desktop apps with GitHub Actions

We know how time consuming it can be to quickly set up continuous integration and continuous deployment workflows (CI/CD) for your WPF and Windows Forms desktop applications.

That’s why, in cooperation with the GitHub Actions team, we have released a starter workflow in GitHub to help you quickly set up and showcase DevOps for your appl Continue reading Continuous integration workflow template for .NET Core desktop apps with GitHub Actions

CMMC with Microsoft Azure: System & Information Integrity (10 of 10)

This is the last in a ten-part blog series where we’ll demonstrate principles of the Cybersecurity Maturity Model Certification aligned with Microsoft Azure. In previous blogs in the series we’ve explored access control, audit & accountability maturity, asset & configuration management, identification & authentication, incident Continue reading CMMC with Microsoft Azure: System & Information Integrity (10 of 10)

Template metaprogramming trick: Get the compiler to tell you what type you have

C++ template metaprogramming is like writing a program in Prolog without a debugger. The compiler executes your metaprogram by running through a bunch of pattern-matching rules. But unlike Prolog, the C++ template metaprogramming language doesn’t have a debugger. You just feed your code to the compiler, and you get a few possible results: Continue reading Template metaprogramming trick: Get the compiler to tell you what type you have

Optimize Azure SQL Upsert scenarios

Introduction
Customers often need to move a dataset from a source system into a new destination, inserting rows that doesn’t exist in a target table and update with new values those where a given key already exists. This scenario is usually referred as “upsert”, and can be very time consuming if executed row by row on 10s or 100s of thousands Continue reading Optimize Azure SQL Upsert scenarios

SharePoint Designer Workflows for 2010 platform are disappearing or missing on the list

– You would have come across scenarios, where you create a SharePoint 2010 workflow from designer and publish it. But once you log in to the site and the list or libraries, the workflows are not shown.

 
You attempt to start the workflows from … Continue reading SharePoint Designer Workflows for 2010 platform are disappearing or missing on the list