We have got the opportunity to host Global Office 365 Developer Bootcamp in Letterkenny as part of Letterkenny DotNet Azure User Group (LK-MUG). Global Office 365 Developer Bootcamp – Overview? Following the success of last year, Global Office 365 Developer Bootcamp now becomes an annual event. It is a free, one-day, hands-on training event led… Continue reading
Category: Windows
Windows is a 1980 thriller starring Talia Shire, Joseph Cortese and Elizabeth Ashley, directed by Gordon Willis.
Emily Hollander (Shire) is the subject of a lesbian obsession at the hands of Andrea Glassen (Ashley), her next-door neighbor. As Emily begins dating detective Bob Luffrono (Cortese), Andrea overflows with jealousy, spying on Hollander through her own window.
The film was the subject of many protests from gay rights activists who accused the film of being homophobic and resorting to hateful stereotypes of lesbians.
Azure Cosmos DB – TTL (Time to Live) – Reference Usecase
TTL capability within Azure Cosmos DB is a live saver, as it would take necessary steps to purge redudent data based on the configurations you may. Let us think in terms of an Industrial IoT scenario, devices can produce vast amounts of telemetry information, logs and user session information that is only useful until we… Continue reading
Introduction to NDepend : Static Code Analysis Tool
As a developer, you always have to take the pain of getting adapted to the best practices and coding guidelines to be followed as per the organizational or industrial standards. Easy way to ensure your coding style follows certain standard is to manually analyze your code or use a static code analyzer like FxCop, StyleCop… Continue reading
Azure Cosmos DB – Programatically Connect to a preferred location using the SQL API
Cosmos Db is a multi-region scallable, globally-distributed database solution as part of Microsoft Azure Platform. With a button click, Azure Cosmos DB enables you to elastically and independently scale throughput and storage across any number of Azure’s geographic regions. It offers throughput, latency, availability, and consistency guarantees with comprehensive service level agreements (SLAs), that no… Continue reading
Azure Cosmos DB – Connection Policy – Setting Connection Mode and Connection Protocol
Recently I have been trying multiple ways to optimize CosmosDb SQL.NET SDK integration calls from my web application that sits within a VNET. After carefully analyzing different options available within Cosmos Db SQL API’s have realized there are different aspects we could optimize in achieving minimal turn around time. In this article I am going… Continue reading
WordPress Blog in Azure App Service In Minutes–Part 01
All my life I have been a tech saavy person would make my hands dirty trying out all odds available. Here I am going to help you with setting up your own WordPress Blog in Azure App Service. SPOILER ALERT: We will be using a B1 – Basic instance to save the cost. Step 1:… Continue reading
Getting Started local development with Azure Cosmos DB services – Part 2
In my previous article we discussed about setting local development environment using Cosmos DB Emulator for Windows. With this part 2 of the article, we will cover developing, debugging and integration related aspects of using Cosmos DB Emulator. Developing with Cosmos DB Emulator Once you have Cosmos DB emulator installed and running on your machine,… Continue reading
Getting Started local development with Azure Cosmos DB services – Part 1
Azure Cosmos DB is a multi-API, multi-model highly scalable NoSQL database services from Microsoft Azure platform. In order to develop an application consuming Azure Cosmos DB requires an azure live subscription or emulator in your local machine. The Azure Cosmos DB Emulator provides a local development/test environment for Azure Cosmos DB development purposes. Using Azure… Continue reading
.NET Framework 4.7–Released for All versions of Windows
Microsoft has released next version of .NET Framework (do not get confused with .NET Core) . Though the .NET Framework 4.7 was released as part of Windows 10 Creators Update a month ago. You can now install the .NET Framework 4.7 on other versions of Windows Download the: .NET Framework 4.7 – Web installer | … Continue reading
Visual Studio 2017 Install error– 0x80131500 – Failed to Deserialize packages
I was frustrated by this error when I am trying to reinstall Visual Studio 2017 after my visual studio got corrupted/failed during upgrade to 15.1 ( or after a previous installation failed due to low disk space). There is a file called ‘state.json’ , in below mentioned path, which is creating this particular issue. %ProgramData%\Microsoft\VisualStudio\Packages\Instances\<instance> … Continue reading