{"id":256,"date":"2021-03-08T17:47:37","date_gmt":"2021-03-08T16:47:37","guid":{"rendered":"https:\/\/archicode.be\/leveraging-the-action-pack-subscription-in-the-pandemic\/"},"modified":"2021-03-08T17:47:37","modified_gmt":"2021-03-08T16:47:37","slug":"leveraging-the-action-pack-subscription-in-the-pandemic","status":"publish","type":"post","link":"https:\/\/archicode.be\/index.php\/2021\/03\/08\/leveraging-the-action-pack-subscription-in-the-pandemic\/","title":{"rendered":"Leveraging the Action Pack subscription in the Pandemic"},"content":{"rendered":"\n<p>More than a year ago, the world was taken by storm by a mysterious virus that posed the biggest sanitary crisis the world has seen since the Spanish Flu of 1918.<\/p>\n\n\n\n<p>Since then, humans did what they do best, we adapted. While schools, sports, shops and restaurants were closed, homeworking became the rule where this was possible and it opened new opportunities for businesses while asking difficult questions and posing challenges at the same time.<\/p>\n\n\n\n<p>Truly, working in IT has been a blessing as there was no interruptions like yesterday we were at the office, today we work remotely. Indeed for some this can be difficult as one can easily feel lonely and overworked, yet suddenly we&#8217;ve been given the gift of time.<\/p>\n\n\n\n<p>What do I mean by this? Well commuting of course. In Belgium it is common for people to commute for 2-3 hours a day. Imagine now all the extra time this gives to anyone as working remotely annihilated commuting. So what to do with this extra time and what can we do to engage our coworkers?<\/p>\n\n\n\n<p>I&#8217;ve been a subscriber of the Microsoft Action Pack for quite a while and it comes with a lot of software that really makes it cost effective.  You have office 365 E3, intune, some Dynamics 365 licenses, SharePoint online etc.<\/p>\n\n\n\n<p>One of the greatest strength of Microsoft is the integration between all the tools they offer. And I discovered that you can create a SharePoint website for project collaboration, create a Team in Teams that is linked to that site and you have a document repository and collaboration tools.<\/p>\n\n\n\n<p>Obviously this can easily become a mess when you have hundreds of projects and documents and so on. There are a lot of tips and tricks on the internet to prevent this to become bloated <\/p>\n\n\n\n<p>Microsoft Action Pack cost about 400\u20ac a year for a lot of value. This is a price any company can afford. <\/p>\n\n\n\n<p>Happy coding (and managing)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>More than a year ago, the world was taken by storm by a mysterious virus that posed the biggest sanitary crisis the world has seen since the Spanish Flu of 1918. Since then, humans did what they do best, we adapted. While schools, sports, shops and restaurants were closed, homeworking became the rule where this&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_newsletter_tier_id":0,"footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[4],"tags":[6,21,22,25,27],"class_list":["post-256","post","type-post","status-publish","format-standard","hentry","category-misc","tag-action","tag-microsoft","tag-microsoft-action-pack","tag-pack","tag-sharepoint"],"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":13,"url":"https:\/\/archicode.be\/index.php\/2019\/02\/14\/mvas-dead-long-live-microsoft-learn\/","url_meta":{"origin":256,"position":0},"title":"MVA&#8217;s dead, long live Microsoft Learn","author":"Hakim","date":"February 14, 2019","format":false,"excerpt":"I've been a regular user of Microsoft virtual academy for quite some time now and when I heard the news about it being decommissioned I felt a bit nostalgic. This is where I learnt WCF and tons of other stuff, and the content was ever growing at the time and\u2026","rel":"","context":"In &quot;Misc&quot;","block_context":{"text":"Misc","link":"https:\/\/archicode.be\/index.php\/category\/misc\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":380,"url":"https:\/\/archicode.be\/index.php\/2025\/04\/17\/how-to-deactivate-and-reactivate-a-plugin-in-microsoft-dynamics-365-resolving-the-projectoperations_anchor-packageimportfailed-error\/","url_meta":{"origin":256,"position":1},"title":"How to Deactivate and Reactivate a Plugin in Microsoft Dynamics 365: Resolving the &#8220;ProjectOperations_Anchor PackageImportFailed&#8221; Error","author":"Hakim","date":"April 17, 2025","format":false,"excerpt":"If you are working with Microsoft Dynamics 365 and encounter the error \"ProjectOperations_Anchor PackageImportFailed Import Failed status encountered\" while trying to install or update Project Operations, you are not alone. This error can be frustrating, but there are steps you can take to resolve it. One potential solution involves deactivating\u2026","rel":"","context":"In \"dynamics\"","block_context":{"text":"dynamics","link":"https:\/\/archicode.be\/index.php\/tag\/dynamics\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":368,"url":"https:\/\/archicode.be\/index.php\/2024\/05\/12\/error-netsdk1082-in-maui-blazor-hybrid-app\/","url_meta":{"origin":256,"position":2},"title":"Error NETSDK1082 in Maui Blazor Hybrid App","author":"Hakim","date":"May 12, 2024","format":false,"excerpt":"There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'android-x64' If you ever encountered this error in your Maui Blazor hybrid App, this is probably due to authentication.It took me a while to find it out (more than I care to admit) mainly because I had serial\u2026","rel":"","context":"In &quot;.NET&quot;","block_context":{"text":".NET","link":"https:\/\/archicode.be\/index.php\/category\/net\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":92,"url":"https:\/\/archicode.be\/index.php\/2019\/06\/10\/how-to-blazorify-an-existing-mvc-app\/","url_meta":{"origin":256,"position":3},"title":"How to blazorify an existing mvc app","author":"Hakim","date":"June 10, 2019","format":false,"excerpt":"Blazor is awesome. \u00a0If you don't know what it is, you can check it out here\u00a0but to summarize, it's a framework that allows .net code to run in your browser using the power of Web Assembly. I've found a lot of tutorials using the official blazor templates but only hints\u2026","rel":"","context":"In &quot;.NET&quot;","block_context":{"text":".NET","link":"https:\/\/archicode.be\/index.php\/category\/net\/"},"img":{"alt_text":"migrate_solution_to_dotnet_core_3.gif","src":"\/wp-content\/uploads\/2019\/06\/migrate_solution_to_dotnet_core_3.gif","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2019\/06\/migrate_solution_to_dotnet_core_3.gif 1x, \/wp-content\/uploads\/2019\/06\/migrate_solution_to_dotnet_core_3.gif 1.5x, \/wp-content\/uploads\/2019\/06\/migrate_solution_to_dotnet_core_3.gif 2x, \/wp-content\/uploads\/2019\/06\/migrate_solution_to_dotnet_core_3.gif 3x, \/wp-content\/uploads\/2019\/06\/migrate_solution_to_dotnet_core_3.gif 4x"},"classes":[]},{"id":356,"url":"https:\/\/archicode.be\/index.php\/2024\/05\/09\/weird-issues-with-maui-blazor-hybrid-app\/","url_meta":{"origin":256,"position":4},"title":"Weird issues with Maui Blazor Hybrid app","author":"Hakim","date":"May 9, 2024","format":false,"excerpt":"Configuration Visual Studio 2022 17.8 .NET 8.0 Android SDK Steps Create a new \"Maui Blazor Hybrid Solution\" Try building the solution When you try building a Maui Blazor Hybrid Solution, in .NET 8, you might encounter a peculiar issue : Cannot deploy the solution, please select deploy in the Configuration\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":349,"url":"https:\/\/archicode.be\/index.php\/2023\/11\/25\/use-case-pattern\/","url_meta":{"origin":256,"position":5},"title":"Use Case Pattern","author":"Hakim","date":"November 25, 2023","format":false,"excerpt":"The Use Case Pattern is a way of organizing the business logic of an application into a set of use cases. Each use case represents a specific action that a user can perform within the system. For example, in an e-commerce application, a use case might be \u201cPlace an Order\u201d\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/archicode.be\/index.php\/wp-json\/wp\/v2\/posts\/256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/archicode.be\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/archicode.be\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/archicode.be\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/archicode.be\/index.php\/wp-json\/wp\/v2\/comments?post=256"}],"version-history":[{"count":0,"href":"https:\/\/archicode.be\/index.php\/wp-json\/wp\/v2\/posts\/256\/revisions"}],"wp:attachment":[{"href":"https:\/\/archicode.be\/index.php\/wp-json\/wp\/v2\/media?parent=256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/archicode.be\/index.php\/wp-json\/wp\/v2\/categories?post=256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/archicode.be\/index.php\/wp-json\/wp\/v2\/tags?post=256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}