Coding Canvas

Technical Blog of a Programming Enthusiast

  • Home
  • About Me

Mapping JSON to objects using Automapper

By Jagmeet July 28, 2018 C#, JSON No Comments

In one of my recent project we had a situation where we had a huge JSON array which was supposed to be mapped to different model objects. We did some…

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

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

Custom request validation in ASP.NET

By Jagmeet December 21, 2014 .Net, ASP.NET, C# No Comments

ASP.NET request validation is ASP.NET’s built in way of saving our applications from dangerous script injection attacks or XSS attacks.The default validation provided by asp.net  is quite restrictive i.e. it…

Read more

Loading nested entities in EntityFramework

By Jagmeet October 26, 2014 .Net, C# 1 Comment

In this post I am going to discuss various options available for loading nested objects or entities when using entity framework.Below is the class structure I’ll be working with.This post…

Read more

Entity Framework Code First Migrations

By Jagmeet October 24, 2014 .Net, C# No Comments

If you are using Code first approach for developing a production scale application you would have to use migrations concept of entity framework to keep your database up to date…

Read more

Using HostingEnvironment.QueueBackgroundWorkItem to run background tasks in ASP.NET

By Jagmeet October 2, 2014 ASP.NET, C# 3 Comments

What is this new API? .NET Framework 4.5.2 has released few new APIs for ASP.NET one of them is HostingEnvironment.QueueBackgroundWorkItem .Any one who has tried to run background tasks “reliably”…

Read more

History of Asynchronous Programming Models in .NET framework

By Jagmeet August 3, 2014 .Net, C# No Comments

.NET Framework has a rich history of asynchronous programming models starting from .NET framework 1.1 to .NET Framework 4.5. In this post i’ll be discussing briefly on these programming models…

Read more

  • « Previous

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