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! Top 5 Frameworks for Mobile App Testing Ritesh Patil, December 8, 2016 Smartphones have undoubtedly changed our lives. In this era of mobile application development, every mobile app developer is looking for amazing tools that help in developing a robust and powerful application. ... Top 5 Frameworks for Mobile App Testing 0 0 0 Neo4jClient–Bolt Edition Chris Skardon, December 7, 2016 .NET neo4j Neo4j 3.x added a new transport protocol called ‘Bolt’ in essence a binary transmission protocol to speed up connectivity to the database, and with a series of official drivers – get everyone on an even ... Neo4jClient–Bolt Edition 0 0 0 .NET neo4j How to use custom method from different namespace in Razor ? Anirudha, December 7, 2016 For using method from custom library what you need is adding namespace in views/web.config for example if you want to use linq methods you need to put something like this <add namespace="System.Linq" ... How to use custom method from different namespace in Razor ? 0 0 0 Moving On to AlignedDev.net Aligned, December 2, 2016 I've been with GeeksWithBlogs.net since November 2011 with my first post "A quicker way to work with Resx files in Silverlight". It has been very good for me and my posts have gotten a lot more exposure ... Moving On to AlignedDev.net 0 0 6 .Net Core App Error: Can not find runtime target for framework bconlon, December 1, 2016 .NetCore This has been annoying me for a while, but as usual the solution was simple. It turns out Visual Studio 2015 removes some key entries form project.json when you update Microsoft.NETCore.App using NuGet ... .Net Core App Error: Can not find runtime target for framework 0 0 0 .NetCore Keyboard short-cut to get your lost Google Chrome tabs back Renso, November 30, 2016 Issues: You just accidentally closed your Google Chrome browser, and oh boy, you lost all your open tabs and windows. Google Chrome has a really helpful short-cut to get them all back. You also have similar ... Keyboard short-cut to get your lost Google Chrome tabs back 0 0 1 Mapper vs Mapper: Performance Revisited Steve Wilkes, November 29, 2016 AgileMapper C# Programming Practices .NET Core C# Programming Practices Update: I have more up-to-date results than these, including updated versions of AgileMapper, AutoMapper and Mapster. I recently wrote a blog on the performance of various object-object mappers, but it ... Mapper vs Mapper: Performance Revisited 0 0 4 AgileMapper C# Programming Practices .NET Core C# Programming Practices All you need to know about ASP.NET MVC Celin Smith, November 28, 2016 .Net MVC Development .Net Developer MVC Development Web Applications The Model-View-Controller or MVC is an architectural design pattern that divides a web app into three main components: Model, View and Controller. The ASP.NET MVC framework acts as an alternative for the ... All you need to know about ASP.NET MVC 0 0 1 .Net MVC Development .Net Developer MVC Development Web Applications Higlights Richard Jones, November 27, 2016 This weekend….. I’ve realised the truth that Docker is the future. Please take a few moments to inhale docker.com I’ve built a MS SQL 2016, in Docker, connected to from another Container running Swift ... Higlights 0 0 0 HTTP logging using CustomTraceListener from Enterprise library Vaibhav Gaikwad, November 27, 2016 .NET managed EnterpriseLibrary.Logging This was more like a debugging related topic for me. The overall knowledge is helpful to understand how the class CustomTraceListener can be useful to build you own tracing mechanism.My use-case was the ... HTTP logging using CustomTraceListener from Enterprise library 0 0 17 .NET managed EnterpriseLibrary.Logging Can’t connect to Oracle XE on Windows 7 Ken Hortsch, November 26, 2016 The install went fine. I can connect when I use Start>Oracle XE>Run SQL Command Line, however, I cannot connect when using a third party client. Running tnsping xe or lsnrctl status also shows things ... Can’t connect to Oracle XE on Windows 7 0 0 0 Roslyn XsltCompile issues Mike Koerner, November 23, 2016 I recently was in the process of upgrading a VS2013 project to VS2015. I created a new VB Web Application project and it addded the Roslyn compiler components.In the project were several xsltCompiledTransform ... Roslyn XsltCompile issues 0 0 0 .NET Standard and Testing Partially Trusted Code Steve Wilkes, November 23, 2016 .NET Core AgileMapper ReadableExpressions Programming Practices C# C# Programming Practices Because libraries written for .NET Standard can run on multiple platforms – with more to come in the future – it's worth considering how or if they run in partially trusted environments. Having implemented ... .NET Standard and Testing Partially Trusted Code 0 0 0 .NET Core AgileMapper ReadableExpressions Programming Practices C# C# Programming Practices Mapper vs Mapper: Performance Steve Wilkes, November 20, 2016 AgileMapper .NET Core C# Programming Practices C# Programming Practices Update: the set of test results in this blog didn't turn out to all be based on fair comparisons - I've updated them and re-measured. I'm leaving this blog in place as it describes the tests. This is the ... Mapper vs Mapper: Performance 0 0 2 AgileMapper .NET Core C# Programming Practices C# Programming Practices In Depth: How ransomware attacks and how to curb it stewart ouis, November 19, 2016 Experts point to ransomware as the great security threat of the year. We tell you what it is, how it spreads, why triumphs, where your limits and when to act. This 2016 is becoming the year of online extortion. ... In Depth: How ransomware attacks and how to curb it 0 0 0 JavaScript–Adding months or days to a date Renso, November 18, 2016 Goal: Add moths or days (or other increments) to a date in JavaScript. Solution: var current = new Date(); var threeMonthsInTheFuture = new Date(new Date(current).setMonth(curr... + 3)); for ... JavaScript–Adding months or days to a date 0 0 0 Gunnar spectacles, no Warranty, no sales support. Anirudha, November 18, 2016 If you using using your phone, pc and laptop for a long time on work, you maybe search for a solution to make eye strain easy for you. For some people flux work fine. I have installed it on my desktop ... Gunnar spectacles, no Warranty, no sales support. 0 0 0 Things To Keep In Mind Before Hiring Mobile App Developers Ritesh Patil, November 18, 2016 With the increasing demand for applications in the digital media and businesses, every business wants to monetize an app for their company. The need to promote a business and with the immense popularity ... Things To Keep In Mind Before Hiring Mobile App Developers 0 0 2 EF Code First Migrations–Create Index with INCLUDE Renso, November 16, 2016 The problem: Using Entity Framework code first migrations to create a complex index that defines “INCLUDES” as part of the index. Yeah, good luck doing that using Entity Frameworks fluent notation using ... EF Code First Migrations–Create Index with INCLUDE 0 0 0 Factors That Determine Your Mobile App Development Pricing Ritesh Patil, November 16, 2016 Mobile apps are portable salesperson that stay on your customers’ devices 24 x 7. They offer round- the- clock visibility on their phone screen, thereby letting you engage better with them and thus grow ... Factors That Determine Your Mobile App Development Pricing 0 0 1 Why Android App Development is Mission Critical for your Business Ritesh Patil, November 16, 2016 Tech innovations and advancements have come a long way and have revolutionized almost every sector. The app development arena is no exception. With increased mobile adoption and emergence of the connected ... Why Android App Development is Mission Critical for your Business 0 0 1 How to enumerate an ENUM (C#) Renso, November 15, 2016 Goal: You have a C# ENUM and for some reason you would like to enumerate it. Perhaps you would like to return the enumerated list to the client’s ajax call rather than calling the DB table that represents ... How to enumerate an ENUM (C#) 0 0 2 Facebook launches analytic functions for bots in Messenger stewart ouis, November 15, 2016 Facebook just added analytical support for bots Platform Messenger on Facebook Analytics for Applications , the free tool that allows companies to track customers through applications and websites.In this ... Facebook launches analytic functions for bots in Messenger 0 0 2 Aurelia Links Aligned, November 14, 2016 JavaScript I'm posting new links at my new AlignedDev blogI’ve been following AureliaJs for quite awhile now and I’ve collected a lot of links. Here they are, in no particular order, for you to enjoy. Please follow ... Aurelia Links 0 0 0 JavaScript ProcessAdd bug in AMO 2016 Darren Gosbell, November 14, 2016 Analysis Services Analysis Services I saw the question below on the MSDN forum about processAdd not working in AMO 2016 and I thought it sounded strange so I did some investigation:https://socia... ... ProcessAdd bug in AMO 2016 0 0 0 Analysis Services Analysis Services Powered By WordPress Jim Kita, November 10, 2016 For a number of reasons, it was decided to migrate the blog content from this site to a new platform. For earlier and newer blog entries, please find this blog located at jimkita.wordpress.com ... Powered By WordPress 0 0 3 Application Insights is not showing browser exceptions when window.onerror is set Aligned, November 10, 2016 ASP.Net Azure JavaScript We are using Application Insights from Azure to gain insight into our production database. We noticed that the browser tab was not showing Browser exceptions. This should be working by default as discussed ... Application Insights is not showing browser exceptions when window.onerror is set 0 0 2 ASP.Net Azure JavaScript Reposition DataTable Columns Karthick Raju, November 9, 2016 Asp.Net C# After data bound to DataTable (say dtUser is DataTable name), if we would like to interchange FirstName (first column) and LastName (second column) columns position then we have to do like belowdtUser.Columns["FirstN... ... Reposition DataTable Columns 0 0 0 Asp.Net C# How To Get Better Aid Regarding Email Account Related Issues ADV SOFTWARE, November 9, 2016 Receiving and sending emails have become an essential part of people’s day-to day life. Emails and daily works are associated as email has become regular routine. It helps people to connect with the world ... How To Get Better Aid Regarding Email Account Related Issues 0 0 1 Some Git help Aligned, November 8, 2016 I shared some information at a Lunch and Learn along with a demo and now I’m sharing it with you. "branching as a tool vs branching as a strategy" ~ Scott a branch is a playground new task = new branch, ... Some Git help 0 0 0 Entity Framework DbSet Attach() vs Add() Renso, November 7, 2016 Issue: Two options are available in EF to let it know an object exists, “Attach” and “Add”, not sure when to use which. Answer: “Add” as the verb suggests is for adding new objects to the EF context in ... Entity Framework DbSet Attach() vs Add() 0 0 1 Accessing SalesForce Data Using SQL with Enzo Unified Herve Roggero, November 7, 2016 Enzo Unified In this article I will show you how to access SalesForce data to simplify data access and analysis, either in real-time or through a local cache, using SQL commands through the Enzo Unified data virtualization ... Accessing SalesForce Data Using SQL with Enzo Unified 0 0 2 Enzo Unified SQL Server Statistics Parser Humprey Cogay, SQLWanderer, November 4, 2016 MSSQL Working as a Data Engineer, one of my key role is to do Query and Server Optimizations, and one of the weird things that we will be seeing is this Nerdy Data Of course this does not automatically show ... SQL Server Statistics Parser 0 0 0 MSSQL Reset Identity column in SQL table Karthick Raju, November 4, 2016 SQL SQL Server To reset Identity from 1Below would reset identity column of SQL table and start Identity column value from 1DBCC CHECKIDENT (TABLE_NAME, reseed, 0)To reset Identity from the specified value Say, If records ... Reset Identity column in SQL table 0 0 1 SQL SQL Server How to execute Dynamic SQL query Karthick Raju, November 4, 2016 SQL SQL Server Dynamic Query Below SQL script would help to run simple dynamic queryDECLARE @SQLQuery NVARCHAR(500) — To see max length for NVARCHARSET @SQLQuery = N’SELECT * FROM TABLE_NAME’ — To understand why N’ in this lineEXEC(@SQLQuery)Ensure ... How to execute Dynamic SQL query 0 0 0 SQL SQL Server Dynamic Query ASP.Net Prevent navigation on Back Space button Karthick Raju, November 4, 2016 Asp.Net JavaScript Web sites will usually redirect user to previous page, if Back Space button is pressed. I have recently got the requirement to prevent user from navigating during this scenario.For this, we have to prevent ... ASP.Net Prevent navigation on Back Space button 0 0 0 Asp.Net JavaScript Sort listbox items using jQuery in ASP.Net Karthick Raju, November 4, 2016 Asp.Net JavaScript jQuery First of all, we have to refer jQuery on the page. Kindly down the latest jQuery from below urlhttps://plugins.jquery.c... is the function, will sort list box items in the ascending orderfunction ... Sort listbox items using jQuery in ASP.Net 0 0 0 Asp.Net JavaScript jQuery My Best Player Isnt My Hardest Worker - George Evjen, November 3, 2016 Agile TeamBuilding At some point every athletic coach will have a player that has the mindset to do whatever is necessary to disrupt any team cohesion that you are trying to create. You have basic team standards that you ... My Best Player Isnt My Hardest Worker - 0 0 34 Agile TeamBuilding Restore SQL Database–Restoring security user settings Renso, November 2, 2016 The issue: I just restored a database backup file from somewhere. The users had a problem in a production environment and I want access to the same data to debug. The user (service account) created to ... Restore SQL Database–Restoring security user settings 0 0 0 Benefits Of .Net MVC In Mobile App Development Celin Smith, November 2, 2016 .Net MVC Development .Net Developer MVC Business MVC Development Today, innovations are taking place round the clock every single day. It is important to get access to the latest technologies to have a niche in the ever growing competition. This is possible by creating ... Benefits Of .Net MVC In Mobile App Development 0 0 0 .Net MVC Development .Net Developer MVC Business MVC Development Extreme Ownership : Prioritize & Execute George Evjen, October 31, 2016 Agile TeamBuilding Book Notes from 'Extreme Ownership' By Jocko Willink & Leif BabinPrioritize and Execute How could we possibly tackle so many problems at once. Prioritize and execute - even the greatest of battlefield ... Extreme Ownership : Prioritize & Execute 0 0 19 Agile TeamBuilding Extreme Ownership : Simple George Evjen, October 31, 2016 Agile TeamBuilding Book Notes from 'Extreme Ownership' By Jocko Willink & Leif BabinSimple I appreciate your motivation to get out there and get after it - but perhaps we should for these first few patrols - we need ... Extreme Ownership : Simple 0 0 10 Agile TeamBuilding Netflix Sneak Peak Erald Gjoni, October 28, 2016 devops Data Azure SqlPass bigdata AWS Netflix This past week I had the privilege to peek behind the curtain of a service provider that has become a streaming titan in a relatively short time. We all have been guilty of hanging up our responsibility ... Netflix Sneak Peak 0 0 0 devops Data Azure SqlPass bigdata AWS Netflix SQLPass First Timer Erald Gjoni, October 28, 2016 sql Microsoft Sql Server Azure SqlPass Finally, after 3 years of wanting to make it to Pass Summit, the planets aligned and I was able to go. So far it has been a great experience. However, it once again reiterates the magnitude of the Data ... SQLPass First Timer 0 0 0 sql Microsoft Sql Server Azure SqlPass Sketchnotes: Microsoft Windows 10 Creator Update Event Tim Murphy, October 26, 2016 Windows 10 Microsoft Sketchnote PSC On October 26, 2016 Microsoft had an event to show off the future of Windows 10 and some new hardware. The following sketchnotes summarize the announcements from that event ... Sketchnotes: Microsoft Windows 10 Creator Update Event 0 0 0 Windows 10 Microsoft Sketchnote PSC My First Amazon Echo Skill Richard Jones, October 21, 2016 So excited. I've done it. First Amazon Echo Skill, all up and running. Will report back with full implementation details. Super easy and really great result. My First Amazon Echo Skill 0 0 0 DAX Studio 2.5.0 Release Darren Gosbell, October 20, 2016 DAX Studio The next version of DAX Studio has just been released. You can download this release and read the release notes here Note: In this release we have updated the versions of the Microsoft ADOMD.Net and AMO ... DAX Studio 2.5.0 Release 0 0 0 DAX Studio Worrying About The Email Login Problem? ADV SOFTWARE, October 19, 2016 Email log in problem is one of the most current internet problems in recent times. Along with positive effect internet has some negative effects too. Through internet people can reach to their near and ... Worrying About The Email Login Problem? 0 0 1 TFS 2015 Build quick Issues and Fix Gaurav Bodar, October 19, 2016 tfs build TFS build Vnext TFS build 2015 team foundation server TFS 2015 Vnext build gives you the option for running Visual studio build which will ideally have these options 1) Get Source This action is Hidden but as you can understand TFS will download source files ... TFS 2015 Build quick Issues and Fix 1 0 3 tfs build TFS build Vnext TFS build 2015 team foundation server Central Pennsylvania Dot Net user group Code Camp 2016 raysmithequip, October 18, 2016 Code Camp 2016 will be in a different venue from last year. This year we will be at Harrisburg University. We are extremely indebted to the wonderful people at Harrisburg University. Central Pennsylvania Dot Net user group Code Camp 2016 1 0 4 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!
Top 5 Frameworks for Mobile App Testing Ritesh Patil, December 8, 2016 Smartphones have undoubtedly changed our lives. In this era of mobile application development, every mobile app developer is looking for amazing tools that help in developing a robust and powerful application. ... Top 5 Frameworks for Mobile App Testing 0 0 0
Neo4jClient–Bolt Edition Chris Skardon, December 7, 2016 .NET neo4j Neo4j 3.x added a new transport protocol called ‘Bolt’ in essence a binary transmission protocol to speed up connectivity to the database, and with a series of official drivers – get everyone on an even ... Neo4jClient–Bolt Edition 0 0 0 .NET neo4j
How to use custom method from different namespace in Razor ? Anirudha, December 7, 2016 For using method from custom library what you need is adding namespace in views/web.config for example if you want to use linq methods you need to put something like this <add namespace="System.Linq" ... How to use custom method from different namespace in Razor ? 0 0 0
Moving On to AlignedDev.net Aligned, December 2, 2016 I've been with GeeksWithBlogs.net since November 2011 with my first post "A quicker way to work with Resx files in Silverlight". It has been very good for me and my posts have gotten a lot more exposure ... Moving On to AlignedDev.net 0 0 6
.Net Core App Error: Can not find runtime target for framework bconlon, December 1, 2016 .NetCore This has been annoying me for a while, but as usual the solution was simple. It turns out Visual Studio 2015 removes some key entries form project.json when you update Microsoft.NETCore.App using NuGet ... .Net Core App Error: Can not find runtime target for framework 0 0 0 .NetCore
Keyboard short-cut to get your lost Google Chrome tabs back Renso, November 30, 2016 Issues: You just accidentally closed your Google Chrome browser, and oh boy, you lost all your open tabs and windows. Google Chrome has a really helpful short-cut to get them all back. You also have similar ... Keyboard short-cut to get your lost Google Chrome tabs back 0 0 1
Mapper vs Mapper: Performance Revisited Steve Wilkes, November 29, 2016 AgileMapper C# Programming Practices .NET Core C# Programming Practices Update: I have more up-to-date results than these, including updated versions of AgileMapper, AutoMapper and Mapster. I recently wrote a blog on the performance of various object-object mappers, but it ... Mapper vs Mapper: Performance Revisited 0 0 4 AgileMapper C# Programming Practices .NET Core C# Programming Practices
All you need to know about ASP.NET MVC Celin Smith, November 28, 2016 .Net MVC Development .Net Developer MVC Development Web Applications The Model-View-Controller or MVC is an architectural design pattern that divides a web app into three main components: Model, View and Controller. The ASP.NET MVC framework acts as an alternative for the ... All you need to know about ASP.NET MVC 0 0 1 .Net MVC Development .Net Developer MVC Development Web Applications
Higlights Richard Jones, November 27, 2016 This weekend….. I’ve realised the truth that Docker is the future. Please take a few moments to inhale docker.com I’ve built a MS SQL 2016, in Docker, connected to from another Container running Swift ... Higlights 0 0 0
HTTP logging using CustomTraceListener from Enterprise library Vaibhav Gaikwad, November 27, 2016 .NET managed EnterpriseLibrary.Logging This was more like a debugging related topic for me. The overall knowledge is helpful to understand how the class CustomTraceListener can be useful to build you own tracing mechanism.My use-case was the ... HTTP logging using CustomTraceListener from Enterprise library 0 0 17 .NET managed EnterpriseLibrary.Logging
Can’t connect to Oracle XE on Windows 7 Ken Hortsch, November 26, 2016 The install went fine. I can connect when I use Start>Oracle XE>Run SQL Command Line, however, I cannot connect when using a third party client. Running tnsping xe or lsnrctl status also shows things ... Can’t connect to Oracle XE on Windows 7 0 0 0
Roslyn XsltCompile issues Mike Koerner, November 23, 2016 I recently was in the process of upgrading a VS2013 project to VS2015. I created a new VB Web Application project and it addded the Roslyn compiler components.In the project were several xsltCompiledTransform ... Roslyn XsltCompile issues 0 0 0
.NET Standard and Testing Partially Trusted Code Steve Wilkes, November 23, 2016 .NET Core AgileMapper ReadableExpressions Programming Practices C# C# Programming Practices Because libraries written for .NET Standard can run on multiple platforms – with more to come in the future – it's worth considering how or if they run in partially trusted environments. Having implemented ... .NET Standard and Testing Partially Trusted Code 0 0 0 .NET Core AgileMapper ReadableExpressions Programming Practices C# C# Programming Practices
Mapper vs Mapper: Performance Steve Wilkes, November 20, 2016 AgileMapper .NET Core C# Programming Practices C# Programming Practices Update: the set of test results in this blog didn't turn out to all be based on fair comparisons - I've updated them and re-measured. I'm leaving this blog in place as it describes the tests. This is the ... Mapper vs Mapper: Performance 0 0 2 AgileMapper .NET Core C# Programming Practices C# Programming Practices
In Depth: How ransomware attacks and how to curb it stewart ouis, November 19, 2016 Experts point to ransomware as the great security threat of the year. We tell you what it is, how it spreads, why triumphs, where your limits and when to act. This 2016 is becoming the year of online extortion. ... In Depth: How ransomware attacks and how to curb it 0 0 0
JavaScript–Adding months or days to a date Renso, November 18, 2016 Goal: Add moths or days (or other increments) to a date in JavaScript. Solution: var current = new Date(); var threeMonthsInTheFuture = new Date(new Date(current).setMonth(curr... + 3)); for ... JavaScript–Adding months or days to a date 0 0 0
Gunnar spectacles, no Warranty, no sales support. Anirudha, November 18, 2016 If you using using your phone, pc and laptop for a long time on work, you maybe search for a solution to make eye strain easy for you. For some people flux work fine. I have installed it on my desktop ... Gunnar spectacles, no Warranty, no sales support. 0 0 0
Things To Keep In Mind Before Hiring Mobile App Developers Ritesh Patil, November 18, 2016 With the increasing demand for applications in the digital media and businesses, every business wants to monetize an app for their company. The need to promote a business and with the immense popularity ... Things To Keep In Mind Before Hiring Mobile App Developers 0 0 2
EF Code First Migrations–Create Index with INCLUDE Renso, November 16, 2016 The problem: Using Entity Framework code first migrations to create a complex index that defines “INCLUDES” as part of the index. Yeah, good luck doing that using Entity Frameworks fluent notation using ... EF Code First Migrations–Create Index with INCLUDE 0 0 0
Factors That Determine Your Mobile App Development Pricing Ritesh Patil, November 16, 2016 Mobile apps are portable salesperson that stay on your customers’ devices 24 x 7. They offer round- the- clock visibility on their phone screen, thereby letting you engage better with them and thus grow ... Factors That Determine Your Mobile App Development Pricing 0 0 1
Why Android App Development is Mission Critical for your Business Ritesh Patil, November 16, 2016 Tech innovations and advancements have come a long way and have revolutionized almost every sector. The app development arena is no exception. With increased mobile adoption and emergence of the connected ... Why Android App Development is Mission Critical for your Business 0 0 1
How to enumerate an ENUM (C#) Renso, November 15, 2016 Goal: You have a C# ENUM and for some reason you would like to enumerate it. Perhaps you would like to return the enumerated list to the client’s ajax call rather than calling the DB table that represents ... How to enumerate an ENUM (C#) 0 0 2
Facebook launches analytic functions for bots in Messenger stewart ouis, November 15, 2016 Facebook just added analytical support for bots Platform Messenger on Facebook Analytics for Applications , the free tool that allows companies to track customers through applications and websites.In this ... Facebook launches analytic functions for bots in Messenger 0 0 2
Aurelia Links Aligned, November 14, 2016 JavaScript I'm posting new links at my new AlignedDev blogI’ve been following AureliaJs for quite awhile now and I’ve collected a lot of links. Here they are, in no particular order, for you to enjoy. Please follow ... Aurelia Links 0 0 0 JavaScript
ProcessAdd bug in AMO 2016 Darren Gosbell, November 14, 2016 Analysis Services Analysis Services I saw the question below on the MSDN forum about processAdd not working in AMO 2016 and I thought it sounded strange so I did some investigation:https://socia... ... ProcessAdd bug in AMO 2016 0 0 0 Analysis Services Analysis Services
Powered By WordPress Jim Kita, November 10, 2016 For a number of reasons, it was decided to migrate the blog content from this site to a new platform. For earlier and newer blog entries, please find this blog located at jimkita.wordpress.com ... Powered By WordPress 0 0 3
Application Insights is not showing browser exceptions when window.onerror is set Aligned, November 10, 2016 ASP.Net Azure JavaScript We are using Application Insights from Azure to gain insight into our production database. We noticed that the browser tab was not showing Browser exceptions. This should be working by default as discussed ... Application Insights is not showing browser exceptions when window.onerror is set 0 0 2 ASP.Net Azure JavaScript
Reposition DataTable Columns Karthick Raju, November 9, 2016 Asp.Net C# After data bound to DataTable (say dtUser is DataTable name), if we would like to interchange FirstName (first column) and LastName (second column) columns position then we have to do like belowdtUser.Columns["FirstN... ... Reposition DataTable Columns 0 0 0 Asp.Net C#
How To Get Better Aid Regarding Email Account Related Issues ADV SOFTWARE, November 9, 2016 Receiving and sending emails have become an essential part of people’s day-to day life. Emails and daily works are associated as email has become regular routine. It helps people to connect with the world ... How To Get Better Aid Regarding Email Account Related Issues 0 0 1
Some Git help Aligned, November 8, 2016 I shared some information at a Lunch and Learn along with a demo and now I’m sharing it with you. "branching as a tool vs branching as a strategy" ~ Scott a branch is a playground new task = new branch, ... Some Git help 0 0 0
Entity Framework DbSet Attach() vs Add() Renso, November 7, 2016 Issue: Two options are available in EF to let it know an object exists, “Attach” and “Add”, not sure when to use which. Answer: “Add” as the verb suggests is for adding new objects to the EF context in ... Entity Framework DbSet Attach() vs Add() 0 0 1
Accessing SalesForce Data Using SQL with Enzo Unified Herve Roggero, November 7, 2016 Enzo Unified In this article I will show you how to access SalesForce data to simplify data access and analysis, either in real-time or through a local cache, using SQL commands through the Enzo Unified data virtualization ... Accessing SalesForce Data Using SQL with Enzo Unified 0 0 2 Enzo Unified
SQL Server Statistics Parser Humprey Cogay, SQLWanderer, November 4, 2016 MSSQL Working as a Data Engineer, one of my key role is to do Query and Server Optimizations, and one of the weird things that we will be seeing is this Nerdy Data Of course this does not automatically show ... SQL Server Statistics Parser 0 0 0 MSSQL
Reset Identity column in SQL table Karthick Raju, November 4, 2016 SQL SQL Server To reset Identity from 1Below would reset identity column of SQL table and start Identity column value from 1DBCC CHECKIDENT (TABLE_NAME, reseed, 0)To reset Identity from the specified value Say, If records ... Reset Identity column in SQL table 0 0 1 SQL SQL Server
How to execute Dynamic SQL query Karthick Raju, November 4, 2016 SQL SQL Server Dynamic Query Below SQL script would help to run simple dynamic queryDECLARE @SQLQuery NVARCHAR(500) — To see max length for NVARCHARSET @SQLQuery = N’SELECT * FROM TABLE_NAME’ — To understand why N’ in this lineEXEC(@SQLQuery)Ensure ... How to execute Dynamic SQL query 0 0 0 SQL SQL Server Dynamic Query
ASP.Net Prevent navigation on Back Space button Karthick Raju, November 4, 2016 Asp.Net JavaScript Web sites will usually redirect user to previous page, if Back Space button is pressed. I have recently got the requirement to prevent user from navigating during this scenario.For this, we have to prevent ... ASP.Net Prevent navigation on Back Space button 0 0 0 Asp.Net JavaScript
Sort listbox items using jQuery in ASP.Net Karthick Raju, November 4, 2016 Asp.Net JavaScript jQuery First of all, we have to refer jQuery on the page. Kindly down the latest jQuery from below urlhttps://plugins.jquery.c... is the function, will sort list box items in the ascending orderfunction ... Sort listbox items using jQuery in ASP.Net 0 0 0 Asp.Net JavaScript jQuery
My Best Player Isnt My Hardest Worker - George Evjen, November 3, 2016 Agile TeamBuilding At some point every athletic coach will have a player that has the mindset to do whatever is necessary to disrupt any team cohesion that you are trying to create. You have basic team standards that you ... My Best Player Isnt My Hardest Worker - 0 0 34 Agile TeamBuilding
Restore SQL Database–Restoring security user settings Renso, November 2, 2016 The issue: I just restored a database backup file from somewhere. The users had a problem in a production environment and I want access to the same data to debug. The user (service account) created to ... Restore SQL Database–Restoring security user settings 0 0 0
Benefits Of .Net MVC In Mobile App Development Celin Smith, November 2, 2016 .Net MVC Development .Net Developer MVC Business MVC Development Today, innovations are taking place round the clock every single day. It is important to get access to the latest technologies to have a niche in the ever growing competition. This is possible by creating ... Benefits Of .Net MVC In Mobile App Development 0 0 0 .Net MVC Development .Net Developer MVC Business MVC Development
Extreme Ownership : Prioritize & Execute George Evjen, October 31, 2016 Agile TeamBuilding Book Notes from 'Extreme Ownership' By Jocko Willink & Leif BabinPrioritize and Execute How could we possibly tackle so many problems at once. Prioritize and execute - even the greatest of battlefield ... Extreme Ownership : Prioritize & Execute 0 0 19 Agile TeamBuilding
Extreme Ownership : Simple George Evjen, October 31, 2016 Agile TeamBuilding Book Notes from 'Extreme Ownership' By Jocko Willink & Leif BabinSimple I appreciate your motivation to get out there and get after it - but perhaps we should for these first few patrols - we need ... Extreme Ownership : Simple 0 0 10 Agile TeamBuilding
Netflix Sneak Peak Erald Gjoni, October 28, 2016 devops Data Azure SqlPass bigdata AWS Netflix This past week I had the privilege to peek behind the curtain of a service provider that has become a streaming titan in a relatively short time. We all have been guilty of hanging up our responsibility ... Netflix Sneak Peak 0 0 0 devops Data Azure SqlPass bigdata AWS Netflix
SQLPass First Timer Erald Gjoni, October 28, 2016 sql Microsoft Sql Server Azure SqlPass Finally, after 3 years of wanting to make it to Pass Summit, the planets aligned and I was able to go. So far it has been a great experience. However, it once again reiterates the magnitude of the Data ... SQLPass First Timer 0 0 0 sql Microsoft Sql Server Azure SqlPass
Sketchnotes: Microsoft Windows 10 Creator Update Event Tim Murphy, October 26, 2016 Windows 10 Microsoft Sketchnote PSC On October 26, 2016 Microsoft had an event to show off the future of Windows 10 and some new hardware. The following sketchnotes summarize the announcements from that event ... Sketchnotes: Microsoft Windows 10 Creator Update Event 0 0 0 Windows 10 Microsoft Sketchnote PSC
My First Amazon Echo Skill Richard Jones, October 21, 2016 So excited. I've done it. First Amazon Echo Skill, all up and running. Will report back with full implementation details. Super easy and really great result. My First Amazon Echo Skill 0 0 0
DAX Studio 2.5.0 Release Darren Gosbell, October 20, 2016 DAX Studio The next version of DAX Studio has just been released. You can download this release and read the release notes here Note: In this release we have updated the versions of the Microsoft ADOMD.Net and AMO ... DAX Studio 2.5.0 Release 0 0 0 DAX Studio
Worrying About The Email Login Problem? ADV SOFTWARE, October 19, 2016 Email log in problem is one of the most current internet problems in recent times. Along with positive effect internet has some negative effects too. Through internet people can reach to their near and ... Worrying About The Email Login Problem? 0 0 1
TFS 2015 Build quick Issues and Fix Gaurav Bodar, October 19, 2016 tfs build TFS build Vnext TFS build 2015 team foundation server TFS 2015 Vnext build gives you the option for running Visual studio build which will ideally have these options 1) Get Source This action is Hidden but as you can understand TFS will download source files ... TFS 2015 Build quick Issues and Fix 1 0 3 tfs build TFS build Vnext TFS build 2015 team foundation server
Central Pennsylvania Dot Net user group Code Camp 2016 raysmithequip, October 18, 2016 Code Camp 2016 will be in a different venue from last year. This year we will be at Harrisburg University. We are extremely indebted to the wonderful people at Harrisburg University. Central Pennsylvania Dot Net user group Code Camp 2016 1 0 4