-
ASP.Net Core 1.0 - Create WEBAPI using Visual Studio Code
This blog post will help us to getting started WEBAPI development on the ASP.Net core 1.0 with Ubuntu 16.04. We are going to use the Visual Studio Cod...
Read More >
-
Force lower case URLs in DNN 7.1+
Many times we have URLS in mix cases and we would like to render them all in lower case. This is very easy with the DNN 7.1+ versions. DNN has introdu...
Read More >
-
Getting started with segment.io
Segment, a platform that collects the data. It is kind of bridge for analytics and marketing tools. It provides the integration with Google Analytics,...
Read More >
-
ASP.NET Core 1.0 with PostgreSQL
This article shows how we can use PostgreSQL V 3.1.1 with ASP.NET Core with plain SQL queries. Before start anything we need local or remote postgres ...
Read More >
-
Thoughts on Piranha CMS
Piranha CMS is very simple, light weight, extensible open source framework. This is a framework for keeping the content in mind. You will be up and ru...
Read More >
-
Static files resources returns status 500 code
Problem:
There was a strange problem we have in one project. We were getting error with static files (i.e. js, css, and image files). Sites were...
Read More >
-
Connect PostgreSql Database Using EntitySpaces
Requirement : I want to connect PostgreSql Database using EntitySpaces.
Here are some useful steps that can help you accomplish this task success...
Read More >
-
Multilevel Hierarchical Editable Form Using Template Binding
Kendo Grid has an in-built hierarchical feature for displaying master detail records. Sometimes, we need to edit the detail line item in the expand vi...
Read More >
-
Overriding Default ‘Add’ Action of KendoUI Master Detail Grid
One of the default actions of KendoUI Master Detail Grid is to display the Detail Grid, even in the absence of data records. In this blog you will lea...
Read More >
-
Custom Editor for Kendo UI Grid Column
It really surprises me how effortlessly Kendo UI Grid works with data that needs to be displayed or edited in a tabular format. This is due to the eff...
Read More >