Generating a SAS token for Service Bus in .Net Core
Originally posted on: http://geekswithblogs.net/SoftwareDoneRight/archive/2017/11/29/generating-a-sas-token-for-service-bus-in-.net-core.aspxMicrosoft has decided to separate the queue/topic...
View ArticleIn Visual Studio, how do I pass arguments in debug to a console program?
Originally posted on: http://geekswithblogs.net/AskPaula/archive/2017/11/30/in-visual-studio--how-do-i-pass-arguments-in.aspxGo to your project properties, either by right-clicking on the project and...
View ArticleSEO, Personas, and Analytics - Bridging the IT / Marketing Gap
Originally posted on: http://geekswithblogs.net/jjulian/archive/2017/12/11/seo-personas-and-analytics-bridging-the-it--marketing.aspxAs more marketing teams and IT teams start to cross paths more...
View Articlecreating a t-sql script to enable query store and auto tuning for each user...
Originally posted on: http://geekswithblogs.net/influent1/archive/2017/12/12/244633.aspxselect 'ALTER DATABASE [' + name + '] SET QUERY_STORE = ON ALTER DATABASE [' + name + '] SET AUTOMATIC_TUNING (...
View Articleimporting ssis flat files in redshift using copy
Originally posted on: http://geekswithblogs.net/influent1/archive/2017/12/18/244635.aspxAfter trying a million combinations, I finally figured out how to export data in SSIS using an OLE DB source (SQL...
View ArticleReleased LINQ to Twitter v4.2.0
Originally posted on: http://geekswithblogs.net/WinAZ/archive/2017/12/19/released-linq-to-twitter-v4.2.0.aspxToday, I released the latest version of LINQ to Twitter. In addition to fixing bugs, the...
View ArticleCode Search - Visual Studio Text Editor Extension - v1.1 Update
Originally posted on: http://geekswithblogs.net/MikeParks/archive/2017/09/01/244592.aspxIt's been about a month since I blogged and released the Code Search - Visual Studio Text Editor Extension. The...
View ArticleHello World in Xamarin
Originally posted on: http://geekswithblogs.net/anirugu/archive/2017/12/28/hello-world-in-xamarin.aspx
View ArticleICYMI: Programming the Microsoft Bot Framework
Originally posted on: http://geekswithblogs.net/WinAZ/archive/2018/01/10/icymi-programming-the-microsoft-bot-framework.aspxMy latest book, Programming the Microsoft Bot Framework: A Multiplatform...
View ArticleC# Local Function
Originally posted on: http://geekswithblogs.net/anirugu/archive/2018/01/25/c-local-function.aspx static void Main(string[] args) { int Sum(int x, int y) {...
View ArticleHaving trouble using GitHub with BI projects
Originally posted on: http://geekswithblogs.net/LifeLongTechie/archive/2018/01/26/having-trouble-using-github-with-bi-projects.aspxI had existing solution built. I've attached a screenshot of local...
View ArticleWhat happened to those people who fight corruption in India.
Originally posted on: http://geekswithblogs.net/anirugu/archive/2018/01/29/what-happened-to-those-people-who-fight-corruption-in-india.aspxWhen a NDA government come in 2014, World see a new light that...
View ArticleUnit Test for EF LINQ queries using Mocked DbSet
Originally posted on: http://geekswithblogs.net/renso/archive/2018/01/30/unit-test-for-ef-linq-queries-using-mocked-dbset.aspxGoal: Create a unit test for a EF repository query. As we all know unit...
View ArticleSQL Server: Moving DATA and LOG file to different location
Originally posted on: http://geekswithblogs.net/vaibhavgaikwad/archive/2018/02/01/244646.aspxThe default location of the "data" and "log" files for SQL Server database is "C:\Program Files\Microsoft...
View ArticleLearn C# Collection part 1
Originally posted on: http://geekswithblogs.net/anirugu/archive/2018/02/04/learn-c-collection-part-1.aspx
View ArticleC# Collection part 2
Originally posted on: http://geekswithblogs.net/anirugu/archive/2018/02/04/c-collection-part-2.aspx
View ArticleDAX Studio recent Win7 SP1 crashes
Originally posted on: http://geekswithblogs.net/darrengosbell/archive/2018/02/06/dax-studio-recent-win7-sp1-crashes.aspxWe've just found out that a recent security update to the .Net framework in...
View ArticleFree Book Chapter
Originally posted on: http://geekswithblogs.net/WinAZ/archive/2018/02/18/free-book-chapter.aspxHere’s a free chapter from Programming the Microsoft Bot Framework, "Fine-Tuning Your Chatbot":...
View Article