FEATURED Rufus is the best tool for burning bootable ISO images to a thumb drive Brian Biales, December 2, 2019 rufus bootable usb I recently had the need to rescue a laptop that had no rescue disk. The MBR was messed up. Fairly easy to fix (not the subject of this article), if you can boot from the original installation DVD. Having an MSDN subscription I downloaded the ISO, but the computer did NOT have a CD/DVD device, just USB ports. I did have an 8GB empty (or one with discardable contents) thumb drive, but was not sure how best to copy the ISO to it so it was bootable. At first I found a Windows tool called the "Windows 7 USB download tool", which probably would have done the trick. But further research showed there is ... Read More Share Rufus is the best tool for burning bootable ISO images to a thumb drive 0 0 0 rufus bootable usb
MOST POPULAR Extending the Start/Stop VMs during off-hours solution Kyle Burns, November 22, 2019 Azure PowerShell Automation Microsoft has a great collection of pre-built solutions for Azure Automation that you can leverage to ... Read More Share Extending the Start/Stop VMs during off-hours solution 0 0 0 Azure PowerShell Automation
HOT TOPIC A VS Extension That Will Make You a Better Developer Jeremy Morgan, November 17, 2019 It’s a bold claim to say an IDE extension can make you a better developer, but you should install this ... Read More Share A VS Extension That Will Make You a Better Developer 0 0 0 HOT TOPIC Scott Allen on C#, .NET Core and Blazor Jeremy Morgan, November 5, 2019 dotnet Pluralsight is launching its brand new podcast today, All Hands on Tech.For our first episode, I got ... Read More Share Scott Allen on C#, .NET Core and Blazor 0 0 0 dotnet HOT TOPIC http client gets data from service call foxjazz, October 21, 2019 using (var client = new HttpClient()) { string contentType = "application/json"; client.DefaultRequestHeader... ... Read More Share http client gets data from service call 0 0 0
HOT TOPIC A VS Extension That Will Make You a Better Developer Jeremy Morgan, November 17, 2019 It’s a bold claim to say an IDE extension can make you a better developer, but you should install this ... Read More Share A VS Extension That Will Make You a Better Developer 0 0 0
HOT TOPIC Scott Allen on C#, .NET Core and Blazor Jeremy Morgan, November 5, 2019 dotnet Pluralsight is launching its brand new podcast today, All Hands on Tech.For our first episode, I got ... Read More Share Scott Allen on C#, .NET Core and Blazor 0 0 0 dotnet
HOT TOPIC http client gets data from service call foxjazz, October 21, 2019 using (var client = new HttpClient()) { string contentType = "application/json"; client.DefaultRequestHeader... ... Read More Share http client gets data from service call 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! Compile Node.js Application Shaun, August 31, 2016 Node.js Recently I was working on a project to make our production, Worktile Pro, to be able to on-premise deploy. Besides some code changes one of the problem we were facing is how to protect our source code. ... Compile Node.js Application 1 0 11 Node.js This is Lean -Variation on Processes George Evjen, August 28, 2016 Agile Book Notes - 'This is Lean' By Niklas Modig The Law of the Effect of Variation on processes. The third law that helps us - the connection between variation, resources efficiency and throughput time. Understanding ... This is Lean -Variation on Processes 0 1 2 Agile Things to remember when you work on Responsive web design. Anirudha, August 27, 2016 Few years ago When I just start work in office I can hardly see smartphone anywhere. The person sit next to me spent 10,000 or 15,000 in 2010 to get a phone (which is not smart as today). that phone have ... Things to remember when you work on Responsive web design. 0 0 0 Deploying a Java WAR to Azure (and for free) James Norman, August 26, 2016 Java Azure WebApp Web App Free Moved to http://geekswithblogs.net/J... ... Deploying a Java WAR to Azure (and for free) 0 0 0 Java Azure WebApp Web App Free Diet and how America got it wrong. foxjazz, August 25, 2016 diet health thinking Day 4. I started this new diet on Sunday August 22. And haven't been on a diet for 10 years or more.I have steadily gained weight at 274 pounds. After reading Dr Mark Hyman's book "eat fat, get thin. Why ... Diet and how America got it wrong. 0 1 3 diet health thinking Teaching JavaScript Aligned, August 24, 2016 JavaScript Knockout Js RequireJS Jasmine jQuery MVVM Links Inversion Of Control (Ioc) Please visit my re-post of this article.I had the privilege of spending time with four interns at Omnitech this summer. See our @Omnitech Twitter feed to learn a little more about them. Sometimes it's ... Teaching JavaScript 1 0 0 JavaScript Knockout Js RequireJS Jasmine jQuery MVVM Links Inversion Of Control (Ioc) Twog #1: Kitchen converge fails for .NET framework/s without winrm elevation Alex Hildyard, August 24, 2016 I wanted to start an occasional series of very short posts addressing some specific methodological or practical issue, to share knowledge which I hadn't found widely publicised. Longer than a Twitter post, ... Twog #1: Kitchen converge fails for .NET framework/s without winrm elevation 1 0 0 This is Lean - Processes & Flow Efficiency George Evjen, August 24, 2016 Agile Book Notes from 'This is Lean' By Niklas Modig Two Forms of Efficiency Differ in Terms of Dependence Subtle but important difference between resource efficiency and flow efficiency. Fulfils the needs of ... This is Lean - Processes & Flow Efficiency 0 0 5 Agile Blog moved to http://hermit.no terje, August 24, 2016 My main blog has been moved to http://www.hermit.noMost of the posts on this blogsite has been moved over, and new posts will only appear on the new site.Below is a list of the new posts that have been ... Blog moved to http://hermit.no 0 0 0 Polymer, React and Angular using Visual studio 2015 subodhnpushpak, August 24, 2016 Web applications are getting more demanding and complex. One way to manage complex functionalities of the application is to break the functionalities into modules. There are many JavaScript libraries which ... Polymer, React and Angular using Visual studio 2015 0 0 21 This is Lean - Resource & Flow Efficiencies George Evjen, August 23, 2016 Agile Book Notes from 'This is Lean' by Niklas Modig Story of Alison and Sarah both being diagnosed with cancer - From finding the lump to diagnoses - difference of 500x faster for Sarah This is lean is a book ... This is Lean - Resource & Flow Efficiencies 0 0 1 Agile Resolving Email Issues with Hotmail and Bigpond ADV SOFTWARE, August 20, 2016 Hotmail and Bigpond are two of the major email service providers in the island continent of Australia. In fact, Bigpond Mail account owned by Telstra Corporation Limited (or Telstra) is the largest email ... Resolving Email Issues with Hotmail and Bigpond 0 0 1 How to Find Certificates by their Thumbprint Jeremy Morgan, August 18, 2016 DevOps PowerShell Certificates Security Let's say you know the thumbprint of a certificate and want to see if it's installed. You can go through and check the properties of each certificate, but it's kind of a pain. You can do it much easier ... How to Find Certificates by their Thumbprint 0 0 45 DevOps PowerShell Certificates Security Coaching Agile Teams - 14 George Evjen, August 18, 2016 Agile Book Notes from 'Coaching Agile Teams' By Lyssa AdkinsAgile Coach Failure, Recovery, and Success Modes I have categorized common failures and successes as ways of operating or Modes. Failure and success ... Coaching Agile Teams - 14 0 0 4 Agile Latest Features Of Hotmail Email Services ADV SOFTWARE, August 18, 2016 Founded by Sabeer Bhatia and Jack Smith in 1996, Hotmail is the second most-preferred email service provider globally. It was rebranded as MSN Hotmail after a successful acquisition by Microsoft in 1997. ... Latest Features Of Hotmail Email Services 0 0 1 ASP.NET Core Blog Series Part 2 Soe Tun, August 17, 2016 ASP.NET Core Global.json and .NET Core SDK Previously in part 1, I introduced JSON-based configuration files inside ASP.NET Core Web Applications. In this post, I will go over the role of global.json config file in ... ASP.NET Core Blog Series Part 2 0 0 6 ASP.NET Core Coaching Agile Teams - 13 George Evjen, August 17, 2016 Agile Book Notes from 'Coaching Agile Teams' by Lyssa Adkins Surplus Ideas Required Needing a surplus of ideas necessitates a creative environment Team members will not come up with the breakthrough ideas when ... Coaching Agile Teams - 13 0 0 1 Agile Getting Top Solutions for Gmail and Hotmail Email Issues ADV SOFTWARE, August 17, 2016 Gmail and Hotmail are two of theforemost webmail service providers globallyranking first and second, respectively. Undeniably, the email services provided by these web-mail service providers are used by ... Getting Top Solutions for Gmail and Hotmail Email Issues 0 0 1 ASP.NET Core Blog Series Part 1 Soe Tun, August 16, 2016 ASP.NET Core Introduction ASP.NET Core 1.0 runtime RTM was announced by the .NET Web Development and Tools Blog on June 27th 2016. .NET Core brings about significant changes, and I will start with introducing the new ... ASP.NET Core Blog Series Part 1 0 0 3 ASP.NET Core Coaching Agile Teams - 12 George Evjen, August 15, 2016 Agile Book Notes - Coaching Agile Teams By Lyssa Adkins Carrying Complaints An agile coach helps the team see that conflict is normal - and useful Conflict seething just below the surface is clearly not constructive ... Coaching Agile Teams - 12 0 0 1 Agile Exploring Microsoft Azure DocumentDB Herve Roggero, August 15, 2016 Azure In this blog post, I will provide an introduction to DocumentDB by showing you how to create a collection (a collection is a container that stores your data), and how to connect to your collection to add ... Exploring Microsoft Azure DocumentDB 0 0 2 Azure Does Dry Ice Really Cool Five Times Better Than Regular Ice? Jeremy Morgan, August 13, 2016 Programming I saw an advertisement for dry ice claiming it cools 5 times better than wet ice. Out of curiosity I had to know if this were true, or at the very least see how much better dry ice performs. I thought ... Does Dry Ice Really Cool Five Times Better Than Regular Ice? 0 0 6 Programming Meizu’s worst phone quality. Anirudha, August 13, 2016 Every Chinese brand come with a once advantage that is called cost-friendly. As these brand continuously fooling Indian customers. Here is my own experience. Meizu m1 note is a good device but it’s a short ... Meizu’s worst phone quality. 0 1 0 Changing the Entity Framework (EF) Configuration to Use SQL Server Instead of LocalDB James Norman, August 11, 2016 Entity Framework SQL Server EF 6.0 More of a note to myself, but it may help someone else out too.Been brushing up on EF lately, and as such the Pluralsight courses I've been going through use LocalDB with Entity Framework. Of course, I'd ... Changing the Entity Framework (EF) Configuration to Use SQL Server Instead of LocalDB 0 0 0 Entity Framework SQL Server EF 6.0 Angular re-route to login page on user session expiration when user redirects to another route Renso, August 11, 2016 Javascript MVC Angular Goal: Whenever the user redirects to another route via the Angular route provider, check the server if the user is still logged in by creating an MVC controller/action to verify the user session. If the ... Angular re-route to login page on user session expiration when user redirects to another route 1 0 1 Javascript MVC Angular Coaching Agile Teams - 11 George Evjen, August 10, 2016 Agile Book Notes from 'Coaching Agile Teams' By Lyssa Adkins Coach as Conflict Navigator Patrick Lencioni - The Five Dysfunctions of a Team - names fear of conflict as one of the five dysfunctions. Citing is ... Coaching Agile Teams - 11 0 0 1 Agile Upgrading a budget tablet to the Windows 10 Anniversary version ihaynes, August 9, 2016 Windows 10 Linx 1010 budget tablet In trying to update a Linx 1010 tablet to the Windows 10 Anniversary version I got an immediate error telling me there wasn’t enough disc space. The tablet has a 32Gb SSD and I was told another 16Gb was ... Upgrading a budget tablet to the Windows 10 Anniversary version 0 0 1 Windows 10 Linx 1010 budget tablet Coaching Agile Teams - 10 George Evjen, August 8, 2016 Agile Book Notes from 'Coaching Agile Teams' By Lyssa Adkins Coach as Problem Solver I used to solve problems for team Looking ahead and solving problems I thought were coming even though they hadnt happened ... Coaching Agile Teams - 10 0 0 1 Agile The day a man with a cape and red underpants disappeared into the house of Nicolas Cage stewart ouis, August 7, 2016 For the man who can change a surname is Coppola as symbolic as the Marvel superhero Luke Cage, or to decide against the unwritten law to avoid names that will mark your children for life, and call Kal ... The day a man with a cape and red underpants disappeared into the house of Nicolas Cage 0 0 2 Coaching Agile Teams - 9 George Evjen, August 5, 2016 Agile Book Notes from 'Coaching Agile Teams' by Lyssa Adkins Learning About the Team Launch into learning about the team The guiding lights for this product - the team - are a shared vision and team norms Create ... Coaching Agile Teams - 9 0 0 2 Agile .NET thread-pool threads and CLR worker threads Changhong Fu, August 4, 2016 CLR .NET Framework Thread ThreadPool I will try to answer following questions in this article:How many threads are available in .NET thread pool?How long does the CLR take to create a new Non-thread-pool thread?How long does the CLR take ... .NET thread-pool threads and CLR worker threads 0 0 53 CLR .NET Framework Thread ThreadPool Angular - redirect to login after user session expires (including ajax/background processes) Renso, August 4, 2016 Javascript ASP.Net Angular Environment: .Net MVC with Angular v 1Issue: When the user redirects in Angular app or performs any kind of ajax request (searching inside a search box, clicking any button, etc. any event that triggers ... Angular - redirect to login after user session expires (including ajax/background processes) 0 0 2 Javascript ASP.Net Angular Sql Server 2016, Entity Framework and .net 4.5.1 Robert May, August 4, 2016 Ran into an interesting bug today. I’m working with a client that’s using .net 4.5.1, EF 6.1.3, and is in the process of upgrading to SQL Server 2016. When we did the update, we suddenly had entities that ... Sql Server 2016, Entity Framework and .net 4.5.1 0 0 41 Coaching Agile Teams - 8 George Evjen, August 4, 2016 Agile Book Notes from "Coaching Agile Teams" By Lyssa Adkins Coach as Teacher An agile coach takes on the job of teacher many times throughout the life of a team. Constantly coach teams to come back to the simple ... Coaching Agile Teams - 8 0 0 2 Agile Coaching Agile Teams - 7 George Evjen, August 3, 2016 Agile Book Notes from 'Coaching Agile Team' By Lyssa Adkins Coach as Facilitator A healthy agile team works together in high-bandwidth, high quality communication. They know the plan on a release by release ... Coaching Agile Teams - 7 0 0 4 Agile The Advantages of cPanel Hosting Melissa Caddy, August 3, 2016 data center cpanel hosting cheap cpanel hosting cpanel server Normal 0 false false false EN-US X-NONE X-NONE CPanel is one of the most popular hosting control panel that is renowned for simplifying and managing the complex website hosting process by providing a graphical ... The Advantages of cPanel Hosting 0 0 0 data center cpanel hosting cheap cpanel hosting cpanel server I Kick Butt And Take No Prisoners intermark, August 1, 2016 Celebrating a year at Bomanite this week by installing both Apache Web Server (Open Source designed for Unix and Linux) and the Web Server called IIS (Microsoft Internet Information Server designed for ... I Kick Butt And Take No Prisoners 0 0 4 Coaching Agile Teams - 6 George Evjen, July 31, 2016 Agile Book Notes from 'Coaching Agile Teams' By Lyssa Adkins Coaching Product Owners on Running their Business Agile frameworks teach us to harp on business value delivered. We hold business value delivered ... Coaching Agile Teams - 6 0 0 1 Agile Adventures in NodeJS postgresql ubuntu and azure foxjazz, July 29, 2016 development environment back-end services Before I wrote about my angular2 experience. I currently have done a couple of A2 apps EveMarket And a static site:techonsiteAngular 2 and rxjs observables rocks the casbah!But now I have been researching ... Adventures in NodeJS postgresql ubuntu and azure 0 0 2 development environment back-end services What Type of Web Hosting is Best for Me? Melissa Caddy, July 29, 2016 Shared Hosting VPS hosting In this competitive era, websites are one of the most crucial aspects that help online ventures to create an inevitable reputation and attract the customers to view the products and services. Whether it ... What Type of Web Hosting is Best for Me? 0 0 0 Shared Hosting VPS hosting Changing service logon accounts via the back door John Breakwell, July 28, 2016 I’m installing a product that runs a service under a pre-determined logon account. I needed to rename the created account afterwards to get round a conflict somewhere else. Sounds simple – just modify ... Changing service logon accounts via the back door 0 0 0 Windows 10 Update: Removes IE11 and gives you (a rough) ‘Edge’ ihaynes, July 27, 2016 Windows 10 Edge Having waited until the last minute for a number of reasons I finally bit the bullet and updated my main Windows 7 x64 machine to Windows 10. It went smoothly but took several hours. Now it’s settled down ... Windows 10 Update: Removes IE11 and gives you (a rough) ‘Edge’ 0 0 4 Windows 10 Edge I'm not dead yet Chris Gardner, July 27, 2016 Wow, where has the past year and a half gone? This post is just dusting things off around here. I am about to need a public place to post some things. I needed to update my DNS to a new host. I also needed ... I'm not dead yet 0 0 4 Coaching Agile Teams - 5 George Evjen, July 27, 2016 Agile Book Notes from 'Coaching Agile Team' By Lyssa Adkins Coaching at the Very Beginning The coaching intervention at the beginning of the teams first sprint together sets the tone for much of what follows ... Coaching Agile Teams - 5 0 0 2 Agile What's the difference between “Solutions Architect” and “Applications Architect”? Eric Johnson, July 27, 2016 Sharing this good Q&A from a post on stackoverflow. Thanks goes to Rex M!http://stackoverflow.com/... ... What's the difference between “Solutions Architect” and “Applications Architect”? 1 0 0 It’s Curtains for Parse – What does it mean for Facebook and for Developers? Ritesh Patil, July 27, 2016 Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 While this may come as news to many people, it certainly is true - Facebook has decided to close down its Parse developer platform ... It’s Curtains for Parse – What does it mean for Facebook and for Developers? 0 0 1 Avoid ClickJacking in ASP.Net Core 1.0 Aligned, July 26, 2016 ASP.Net Asp.Net Core MVC Please do me a favor and read this on my Gooroo site. (if I get enough hits, I get a payment) Thanks! I recently received the status report of a penetration test of my ASP.Net Core 1.0 MVC site done by ... Avoid ClickJacking in ASP.Net Core 1.0 0 0 3 ASP.Net Asp.Net Core MVC Coaching Agile Teams - 4 George Evjen, July 26, 2016 Agile Book Notes from 'Coaching Agile Teams' By Lyssa Adkins Let Your Style Change How long has it taken you to master tai chi? - I don’t know yet, im still practicing. How did it take you to become a master ... Coaching Agile Teams - 4 0 0 36 Agile Chef: file, remote_file and default setting for "backup" property Alex Hildyard, July 26, 2016 I just wanted to point out that if your Chef clients are running low on disk resources, it could be worth checking your chef/cache/backup directory for temporary artefacts. I was recently looking at a ... Chef: file, remote_file and default setting for "backup" property 0 0 1 What is Software as a Service and What are its Benefits for your Business? Melissa Caddy, July 26, 2016 data center Software as a Service SaaS Saas hosting Normal 0 false false false EN-US X-NONE X-NONE SaaS or Software as a Service is a cloud service that enables consumers to access software applications over the internet. These applications are used for ... What is Software as a Service and What are its Benefits for your Business? 0 0 0 data center Software as a Service SaaS Saas hosting 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!
Compile Node.js Application Shaun, August 31, 2016 Node.js Recently I was working on a project to make our production, Worktile Pro, to be able to on-premise deploy. Besides some code changes one of the problem we were facing is how to protect our source code. ... Compile Node.js Application 1 0 11 Node.js
This is Lean -Variation on Processes George Evjen, August 28, 2016 Agile Book Notes - 'This is Lean' By Niklas Modig The Law of the Effect of Variation on processes. The third law that helps us - the connection between variation, resources efficiency and throughput time. Understanding ... This is Lean -Variation on Processes 0 1 2 Agile
Things to remember when you work on Responsive web design. Anirudha, August 27, 2016 Few years ago When I just start work in office I can hardly see smartphone anywhere. The person sit next to me spent 10,000 or 15,000 in 2010 to get a phone (which is not smart as today). that phone have ... Things to remember when you work on Responsive web design. 0 0 0
Deploying a Java WAR to Azure (and for free) James Norman, August 26, 2016 Java Azure WebApp Web App Free Moved to http://geekswithblogs.net/J... ... Deploying a Java WAR to Azure (and for free) 0 0 0 Java Azure WebApp Web App Free
Diet and how America got it wrong. foxjazz, August 25, 2016 diet health thinking Day 4. I started this new diet on Sunday August 22. And haven't been on a diet for 10 years or more.I have steadily gained weight at 274 pounds. After reading Dr Mark Hyman's book "eat fat, get thin. Why ... Diet and how America got it wrong. 0 1 3 diet health thinking
Teaching JavaScript Aligned, August 24, 2016 JavaScript Knockout Js RequireJS Jasmine jQuery MVVM Links Inversion Of Control (Ioc) Please visit my re-post of this article.I had the privilege of spending time with four interns at Omnitech this summer. See our @Omnitech Twitter feed to learn a little more about them. Sometimes it's ... Teaching JavaScript 1 0 0 JavaScript Knockout Js RequireJS Jasmine jQuery MVVM Links Inversion Of Control (Ioc)
Twog #1: Kitchen converge fails for .NET framework/s without winrm elevation Alex Hildyard, August 24, 2016 I wanted to start an occasional series of very short posts addressing some specific methodological or practical issue, to share knowledge which I hadn't found widely publicised. Longer than a Twitter post, ... Twog #1: Kitchen converge fails for .NET framework/s without winrm elevation 1 0 0
This is Lean - Processes & Flow Efficiency George Evjen, August 24, 2016 Agile Book Notes from 'This is Lean' By Niklas Modig Two Forms of Efficiency Differ in Terms of Dependence Subtle but important difference between resource efficiency and flow efficiency. Fulfils the needs of ... This is Lean - Processes & Flow Efficiency 0 0 5 Agile
Blog moved to http://hermit.no terje, August 24, 2016 My main blog has been moved to http://www.hermit.noMost of the posts on this blogsite has been moved over, and new posts will only appear on the new site.Below is a list of the new posts that have been ... Blog moved to http://hermit.no 0 0 0
Polymer, React and Angular using Visual studio 2015 subodhnpushpak, August 24, 2016 Web applications are getting more demanding and complex. One way to manage complex functionalities of the application is to break the functionalities into modules. There are many JavaScript libraries which ... Polymer, React and Angular using Visual studio 2015 0 0 21
This is Lean - Resource & Flow Efficiencies George Evjen, August 23, 2016 Agile Book Notes from 'This is Lean' by Niklas Modig Story of Alison and Sarah both being diagnosed with cancer - From finding the lump to diagnoses - difference of 500x faster for Sarah This is lean is a book ... This is Lean - Resource & Flow Efficiencies 0 0 1 Agile
Resolving Email Issues with Hotmail and Bigpond ADV SOFTWARE, August 20, 2016 Hotmail and Bigpond are two of the major email service providers in the island continent of Australia. In fact, Bigpond Mail account owned by Telstra Corporation Limited (or Telstra) is the largest email ... Resolving Email Issues with Hotmail and Bigpond 0 0 1
How to Find Certificates by their Thumbprint Jeremy Morgan, August 18, 2016 DevOps PowerShell Certificates Security Let's say you know the thumbprint of a certificate and want to see if it's installed. You can go through and check the properties of each certificate, but it's kind of a pain. You can do it much easier ... How to Find Certificates by their Thumbprint 0 0 45 DevOps PowerShell Certificates Security
Coaching Agile Teams - 14 George Evjen, August 18, 2016 Agile Book Notes from 'Coaching Agile Teams' By Lyssa AdkinsAgile Coach Failure, Recovery, and Success Modes I have categorized common failures and successes as ways of operating or Modes. Failure and success ... Coaching Agile Teams - 14 0 0 4 Agile
Latest Features Of Hotmail Email Services ADV SOFTWARE, August 18, 2016 Founded by Sabeer Bhatia and Jack Smith in 1996, Hotmail is the second most-preferred email service provider globally. It was rebranded as MSN Hotmail after a successful acquisition by Microsoft in 1997. ... Latest Features Of Hotmail Email Services 0 0 1
ASP.NET Core Blog Series Part 2 Soe Tun, August 17, 2016 ASP.NET Core Global.json and .NET Core SDK Previously in part 1, I introduced JSON-based configuration files inside ASP.NET Core Web Applications. In this post, I will go over the role of global.json config file in ... ASP.NET Core Blog Series Part 2 0 0 6 ASP.NET Core
Coaching Agile Teams - 13 George Evjen, August 17, 2016 Agile Book Notes from 'Coaching Agile Teams' by Lyssa Adkins Surplus Ideas Required Needing a surplus of ideas necessitates a creative environment Team members will not come up with the breakthrough ideas when ... Coaching Agile Teams - 13 0 0 1 Agile
Getting Top Solutions for Gmail and Hotmail Email Issues ADV SOFTWARE, August 17, 2016 Gmail and Hotmail are two of theforemost webmail service providers globallyranking first and second, respectively. Undeniably, the email services provided by these web-mail service providers are used by ... Getting Top Solutions for Gmail and Hotmail Email Issues 0 0 1
ASP.NET Core Blog Series Part 1 Soe Tun, August 16, 2016 ASP.NET Core Introduction ASP.NET Core 1.0 runtime RTM was announced by the .NET Web Development and Tools Blog on June 27th 2016. .NET Core brings about significant changes, and I will start with introducing the new ... ASP.NET Core Blog Series Part 1 0 0 3 ASP.NET Core
Coaching Agile Teams - 12 George Evjen, August 15, 2016 Agile Book Notes - Coaching Agile Teams By Lyssa Adkins Carrying Complaints An agile coach helps the team see that conflict is normal - and useful Conflict seething just below the surface is clearly not constructive ... Coaching Agile Teams - 12 0 0 1 Agile
Exploring Microsoft Azure DocumentDB Herve Roggero, August 15, 2016 Azure In this blog post, I will provide an introduction to DocumentDB by showing you how to create a collection (a collection is a container that stores your data), and how to connect to your collection to add ... Exploring Microsoft Azure DocumentDB 0 0 2 Azure
Does Dry Ice Really Cool Five Times Better Than Regular Ice? Jeremy Morgan, August 13, 2016 Programming I saw an advertisement for dry ice claiming it cools 5 times better than wet ice. Out of curiosity I had to know if this were true, or at the very least see how much better dry ice performs. I thought ... Does Dry Ice Really Cool Five Times Better Than Regular Ice? 0 0 6 Programming
Meizu’s worst phone quality. Anirudha, August 13, 2016 Every Chinese brand come with a once advantage that is called cost-friendly. As these brand continuously fooling Indian customers. Here is my own experience. Meizu m1 note is a good device but it’s a short ... Meizu’s worst phone quality. 0 1 0
Changing the Entity Framework (EF) Configuration to Use SQL Server Instead of LocalDB James Norman, August 11, 2016 Entity Framework SQL Server EF 6.0 More of a note to myself, but it may help someone else out too.Been brushing up on EF lately, and as such the Pluralsight courses I've been going through use LocalDB with Entity Framework. Of course, I'd ... Changing the Entity Framework (EF) Configuration to Use SQL Server Instead of LocalDB 0 0 0 Entity Framework SQL Server EF 6.0
Angular re-route to login page on user session expiration when user redirects to another route Renso, August 11, 2016 Javascript MVC Angular Goal: Whenever the user redirects to another route via the Angular route provider, check the server if the user is still logged in by creating an MVC controller/action to verify the user session. If the ... Angular re-route to login page on user session expiration when user redirects to another route 1 0 1 Javascript MVC Angular
Coaching Agile Teams - 11 George Evjen, August 10, 2016 Agile Book Notes from 'Coaching Agile Teams' By Lyssa Adkins Coach as Conflict Navigator Patrick Lencioni - The Five Dysfunctions of a Team - names fear of conflict as one of the five dysfunctions. Citing is ... Coaching Agile Teams - 11 0 0 1 Agile
Upgrading a budget tablet to the Windows 10 Anniversary version ihaynes, August 9, 2016 Windows 10 Linx 1010 budget tablet In trying to update a Linx 1010 tablet to the Windows 10 Anniversary version I got an immediate error telling me there wasn’t enough disc space. The tablet has a 32Gb SSD and I was told another 16Gb was ... Upgrading a budget tablet to the Windows 10 Anniversary version 0 0 1 Windows 10 Linx 1010 budget tablet
Coaching Agile Teams - 10 George Evjen, August 8, 2016 Agile Book Notes from 'Coaching Agile Teams' By Lyssa Adkins Coach as Problem Solver I used to solve problems for team Looking ahead and solving problems I thought were coming even though they hadnt happened ... Coaching Agile Teams - 10 0 0 1 Agile
The day a man with a cape and red underpants disappeared into the house of Nicolas Cage stewart ouis, August 7, 2016 For the man who can change a surname is Coppola as symbolic as the Marvel superhero Luke Cage, or to decide against the unwritten law to avoid names that will mark your children for life, and call Kal ... The day a man with a cape and red underpants disappeared into the house of Nicolas Cage 0 0 2
Coaching Agile Teams - 9 George Evjen, August 5, 2016 Agile Book Notes from 'Coaching Agile Teams' by Lyssa Adkins Learning About the Team Launch into learning about the team The guiding lights for this product - the team - are a shared vision and team norms Create ... Coaching Agile Teams - 9 0 0 2 Agile
.NET thread-pool threads and CLR worker threads Changhong Fu, August 4, 2016 CLR .NET Framework Thread ThreadPool I will try to answer following questions in this article:How many threads are available in .NET thread pool?How long does the CLR take to create a new Non-thread-pool thread?How long does the CLR take ... .NET thread-pool threads and CLR worker threads 0 0 53 CLR .NET Framework Thread ThreadPool
Angular - redirect to login after user session expires (including ajax/background processes) Renso, August 4, 2016 Javascript ASP.Net Angular Environment: .Net MVC with Angular v 1Issue: When the user redirects in Angular app or performs any kind of ajax request (searching inside a search box, clicking any button, etc. any event that triggers ... Angular - redirect to login after user session expires (including ajax/background processes) 0 0 2 Javascript ASP.Net Angular
Sql Server 2016, Entity Framework and .net 4.5.1 Robert May, August 4, 2016 Ran into an interesting bug today. I’m working with a client that’s using .net 4.5.1, EF 6.1.3, and is in the process of upgrading to SQL Server 2016. When we did the update, we suddenly had entities that ... Sql Server 2016, Entity Framework and .net 4.5.1 0 0 41
Coaching Agile Teams - 8 George Evjen, August 4, 2016 Agile Book Notes from "Coaching Agile Teams" By Lyssa Adkins Coach as Teacher An agile coach takes on the job of teacher many times throughout the life of a team. Constantly coach teams to come back to the simple ... Coaching Agile Teams - 8 0 0 2 Agile
Coaching Agile Teams - 7 George Evjen, August 3, 2016 Agile Book Notes from 'Coaching Agile Team' By Lyssa Adkins Coach as Facilitator A healthy agile team works together in high-bandwidth, high quality communication. They know the plan on a release by release ... Coaching Agile Teams - 7 0 0 4 Agile
The Advantages of cPanel Hosting Melissa Caddy, August 3, 2016 data center cpanel hosting cheap cpanel hosting cpanel server Normal 0 false false false EN-US X-NONE X-NONE CPanel is one of the most popular hosting control panel that is renowned for simplifying and managing the complex website hosting process by providing a graphical ... The Advantages of cPanel Hosting 0 0 0 data center cpanel hosting cheap cpanel hosting cpanel server
I Kick Butt And Take No Prisoners intermark, August 1, 2016 Celebrating a year at Bomanite this week by installing both Apache Web Server (Open Source designed for Unix and Linux) and the Web Server called IIS (Microsoft Internet Information Server designed for ... I Kick Butt And Take No Prisoners 0 0 4
Coaching Agile Teams - 6 George Evjen, July 31, 2016 Agile Book Notes from 'Coaching Agile Teams' By Lyssa Adkins Coaching Product Owners on Running their Business Agile frameworks teach us to harp on business value delivered. We hold business value delivered ... Coaching Agile Teams - 6 0 0 1 Agile
Adventures in NodeJS postgresql ubuntu and azure foxjazz, July 29, 2016 development environment back-end services Before I wrote about my angular2 experience. I currently have done a couple of A2 apps EveMarket And a static site:techonsiteAngular 2 and rxjs observables rocks the casbah!But now I have been researching ... Adventures in NodeJS postgresql ubuntu and azure 0 0 2 development environment back-end services
What Type of Web Hosting is Best for Me? Melissa Caddy, July 29, 2016 Shared Hosting VPS hosting In this competitive era, websites are one of the most crucial aspects that help online ventures to create an inevitable reputation and attract the customers to view the products and services. Whether it ... What Type of Web Hosting is Best for Me? 0 0 0 Shared Hosting VPS hosting
Changing service logon accounts via the back door John Breakwell, July 28, 2016 I’m installing a product that runs a service under a pre-determined logon account. I needed to rename the created account afterwards to get round a conflict somewhere else. Sounds simple – just modify ... Changing service logon accounts via the back door 0 0 0
Windows 10 Update: Removes IE11 and gives you (a rough) ‘Edge’ ihaynes, July 27, 2016 Windows 10 Edge Having waited until the last minute for a number of reasons I finally bit the bullet and updated my main Windows 7 x64 machine to Windows 10. It went smoothly but took several hours. Now it’s settled down ... Windows 10 Update: Removes IE11 and gives you (a rough) ‘Edge’ 0 0 4 Windows 10 Edge
I'm not dead yet Chris Gardner, July 27, 2016 Wow, where has the past year and a half gone? This post is just dusting things off around here. I am about to need a public place to post some things. I needed to update my DNS to a new host. I also needed ... I'm not dead yet 0 0 4
Coaching Agile Teams - 5 George Evjen, July 27, 2016 Agile Book Notes from 'Coaching Agile Team' By Lyssa Adkins Coaching at the Very Beginning The coaching intervention at the beginning of the teams first sprint together sets the tone for much of what follows ... Coaching Agile Teams - 5 0 0 2 Agile
What's the difference between “Solutions Architect” and “Applications Architect”? Eric Johnson, July 27, 2016 Sharing this good Q&A from a post on stackoverflow. Thanks goes to Rex M!http://stackoverflow.com/... ... What's the difference between “Solutions Architect” and “Applications Architect”? 1 0 0
It’s Curtains for Parse – What does it mean for Facebook and for Developers? Ritesh Patil, July 27, 2016 Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 While this may come as news to many people, it certainly is true - Facebook has decided to close down its Parse developer platform ... It’s Curtains for Parse – What does it mean for Facebook and for Developers? 0 0 1
Avoid ClickJacking in ASP.Net Core 1.0 Aligned, July 26, 2016 ASP.Net Asp.Net Core MVC Please do me a favor and read this on my Gooroo site. (if I get enough hits, I get a payment) Thanks! I recently received the status report of a penetration test of my ASP.Net Core 1.0 MVC site done by ... Avoid ClickJacking in ASP.Net Core 1.0 0 0 3 ASP.Net Asp.Net Core MVC
Coaching Agile Teams - 4 George Evjen, July 26, 2016 Agile Book Notes from 'Coaching Agile Teams' By Lyssa Adkins Let Your Style Change How long has it taken you to master tai chi? - I don’t know yet, im still practicing. How did it take you to become a master ... Coaching Agile Teams - 4 0 0 36 Agile
Chef: file, remote_file and default setting for "backup" property Alex Hildyard, July 26, 2016 I just wanted to point out that if your Chef clients are running low on disk resources, it could be worth checking your chef/cache/backup directory for temporary artefacts. I was recently looking at a ... Chef: file, remote_file and default setting for "backup" property 0 0 1
What is Software as a Service and What are its Benefits for your Business? Melissa Caddy, July 26, 2016 data center Software as a Service SaaS Saas hosting Normal 0 false false false EN-US X-NONE X-NONE SaaS or Software as a Service is a cloud service that enables consumers to access software applications over the internet. These applications are used for ... What is Software as a Service and What are its Benefits for your Business? 0 0 0 data center Software as a Service SaaS Saas hosting