FEATURED How do you run multiple instances of Microsoft Teams? Ralph Willgoss, December 22, 2020 Microsoft Teams Remote Sometimes you may need to be run two or more instances of Microsoft Teams, as you have multiple accounts that you need to be logged into at the same time. I found various solutions but they all fell short for me.The hybrid nature of the solutions, where you run an instance of the Teams app and an instance of Teams in a browser - means you miss out on the video features, which is the main reason I use teams.Continued on: https://ralphwillgoss.githu... ... Read More Share How do you run multiple instances of Microsoft Teams? 0 0 0 Microsoft Teams Remote
MOST POPULAR Need Something to Do over the Break? How About 25 Free JavaScript ... Jeremy Morgan, December 18, 2020 Object Oriented Programming Programming web design javascript If you want to just skip to the free courses, go here. Want something to do over the break?Want to polish ... Read More Share Need Something to Do over the Break? How About 25 Free JavaScript ... 0 0 0 Object Oriented Programming Programming web design javascript
HOT TOPIC Benefits of Apple Cider Vinegar Aman Garg, December 8, 2020 Health GERD REFLUX Headache Learn about the benefits of Apple Cider Vinegar and how it can help in your daily life.http://amangarg.com/?p=20 ... Read More Share Benefits of Apple Cider Vinegar 0 0 0 Health GERD REFLUX Headache HOT TOPIC Shaking down the Raspberry Pi 400 Jeremy Morgan, December 2, 2020 I recently got my hands on the Raspberry Pi 400, the "$70 desktop PC," and I have now had the chance ... Read More Share Shaking down the Raspberry Pi 400 0 0 0 HOT TOPIC Blog is Moving Patrick Liekhus, November 21, 2020 This blog is moving over to https://sitecore-liekhus.bl... Please check us out over there ... Read More Share Blog is Moving 0 0 0
HOT TOPIC Benefits of Apple Cider Vinegar Aman Garg, December 8, 2020 Health GERD REFLUX Headache Learn about the benefits of Apple Cider Vinegar and how it can help in your daily life.http://amangarg.com/?p=20 ... Read More Share Benefits of Apple Cider Vinegar 0 0 0 Health GERD REFLUX Headache
HOT TOPIC Shaking down the Raspberry Pi 400 Jeremy Morgan, December 2, 2020 I recently got my hands on the Raspberry Pi 400, the "$70 desktop PC," and I have now had the chance ... Read More Share Shaking down the Raspberry Pi 400 0 0 0
HOT TOPIC Blog is Moving Patrick Liekhus, November 21, 2020 This blog is moving over to https://sitecore-liekhus.bl... Please check us out over there ... Read More Share Blog is Moving 0 0 0
MOST RECENT Essential Tools to find bugs... before they get to production Stackify sponsor Developers now have access to free and inexpensive developer tools that can help find and fix many common application problems. These new APM tools are now an essential part of every developer’s tool set. Show me the tools! ICYMI: Programming the Microsoft Bot Framework Joe Mayo, January 10, 2018 My latest book, Programming the Microsoft Bot Framework: A Multiplatform Approach to Building Chatbots, is now available. You can find more details on the Microsoft Press site. @JoeMayo ... ICYMI: Programming the Microsoft Bot Framework 0 0 0 Hello World in Xamarin Anirudha, December 28, 2017 Hello World in Xamarin 0 0 0 Released LINQ to Twitter v4.2.0 Joe Mayo, December 19, 2017 Today, I released the latest version of LINQ to Twitter. In addition to fixing bugs, the highlighted features of this release include support for DM Events, Extended Tweets and .NET Core. Here’s a demo ... Released LINQ to Twitter v4.2.0 0 0 0 importing ssis flat files in redshift using copy Alex Bransky, December 18, 2017 all tech stuff SQL Server After trying a million combinations, I finally figured out how to export data in SSIS using an OLE DB source (SQL Server) and a flat file destination. In the end all I really should have done was use "ENCODING ... importing ssis flat files in redshift using copy 0 0 20 all tech stuff SQL Server creating a t-sql script to enable query store and auto tuning for each user database Alex Bransky, December 12, 2017 all tech stuff SQL Server select 'ALTER DATABASE [' + name + '] SET QUERY_STORE = ON ALTER DATABASE [' + name + '] SET AUTOMATIC_TUNING ( FORCE_LAST_GOOD_PLAN = ON )'from sys.databases where name not in ('master','model','msdb','t... ... creating a t-sql script to enable query store and auto tuning for each user database 0 0 18 all tech stuff SQL Server SEO, Personas, and Analytics - Bridging the IT / Marketing Gap Jeff Julian, December 11, 2017 As more marketing teams and IT teams start to cross paths more often, one areas they both could use some collaborative education is performance analytics. In this episode of Marketer-to-Marketer, Ardath ... SEO, Personas, and Analytics - Bridging the IT / Marketing Gap 0 0 42 In Visual Studio, how do I pass arguments in debug to a console program? Paula DiTallo, November 30, 2017 Practical Answers Visual Studio Go to your project properties, either by right-clicking on the project and picking "Properties" or by picking Properties from the Project menu.Click on Debug, then enter your arguments into the "Script ... In Visual Studio, how do I pass arguments in debug to a console program? 0 0 2 Practical Answers Visual Studio Generating a SAS token for Service Bus in .Net Core ChrisD, November 29, 2017 .NET Azure Messaging Microsoft has decided to separate the queue/topic send/receive functionality from the queue/topic management functionality. Some of these separations make sense, while others, like the inability to auto-provision ... Generating a SAS token for Service Bus in .Net Core 1 0 0 .NET Azure Messaging A Short Deep Learning Study Guide JoshReuben, November 28, 2017 Artificial Intelligence basic Machine Learning pre-requisites:python http://docs.python-guide.or... http://jupyter-notebook-beg... http://www.scipy-lectures.o... ... A Short Deep Learning Study Guide 0 0 29 Artificial Intelligence Swashbuckle Swagger UI– Prompt for Access Token (.net Core) ChrisD, November 22, 2017 Visual Studio I use swagger to document my API endpoints. I like the descriptive nature, and find the swagger UI to be a great place for quick testing and discovery. The swagger UI works great out of the box for unsecured ... Swashbuckle Swagger UI– Prompt for Access Token (.net Core) 1 0 1 Visual Studio Beginning Azure Machine Learning Gino Abraham, November 14, 2017 AzureML Free version for Azure ML Studio for Learninghttps://studio.azur... ML Cheat Sheet for Selecting ML Algorithm for your Experimentshttps://docs.mic... ... Beginning Azure Machine Learning 0 0 0 AzureML Announcing Enzo Online: IoT and Mobile Development Made Easier Herve Roggero, November 13, 2017 If you are a software developer and would like to build a Mobile application, or an IoT system, it is likely that you will experience a steep learning curve for two reasons: development languages, and ... Announcing Enzo Online: IoT and Mobile Development Made Easier 0 0 1 Octopus Deploy : Format exception unpacking Windows NuGet package onto Linux box Alex Hildyard, November 10, 2017 There appears to be an issue with OD's "Deploy NuGet package" task (tested in Octopus Deploy 3.1.5). We encountered the problem while unpacking a .NET Core 2.0 application on a Windows tentacle and copying ... Octopus Deploy : Format exception unpacking Windows NuGet package onto Linux box 0 0 4 Octopus Deploy : Format exception unpacking Windows NuGet package onto Linux box Alex Hildyard, November 10, 2017 There appears to be an issue with OD's "Deploy NuGet package" task (tested in Octopus Deploy 3.1.5). We encountered the problem while unpacking a .NET Core 2.0 application on a Windows tentacle and copying ... Octopus Deploy : Format exception unpacking Windows NuGet package onto Linux box 0 0 3 Starting An Umbraco Project Tim Murphy, November 10, 2017 Development Umbraco PSC As I have been documenting Umbraco development I realized that people need a starting point. This post will cover how to start an Umbraco project using an approach suitable for ALM development processes. ... Starting An Umbraco Project 0 0 0 Development Umbraco PSC Relating Umbraco Content With the Content Picker Tim Murphy, November 8, 2017 Umbraco Development ASP.NET MVC After addressing Umbraco team development in my previous post I want to explore maintaining relationships between pieces of content in Umbraco and accessing them programmatically here. For those of us ... Relating Umbraco Content With the Content Picker 0 0 0 Umbraco Development ASP.NET MVC How Did I Become An IT Consultant Curmudgeon? Tim Murphy, November 2, 2017 Rant I have been accused of being a curmudgeon by more than one co-worker. The short, pithy answers to the question of I got to this point would be “experience” or “it comes with age”. But what is the real ... How Did I Become An IT Consultant Curmudgeon? 0 0 0 Rant Umbraco Team Development Tim Murphy, October 27, 2017 Umbraco Development ASP.NET The Umbraco CMS platform give you the ability to create a content managed site with the familiar development process of ASP.NET MVC. If you are the only developer things don’t get too complicated, but ... Umbraco Team Development 0 0 0 Umbraco Development ASP.NET .NET Core–Push Nuget Package After Build ChrisD, October 26, 2017 Visual Studio You can configure .NET Core to automatically push your nuget package to the package server of your choice by adding a Target to your project file. 1) If your package server requires an api key, you can ... .NET Core–Push Nuget Package After Build 0 0 0 Visual Studio ETH security feature distribution foxjazz, October 23, 2017 Ethereum sidechain feature...ETH nodes would have a private key to decrypt the code it would run, this code is copied x times based on keys that would have access to the data, one encryption for the sender, ... ETH security feature distribution 0 0 12 NET USE in WSL Joe Mayo, October 18, 2017 wsl Still getting into Windows Subsystem for Linux (WSL). I was using PowerShell to execute NET USE commands to access remote shares. Having tried this on WSL, it wasn’t immediately obvious how to get it to ... NET USE in WSL 0 0 0 wsl I'm back! SharpCode, October 15, 2017 Programming react life Wow... just Wow... the posts before this are from when I was at TAFE and just beginning my studies. Oh how far I have come since then. I completed studies and got my Bachelor in Game Design/Computer Science, ... I'm back! 0 0 4 Programming react life Fix for slow iPhone 5s after IOS 11.0.1 11.0.2 Ken Hortsch, October 12, 2017 Love my iPhone 5s but it was brutal after IOS 11 upgrade. I couldn’t even swipe to answer the phone. If your a fan-boy you can probably do this yourself, but I took it into the Apple Store and they restored ... Fix for slow iPhone 5s after IOS 11.0.1 11.0.2 0 0 3 Installing a Kubernetes Cluster on CentOS 7 Alex Hildyard, October 12, 2017 Having played around with the GKE and MiniKube "one stop" clusters, I wanted to build a multi-node K8 cluster from a bunch of CentOS VMs. The experience was pleasantly straightforward, following the instructions ... Installing a Kubernetes Cluster on CentOS 7 0 0 42 DAX Studio 2.7.0 Released Darren Gosbell, October 2, 2017 DAX Studio The major change in this version is to the tracing engine. We’ve introduced a new trace type and made some changes to the way the tracing windows operate and incorporated some enhancements to crash reporting ... DAX Studio 2.7.0 Released 0 0 1 DAX Studio Huge XML document to CSV bconlon, September 27, 2017 Data Mapping I have a huge XML document (over 2GB) exported from an automotive company system which I wanted to be able to export data from it to a CSV file to import into a legacy reporting system. Yes I know this ... Huge XML document to CSV 0 0 0 Data Mapping Mesh WiFi 101 MikeParks, September 23, 2017 If you're tired of dealing with WiFi connectivity headaches, dead zones, and weak signals, from your old outdated traditional router, upgrading to Mesh WiFi for your home network is worth checking out. ... Mesh WiFi 101 0 0 0 Simplify WMI Herve Roggero, September 22, 2017 Windows Management Instrumentation (WMI) is a key component of any Windows-based infrastructure. WMI helps companies prepare for disaster recovery, audit patch compliance, help with security management ... Simplify WMI 0 0 0 PowerShell: A curse in disguise Herve Roggero, September 22, 2017 I rarely think of technology as a problem, as most of the time people or processes are usually the root of organizational concerns. Many times will developers blame technology for being badly documented, ... PowerShell: A curse in disguise 0 0 4 Database Enums Timothy Klenke, September 20, 2017 SQL Server SQL Server So is it better to store enumerated types in a database as a string/varchar or integer? Well it depends, but in general as a string is your best bet. In this post I explore the pros and cons of each. Lists ... Database Enums 0 0 22 SQL Server SQL Server Azure App Service Tools VSCode Extension Kyle Burns, September 20, 2017 Azure VSCode DevOps Microsoft made their new Azure App Service Tools extension available today in the Visual Studio Marketplace. I had the opportunity to preview this extension and was very pleased. The process of provisioning ... Azure App Service Tools VSCode Extension 0 0 160 Azure VSCode DevOps Fix VS2008 DPI issues on 4K display Doug Moore, September 13, 2017 I don't know if you guys use 4K displays for your dev work, I sure do, but anyways......using VS2008 on a 4K display was driving me crazy!Every time I attached to the target to downloaded an image the ... Fix VS2008 DPI issues on 4K display 0 0 0 How to use dapper for MySQL in C# Anirudha, September 8, 2017 Few days ago I look for a solution so I can just save my time writing CRUD. So I found a solution. It’s called Dapper. For creating c# class from the database you can use this code https://gist.github.com/ani... ... How to use dapper for MySQL in C# 0 0 1 Scaffolding failed, failed to build the project Anirudha, September 6, 2017 If you are adding a view and you see this error, your project is not in the state it can be compiled. If you compile your software it will fail. For fix the issue , fix the error in Errors List in your ... Scaffolding failed, failed to build the project 0 0 0 Responsive Select2 in HTML Anirudha, September 5, 2017 From last few years I use select2 for making effective dropdown in bootstrap. In last days I am trying to make it responsive but it doesn’t perform so well. Here is a nice thread to make it work. https://github.com/select2/... ... Responsive Select2 in HTML 0 0 1 Code Search - Visual Studio Text Editor Extension - v1.1 Update MikeParks, September 1, 2017 It's been about a month since I blogged and released the Code Search - Visual Studio Text Editor Extension. The original release of this extension allowed you to use Microsoft's Code Search directly from ... Code Search - Visual Studio Text Editor Extension - v1.1 Update 0 0 5 Sql Server: How do I get the filegroup, data file name, size and path of a database? Paula DiTallo, August 29, 2017 Practical Answers SQL -- start with this:SELECT dbfile.name AS DatabaseFileName, dbfile.size/128 AS FileSizeInMB, sysFG.name AS FileGroupName, dbfile.physical_name AS DatabaseFilePath FROM sys.database_files AS dbfile INNER ... Sql Server: How do I get the filegroup, data file name, size and path of a database? 0 0 0 Practical Answers SQL Microsoft Dynamics GP Stuck Batches Ryan McBee, August 28, 2017 In all financial systems, Dynamics GP included, from time-to-time batches will get stuck during posting. I have experienced this problem in every financial system I have supported, and I’ve supported a ... Microsoft Dynamics GP Stuck Batches 0 0 1 SharePoint Saturday Charlotte–2017 Edition Kelly Jones, August 27, 2017 Office 365 / SharePoint 2013 Another SharePoint Saturday Charlotte happened yesterday (8/26/2017) and, IMHO, it was a great event. Thank you goes out to all of the speakers, sponsors, and event organizers! A lot of behind the scenes ... SharePoint Saturday Charlotte–2017 Edition 0 0 0 Office 365 / SharePoint 2013 Visual Studio 2017 Version 15.4 Preview Anirudha, August 25, 2017 Visual studio .NET This article is copied from Visual studio blog, It has been removed from the main place. I have no attachment with Microsoft. So Words like "I'm" and "We" are not meant for myself. It's means of OP at ... Visual Studio 2017 Version 15.4 Preview 0 0 0 Visual studio .NET SQL Server: Why is it taking so long to take a database offline? Paula DiTallo, August 11, 2017 Practical Answers SQL sqlserver SQL Snippet There are probably open sessions on the database you are attempting to bring offline. SQL Server is trying to roll back any existing workloads in-flight for that database. Issue the sp_who2 command from ... SQL Server: Why is it taking so long to take a database offline? 0 0 0 Practical Answers SQL sqlserver SQL Snippet Azure Functions Visual Studio 2017 Development Tim Murphy, August 10, 2017 The development tools and processes for Azure Functions are ever changing. We started out only being able to create a function through the portal which I did a series on. We then got a template in VS2015, ... Azure Functions Visual Studio 2017 Development 0 0 0 SQL Server: How can I get a distinct count(*) with multiple columns? Paula DiTallo, August 9, 2017 Practical Answers SQL sqlserver To get a count(*) of distinct column combinations, do the count(*) over the distinct select statement.Example:SELECT count(*) FROM (SELECT DISTINCT ColumnA, ColumnB, ColumnC FROM YourTable ) x ... SQL Server: How can I get a distinct count(*) with multiple columns? 0 0 0 Practical Answers SQL sqlserver Query Application Insights REST API To Create Custom Notifications Tim Murphy, August 4, 2017 Azure Development .NET Cloud Computing Application Insights is one of those tools that has been around for a number of years now, but is finally getting understood as more companies move to Azure as a cloud solution. It has become an amazing ... Query Application Insights REST API To Create Custom Notifications 0 0 0 Azure Development .NET Cloud Computing New Visual Studio 2017 Extension - Code Search (VS Text Editor) MikeParks, August 3, 2017 code search visual studio team services tfs source control architecture refactoring It's been quite some time since I've cracked open Visual Studio to create an extension freebie for all my fellow engineers. If you're keeping up with the latest and greatest in the Microsoft Engineering ... New Visual Studio 2017 Extension - Code Search (VS Text Editor) 0 0 2 code search visual studio team services tfs source control architecture refactoring Ok it has been about 7 years since my last post Ratman21, August 2, 2017 WORK Help Desk I.T. Ok it has been about 7 years since my last post. I have moved 3 times so far (current one is due family issues). Have worked for almost 2 years with Wal Mart and various part time jobs (I am currently ... Ok it has been about 7 years since my last post 0 0 7 WORK Help Desk I.T. My blog has moved. Liam Westley, July 31, 2017 You can find my new blog site over here: https://blog.liamwestley.co.uk/ My blog has moved. 0 0 0 Worrying conclusions of Google's latest analysis of programmatic advertisin stewart ouis, July 27, 2017 One of the problems that have become one of those issues that generate tensions within the online advertising industry is fraud in advertising, especially where it is purchased programmatically. When an ... Worrying conclusions of Google's latest analysis of programmatic advertisin 0 0 3 How Game of Thrones measures the emotions to decide what to publish in social networks stewart ouis, July 27, 2017 HBO is employing feelings-measuring technology to establish the emotional reactions that are generated while viewers watch Game of Thrones as discussed by dissertation writing service.If there is an element ... How Game of Thrones measures the emotions to decide what to publish in social networks 0 0 1 Replicating SharePoint Online Lists to SQL Server Herve Roggero, July 27, 2017 SharePoint Enzo Unified We all know that accessing SharePoint data can be challenging, specifically for SharePoint Online implementations. The SharePoint SDK requires advanced software development knowledge, and SharePoint Online ... Replicating SharePoint Online Lists to SQL Server 0 0 4 SharePoint Enzo Unified Page: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20
Essential Tools to find bugs... before they get to production Stackify sponsor Developers now have access to free and inexpensive developer tools that can help find and fix many common application problems. These new APM tools are now an essential part of every developer’s tool set. Show me the tools!
ICYMI: Programming the Microsoft Bot Framework Joe Mayo, January 10, 2018 My latest book, Programming the Microsoft Bot Framework: A Multiplatform Approach to Building Chatbots, is now available. You can find more details on the Microsoft Press site. @JoeMayo ... ICYMI: Programming the Microsoft Bot Framework 0 0 0
Released LINQ to Twitter v4.2.0 Joe Mayo, December 19, 2017 Today, I released the latest version of LINQ to Twitter. In addition to fixing bugs, the highlighted features of this release include support for DM Events, Extended Tweets and .NET Core. Here’s a demo ... Released LINQ to Twitter v4.2.0 0 0 0
importing ssis flat files in redshift using copy Alex Bransky, December 18, 2017 all tech stuff SQL Server After trying a million combinations, I finally figured out how to export data in SSIS using an OLE DB source (SQL Server) and a flat file destination. In the end all I really should have done was use "ENCODING ... importing ssis flat files in redshift using copy 0 0 20 all tech stuff SQL Server
creating a t-sql script to enable query store and auto tuning for each user database Alex Bransky, December 12, 2017 all tech stuff SQL Server select 'ALTER DATABASE [' + name + '] SET QUERY_STORE = ON ALTER DATABASE [' + name + '] SET AUTOMATIC_TUNING ( FORCE_LAST_GOOD_PLAN = ON )'from sys.databases where name not in ('master','model','msdb','t... ... creating a t-sql script to enable query store and auto tuning for each user database 0 0 18 all tech stuff SQL Server
SEO, Personas, and Analytics - Bridging the IT / Marketing Gap Jeff Julian, December 11, 2017 As more marketing teams and IT teams start to cross paths more often, one areas they both could use some collaborative education is performance analytics. In this episode of Marketer-to-Marketer, Ardath ... SEO, Personas, and Analytics - Bridging the IT / Marketing Gap 0 0 42
In Visual Studio, how do I pass arguments in debug to a console program? Paula DiTallo, November 30, 2017 Practical Answers Visual Studio Go to your project properties, either by right-clicking on the project and picking "Properties" or by picking Properties from the Project menu.Click on Debug, then enter your arguments into the "Script ... In Visual Studio, how do I pass arguments in debug to a console program? 0 0 2 Practical Answers Visual Studio
Generating a SAS token for Service Bus in .Net Core ChrisD, November 29, 2017 .NET Azure Messaging Microsoft has decided to separate the queue/topic send/receive functionality from the queue/topic management functionality. Some of these separations make sense, while others, like the inability to auto-provision ... Generating a SAS token for Service Bus in .Net Core 1 0 0 .NET Azure Messaging
A Short Deep Learning Study Guide JoshReuben, November 28, 2017 Artificial Intelligence basic Machine Learning pre-requisites:python http://docs.python-guide.or... http://jupyter-notebook-beg... http://www.scipy-lectures.o... ... A Short Deep Learning Study Guide 0 0 29 Artificial Intelligence
Swashbuckle Swagger UI– Prompt for Access Token (.net Core) ChrisD, November 22, 2017 Visual Studio I use swagger to document my API endpoints. I like the descriptive nature, and find the swagger UI to be a great place for quick testing and discovery. The swagger UI works great out of the box for unsecured ... Swashbuckle Swagger UI– Prompt for Access Token (.net Core) 1 0 1 Visual Studio
Beginning Azure Machine Learning Gino Abraham, November 14, 2017 AzureML Free version for Azure ML Studio for Learninghttps://studio.azur... ML Cheat Sheet for Selecting ML Algorithm for your Experimentshttps://docs.mic... ... Beginning Azure Machine Learning 0 0 0 AzureML
Announcing Enzo Online: IoT and Mobile Development Made Easier Herve Roggero, November 13, 2017 If you are a software developer and would like to build a Mobile application, or an IoT system, it is likely that you will experience a steep learning curve for two reasons: development languages, and ... Announcing Enzo Online: IoT and Mobile Development Made Easier 0 0 1
Octopus Deploy : Format exception unpacking Windows NuGet package onto Linux box Alex Hildyard, November 10, 2017 There appears to be an issue with OD's "Deploy NuGet package" task (tested in Octopus Deploy 3.1.5). We encountered the problem while unpacking a .NET Core 2.0 application on a Windows tentacle and copying ... Octopus Deploy : Format exception unpacking Windows NuGet package onto Linux box 0 0 4
Octopus Deploy : Format exception unpacking Windows NuGet package onto Linux box Alex Hildyard, November 10, 2017 There appears to be an issue with OD's "Deploy NuGet package" task (tested in Octopus Deploy 3.1.5). We encountered the problem while unpacking a .NET Core 2.0 application on a Windows tentacle and copying ... Octopus Deploy : Format exception unpacking Windows NuGet package onto Linux box 0 0 3
Starting An Umbraco Project Tim Murphy, November 10, 2017 Development Umbraco PSC As I have been documenting Umbraco development I realized that people need a starting point. This post will cover how to start an Umbraco project using an approach suitable for ALM development processes. ... Starting An Umbraco Project 0 0 0 Development Umbraco PSC
Relating Umbraco Content With the Content Picker Tim Murphy, November 8, 2017 Umbraco Development ASP.NET MVC After addressing Umbraco team development in my previous post I want to explore maintaining relationships between pieces of content in Umbraco and accessing them programmatically here. For those of us ... Relating Umbraco Content With the Content Picker 0 0 0 Umbraco Development ASP.NET MVC
How Did I Become An IT Consultant Curmudgeon? Tim Murphy, November 2, 2017 Rant I have been accused of being a curmudgeon by more than one co-worker. The short, pithy answers to the question of I got to this point would be “experience” or “it comes with age”. But what is the real ... How Did I Become An IT Consultant Curmudgeon? 0 0 0 Rant
Umbraco Team Development Tim Murphy, October 27, 2017 Umbraco Development ASP.NET The Umbraco CMS platform give you the ability to create a content managed site with the familiar development process of ASP.NET MVC. If you are the only developer things don’t get too complicated, but ... Umbraco Team Development 0 0 0 Umbraco Development ASP.NET
.NET Core–Push Nuget Package After Build ChrisD, October 26, 2017 Visual Studio You can configure .NET Core to automatically push your nuget package to the package server of your choice by adding a Target to your project file. 1) If your package server requires an api key, you can ... .NET Core–Push Nuget Package After Build 0 0 0 Visual Studio
ETH security feature distribution foxjazz, October 23, 2017 Ethereum sidechain feature...ETH nodes would have a private key to decrypt the code it would run, this code is copied x times based on keys that would have access to the data, one encryption for the sender, ... ETH security feature distribution 0 0 12
NET USE in WSL Joe Mayo, October 18, 2017 wsl Still getting into Windows Subsystem for Linux (WSL). I was using PowerShell to execute NET USE commands to access remote shares. Having tried this on WSL, it wasn’t immediately obvious how to get it to ... NET USE in WSL 0 0 0 wsl
I'm back! SharpCode, October 15, 2017 Programming react life Wow... just Wow... the posts before this are from when I was at TAFE and just beginning my studies. Oh how far I have come since then. I completed studies and got my Bachelor in Game Design/Computer Science, ... I'm back! 0 0 4 Programming react life
Fix for slow iPhone 5s after IOS 11.0.1 11.0.2 Ken Hortsch, October 12, 2017 Love my iPhone 5s but it was brutal after IOS 11 upgrade. I couldn’t even swipe to answer the phone. If your a fan-boy you can probably do this yourself, but I took it into the Apple Store and they restored ... Fix for slow iPhone 5s after IOS 11.0.1 11.0.2 0 0 3
Installing a Kubernetes Cluster on CentOS 7 Alex Hildyard, October 12, 2017 Having played around with the GKE and MiniKube "one stop" clusters, I wanted to build a multi-node K8 cluster from a bunch of CentOS VMs. The experience was pleasantly straightforward, following the instructions ... Installing a Kubernetes Cluster on CentOS 7 0 0 42
DAX Studio 2.7.0 Released Darren Gosbell, October 2, 2017 DAX Studio The major change in this version is to the tracing engine. We’ve introduced a new trace type and made some changes to the way the tracing windows operate and incorporated some enhancements to crash reporting ... DAX Studio 2.7.0 Released 0 0 1 DAX Studio
Huge XML document to CSV bconlon, September 27, 2017 Data Mapping I have a huge XML document (over 2GB) exported from an automotive company system which I wanted to be able to export data from it to a CSV file to import into a legacy reporting system. Yes I know this ... Huge XML document to CSV 0 0 0 Data Mapping
Mesh WiFi 101 MikeParks, September 23, 2017 If you're tired of dealing with WiFi connectivity headaches, dead zones, and weak signals, from your old outdated traditional router, upgrading to Mesh WiFi for your home network is worth checking out. ... Mesh WiFi 101 0 0 0
Simplify WMI Herve Roggero, September 22, 2017 Windows Management Instrumentation (WMI) is a key component of any Windows-based infrastructure. WMI helps companies prepare for disaster recovery, audit patch compliance, help with security management ... Simplify WMI 0 0 0
PowerShell: A curse in disguise Herve Roggero, September 22, 2017 I rarely think of technology as a problem, as most of the time people or processes are usually the root of organizational concerns. Many times will developers blame technology for being badly documented, ... PowerShell: A curse in disguise 0 0 4
Database Enums Timothy Klenke, September 20, 2017 SQL Server SQL Server So is it better to store enumerated types in a database as a string/varchar or integer? Well it depends, but in general as a string is your best bet. In this post I explore the pros and cons of each. Lists ... Database Enums 0 0 22 SQL Server SQL Server
Azure App Service Tools VSCode Extension Kyle Burns, September 20, 2017 Azure VSCode DevOps Microsoft made their new Azure App Service Tools extension available today in the Visual Studio Marketplace. I had the opportunity to preview this extension and was very pleased. The process of provisioning ... Azure App Service Tools VSCode Extension 0 0 160 Azure VSCode DevOps
Fix VS2008 DPI issues on 4K display Doug Moore, September 13, 2017 I don't know if you guys use 4K displays for your dev work, I sure do, but anyways......using VS2008 on a 4K display was driving me crazy!Every time I attached to the target to downloaded an image the ... Fix VS2008 DPI issues on 4K display 0 0 0
How to use dapper for MySQL in C# Anirudha, September 8, 2017 Few days ago I look for a solution so I can just save my time writing CRUD. So I found a solution. It’s called Dapper. For creating c# class from the database you can use this code https://gist.github.com/ani... ... How to use dapper for MySQL in C# 0 0 1
Scaffolding failed, failed to build the project Anirudha, September 6, 2017 If you are adding a view and you see this error, your project is not in the state it can be compiled. If you compile your software it will fail. For fix the issue , fix the error in Errors List in your ... Scaffolding failed, failed to build the project 0 0 0
Responsive Select2 in HTML Anirudha, September 5, 2017 From last few years I use select2 for making effective dropdown in bootstrap. In last days I am trying to make it responsive but it doesn’t perform so well. Here is a nice thread to make it work. https://github.com/select2/... ... Responsive Select2 in HTML 0 0 1
Code Search - Visual Studio Text Editor Extension - v1.1 Update MikeParks, September 1, 2017 It's been about a month since I blogged and released the Code Search - Visual Studio Text Editor Extension. The original release of this extension allowed you to use Microsoft's Code Search directly from ... Code Search - Visual Studio Text Editor Extension - v1.1 Update 0 0 5
Sql Server: How do I get the filegroup, data file name, size and path of a database? Paula DiTallo, August 29, 2017 Practical Answers SQL -- start with this:SELECT dbfile.name AS DatabaseFileName, dbfile.size/128 AS FileSizeInMB, sysFG.name AS FileGroupName, dbfile.physical_name AS DatabaseFilePath FROM sys.database_files AS dbfile INNER ... Sql Server: How do I get the filegroup, data file name, size and path of a database? 0 0 0 Practical Answers SQL
Microsoft Dynamics GP Stuck Batches Ryan McBee, August 28, 2017 In all financial systems, Dynamics GP included, from time-to-time batches will get stuck during posting. I have experienced this problem in every financial system I have supported, and I’ve supported a ... Microsoft Dynamics GP Stuck Batches 0 0 1
SharePoint Saturday Charlotte–2017 Edition Kelly Jones, August 27, 2017 Office 365 / SharePoint 2013 Another SharePoint Saturday Charlotte happened yesterday (8/26/2017) and, IMHO, it was a great event. Thank you goes out to all of the speakers, sponsors, and event organizers! A lot of behind the scenes ... SharePoint Saturday Charlotte–2017 Edition 0 0 0 Office 365 / SharePoint 2013
Visual Studio 2017 Version 15.4 Preview Anirudha, August 25, 2017 Visual studio .NET This article is copied from Visual studio blog, It has been removed from the main place. I have no attachment with Microsoft. So Words like "I'm" and "We" are not meant for myself. It's means of OP at ... Visual Studio 2017 Version 15.4 Preview 0 0 0 Visual studio .NET
SQL Server: Why is it taking so long to take a database offline? Paula DiTallo, August 11, 2017 Practical Answers SQL sqlserver SQL Snippet There are probably open sessions on the database you are attempting to bring offline. SQL Server is trying to roll back any existing workloads in-flight for that database. Issue the sp_who2 command from ... SQL Server: Why is it taking so long to take a database offline? 0 0 0 Practical Answers SQL sqlserver SQL Snippet
Azure Functions Visual Studio 2017 Development Tim Murphy, August 10, 2017 The development tools and processes for Azure Functions are ever changing. We started out only being able to create a function through the portal which I did a series on. We then got a template in VS2015, ... Azure Functions Visual Studio 2017 Development 0 0 0
SQL Server: How can I get a distinct count(*) with multiple columns? Paula DiTallo, August 9, 2017 Practical Answers SQL sqlserver To get a count(*) of distinct column combinations, do the count(*) over the distinct select statement.Example:SELECT count(*) FROM (SELECT DISTINCT ColumnA, ColumnB, ColumnC FROM YourTable ) x ... SQL Server: How can I get a distinct count(*) with multiple columns? 0 0 0 Practical Answers SQL sqlserver
Query Application Insights REST API To Create Custom Notifications Tim Murphy, August 4, 2017 Azure Development .NET Cloud Computing Application Insights is one of those tools that has been around for a number of years now, but is finally getting understood as more companies move to Azure as a cloud solution. It has become an amazing ... Query Application Insights REST API To Create Custom Notifications 0 0 0 Azure Development .NET Cloud Computing
New Visual Studio 2017 Extension - Code Search (VS Text Editor) MikeParks, August 3, 2017 code search visual studio team services tfs source control architecture refactoring It's been quite some time since I've cracked open Visual Studio to create an extension freebie for all my fellow engineers. If you're keeping up with the latest and greatest in the Microsoft Engineering ... New Visual Studio 2017 Extension - Code Search (VS Text Editor) 0 0 2 code search visual studio team services tfs source control architecture refactoring
Ok it has been about 7 years since my last post Ratman21, August 2, 2017 WORK Help Desk I.T. Ok it has been about 7 years since my last post. I have moved 3 times so far (current one is due family issues). Have worked for almost 2 years with Wal Mart and various part time jobs (I am currently ... Ok it has been about 7 years since my last post 0 0 7 WORK Help Desk I.T.
My blog has moved. Liam Westley, July 31, 2017 You can find my new blog site over here: https://blog.liamwestley.co.uk/ My blog has moved. 0 0 0
Worrying conclusions of Google's latest analysis of programmatic advertisin stewart ouis, July 27, 2017 One of the problems that have become one of those issues that generate tensions within the online advertising industry is fraud in advertising, especially where it is purchased programmatically. When an ... Worrying conclusions of Google's latest analysis of programmatic advertisin 0 0 3
How Game of Thrones measures the emotions to decide what to publish in social networks stewart ouis, July 27, 2017 HBO is employing feelings-measuring technology to establish the emotional reactions that are generated while viewers watch Game of Thrones as discussed by dissertation writing service.If there is an element ... How Game of Thrones measures the emotions to decide what to publish in social networks 0 0 1
Replicating SharePoint Online Lists to SQL Server Herve Roggero, July 27, 2017 SharePoint Enzo Unified We all know that accessing SharePoint data can be challenging, specifically for SharePoint Online implementations. The SharePoint SDK requires advanced software development knowledge, and SharePoint Online ... Replicating SharePoint Online Lists to SQL Server 0 0 4 SharePoint Enzo Unified