Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET, Cloud and everything
Azure Automation Sample Scripts
Automation in Azure is as important as vowel. So we have the treasure here...
Author: Wriju Ghosh Date: 07/29/2016
THANKS!! This blog is featured in C# Wikipedia Page
Time to celebrate. My blog is referred in Wikipedia C# page along with Anders and other greats. I...
Author: Wriju Ghosh Date: 07/21/2016
Command & Query Responsibility Segregation Pattern
There is a beautiful book about the well-received pattern called "CQRS". For everything please visit...
Author: Wriju Ghosh Date: 07/20/2016
Add User to Azure Active Directory using Graph API
This post should have appeared before the other related posts. However let us see from the ground up...
Author: Wriju Ghosh Date: 07/20/2016
Azure AD Graph API Create List of Users
Getting the list of users from AD is bit tricky. Firstly the call is Asynchronous and it is delayed....
Author: Wriju Ghosh Date: 07/20/2016
How to delete Azure AD User using Graph API
Adding user to Azure AD (AAD) is straight forward. However when we want to delete the user we may...
Author: Wriju Ghosh Date: 07/20/2016
Error Authorization_RequestDenied while Editing Azure AD Object
Azure Active Directory allows applications to add user via Graph API through an Application Key....
Author: Wriju Ghosh Date: 07/20/2016
Azure Active Directory Limits and Restrictions
There are certain limits to Azure AD when we work. As from my experience we often run into...
Author: Wriju Ghosh Date: 07/15/2016
Git Extension Videos
Recently I am using Git Extension tool to use Git check-in. Here are some videos available Clone -...
Author: Wriju Ghosh Date: 07/12/2016
How to Calculate SLA for a Product
When we work against multiple Azure Services for a Single Product we need to handle the SLA (Service...
Author: Wriju Ghosh Date: 07/08/2016
Azure AD Password Policy – Good to know
Characters allowed A – Z a -z 0 – 9 @ # $ % ^ & * - _ ! + = [ ] { } | \ : ' , . ? / ` ~ " ( ) ;...
Author: Wriju Ghosh Date: 07/08/2016
Generating ASP.NET Web API Documentation
Swagger is one of the most popular documentation and code generation engine for Web API. Unlike ASMX...
Author: Wriju Ghosh Date: 07/07/2016
Free Sequence Diagram Tool
I happen to find one free online Sequence Diagram Tool at https://www.websequencediagrams.com/ The...
Author: Wriju Ghosh Date: 07/02/2016
Being a Consultant why it is so important to keep learning
Being a Developer Consultant you keep on working hard on the projects for your customer. This...
Author: Wriju Ghosh Date: 07/02/2016
How to create TFS 2015 and Deploy as Scheduled Job
Many times we may need to deploy some code which will run in the back ground as a continuous process...
Author: Wriju Ghosh Date: 04/14/2016
Open XML Create Excel from scratch
Open XML SDK allows you to work with Office products without installing any COM component. It also...
Author: Wriju Ghosh Date: 03/13/2016
TFS API : Open TFS Server Selection Dialog from Code
Everytime we work with Visual Studio and try to connect to TFS we get a popup to select the...
Author: Wriju Ghosh Date: 02/24/2016
Building Simple Math Problems for Jounior School
My daughter studies in junior school and we often face issues getting her enough problem for simple...
Author: Wriju Ghosh Date: 02/16/2016
Getting Azure VM Remote Desktop File in PowerShell
I often just need the Remote Desktop file of a VM to work. For that it takes a longer time to...
Author: Wriju Ghosh Date: 01/06/2016
How to create Shared Access Signature (SAS) for Blob and Container
There are few ways by which you could created Shared Access Signature (SAS) for Azure Storage Blob...
Author: Wriju Ghosh Date: 01/03/2016
Moving TFS 2015 VM to Azure as an Image and Creating Machine from It
As I had to use TFS 2015 and the quickest option was to get the ready VM by Visual Studio ALM team...
Author: Wriju Ghosh Date: 12/30/2015
Azure Certification Free Trainings
Below are the related courses for Azure Certification For 70-532 use Developing Microsoft Azure...
Author: Wriju Ghosh Date: 12/27/2015
PowerShell why should you learn and how must start
If you really care about performing Automation in your System dominated by Microsoft products its...
Author: Wriju Ghosh Date: 12/25/2015
Azure PowerShell Know the differences
There are a bunch of confusing PowerShell commands which looks the same by their name....
Author: Wriju Ghosh Date: 12/25/2015
Azure PowerShell Getting the Remote Desktop File
When you are on Go and Portal is not responding well, you might be in need to get the remote desktop...
Author: Wriju Ghosh Date: 12/25/2015
New Improved Blog Editor
Since the support for Live Writer was missing in Windows 10 I was heavily impacted. I am a blogger...
Author: Wriju Ghosh Date: 12/25/2015
Manage your own Azure Subscription using PowerShell
You might be using a Dev/Test Azure account and to save the money you would like to Shutdown all the...
Author: Wriju Ghosh Date: 12/12/2015
One Line Command to Shutdown all Running Azure VMs using PowerShell
After a long time, I managed one single line command to shutdown all Azure VMs in one single...
Author: Wriju Ghosh Date: 12/12/2015
Windows 10 Best of Build
Author: Wriju Ghosh Date: 10/30/2015
Azure Resource Manager QuickStart Templates
Never ignore the power of Azure Resource Manager. Get more details here Azure Resource Manager...
Author: Wriju Ghosh Date: 10/25/2015
Cloud Services is now Available in Azure Preview Portal
A lot of people don't use Azure Preview Portal due to sheer habit. Let me tell you, if you are not...
Author: Wriju Ghosh Date: 10/24/2015
Azure Billing Alert
The much awaited feature of Azure is now available as preview. To enable it go to...
Author: Wriju Ghosh Date: 10/24/2015
The Great Confusion of Azure IP Address
There are a many IP addresses in Azure. Virtual IP, Public IP, Instance IP. What a great way to feel...
Author: Wriju Ghosh Date: 09/16/2015
Tips for Microsoft Certification : Developing Microsoft Azure Solutions (70-532)
Life is a continuous learning process and equally unlearning. Especially in the cloud space where...
Author: Wriju Ghosh Date: 07/22/2015
Windows 10 XML Template
Windows 10 XAML Templates are available here https://github.com/Windows-XAML/Template10 This...
Author: Wriju Ghosh Date: 07/14/2015
ADO.NET EF and Repository Pattern
This is a fantastic blog series by Julie and who don't know Julie??? Repository Pattern this is...
Author: Wriju Ghosh Date: 07/12/2015
Free Azure for Microsoft Partner
One of the key benefits of MPN is free Azure Internal Usage Rights (Azure IUR). To activate that you...
Author: Wriju Ghosh Date: 07/09/2015
Connecting on-premises SQL Server using Azure Service Bus Relay
This issue seems very common rather we can call it a requirement. Business Need. We have a Web Site...
Author: Wriju Ghosh Date: 07/09/2015
Top 10 things while migrating existing Web Applications to Azure
Microsoft Azure is another sophisticated hosting platform. For Web Sites where we have code written...
Author: Wriju Ghosh Date: 07/07/2015
Azure Readiness Catalog
All in one Azure Readiness Resource. Search, filter and learn...
Author: Wriju Ghosh Date: 06/15/2015
Azure PowerShell : Forbidden Error: The server failed to authenticate the request
You have used Add-AzureAccount command to connect to Azure Account or might have used...
Author: Wriju Ghosh Date: 06/15/2015
Windows 10 – Latest Developer Resources
Microsoft Virtual Academy Training A Developer’s Guide to Windows 10 BUILD 2015 Sessions Introducing...
Author: Wriju Ghosh Date: 05/07/2015
DocumentDB Add and Read – Simple Approach
I wanted to create a simple sample which would Add and Read records in DocumentDB. Created one...
Author: Wriju Ghosh Date: 04/14/2015
Importing data from SQL to DocumentDB
I have posted on Blog which shows step by step how to configure and import data from SQL Server...
Author: Wriju Ghosh Date: 04/09/2015
Effectively use Azure MSDN Account to avoid exceeding the quota
Many of you use Free MSDN Azure account for Dev/Test. This post is all about using Free Azure...
Author: Wriju Ghosh Date: 04/03/2015
When you need to care about Online Payment
Often times we need to pay using our credit/debit card to many E-Commerce portal. We must verify if...
Author: Wriju Ghosh Date: 04/02/2015
Azure Runbook Schedule Time Zone
When we select the time to create the Runbook Automation Scheduler we get confused which timezone it...
Author: Wriju Ghosh Date: 01/19/2015
Azure PowerShell : Shutdown All Azure VMs
To Shutdown all Azure VM you don't need to go to individual and then press the button. But run an...
Author: Wriju Ghosh Date: 01/09/2015