Coding Canvas

Technical Blog of a Programming Enthusiast

  • Home
  • About Me

Storing application secrets in Azure key vault

By Jagmeet October 1, 2017 Architecture, Azure 1 Comment

Most of the time we need to keep certain secrets (like passwords ) and encryption keys configurable as part of applications.Usually this stuff goes in an application configuration file (e.g.…

Read more

Using azure active directory authentication in your web application

By Jagmeet September 30, 2017 Azure 1 Comment

Azure active directory (AD) provides cloud based directory and identity management services.You can use azure AD to manage users of your application and authenticate access to your applications using azure…

Read more

Orchestrating business workflows using Azure logic apps.

By Jagmeet December 5, 2016 Azure, C# No Comments

Azure has multiple offerings in its App services category which can help you leverage Azure’s Platform as a Service (PaaS) capabilities. Web Apps – For web applications Mobile Apps –…

Read more

Redirecting Standard Error for a .NET application

By Jagmeet December 18, 2015 .Net, C# 1 Comment

A while back I was working on a small Proof of concept where I needed to use console based client to connect to a server and use it to send…

Read more

Using anonymous pipes for inter and intra process communication

By Jagmeet December 12, 2015 C# No Comments

Pipes are a mechanism for inter process communication in windows.Pipes come in two varieties viz. Anonymous pipes and Named pipes.Anonymous pipes as name suggest do not have a name and…

Read more

Ports and Adapter Pattern / Hexagonal Architecture

By Jagmeet July 5, 2015 Architecture, Design Pattern No Comments

Anybody who has worked on couple of software projects with layered architecture knows how over a period of time all the projects get into the problem of excessive coupling across…

Read more

Code Weaving in .NET using Fody

By Jagmeet July 5, 2015 C# No Comments

In almost all .NET applications you encounter lot of boilerplate code which although has pretty standard implementation but is quite important from implementation point of view. Some common examples are…

Read more

Query Objects

By Jagmeet May 22, 2015 Design Pattern No Comments

Lets consider two situations mentioned below which define the problem.I guess lot of you would be familiar with the first one. Problem Situation 1 : You start with a project…

Read more

Storing polymorphic classes in MongoDb using C#

By Jagmeet January 24, 2015 C#, Database 4 Comments

NoSql databases like Mongo give us advantage of storing our classes directly in data store without worrying too much about schemas.Thus saving us from object-relational impedance mismatch.Common scenario that arises…

Read more

Using MongoDb _Id field with C# POCOs

By Jagmeet January 17, 2015 C#, Database 6 Comments

When using official C# mongo driver any field with name ‘Id’ and type “ObjectId” is mapped to _Id field in mongo db.What that means is that If you don’t supply…

Read more

  • « Previous
  • Next »

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 10 other subscribers

Recent Posts

  • Introduction to Language understanding intelligent service (LUIS)
  • Using timer triggers with Azure web jobs
  • End to end correlation using Azure application insights for asp.net mvc apps
  • Using snapshot debugger with application insights
  • Mapping JSON to objects using Automapper

Archives

  • October 2018
  • August 2018
  • July 2018
  • November 2017
  • October 2017
  • September 2017
  • December 2016
  • December 2015
  • July 2015
  • May 2015
  • January 2015
  • December 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014

Tags

.NET AngularJS application insights ASP.NET ASP.NET MVC Asynchronous Programming Asynchronous Programming Model (APM) Authentication Azure Azure Active Directory Azure key vault azure service bus C# Circuit Breaker Cloud design patterns Design Patterns Entity Framework Event Asynchronous Pattern (EAP) Fody Full Text Search Hexagonal Architecture HTML IL Weaving Inter process communication (IPC) JavaScript Json Logic Apps MongoDb MSIL PInvoke Pipes Polly Ports and Adapter queues Redirection Request Validation Retry Pattern serverless SQL SQL Server 2008 SQL Server 2012 stderr Task based Asynchronous Pattern (TAP) Threading XSS

Categories

  • .Net
  • AI
  • AngularJS
  • Architecture
  • ASP.NET
  • Azure
  • C#
  • Database
  • Design Pattern
  • JSON
  • NLP
  • SQL Server

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
Copyright © 2019 Coding Canvas | Theme by: Theme Horse | Powered by: WordPress