-
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 >
-
Data Binding Within Template Using Kendo UI
In this blog you will learn how to accomplish data binding within template using Kendo UI framework. An interesting feature of this framework on which...
Read More >
-
How To Create Kendo UI Validator
The Kendo UI Validator framework is a very easy method for performing client-side form validation. It works well with HTML5 form validation attributes...
Read More >
-
How To Override Kendo UI Grid Filter
As a web user we are all familiar with the importance of filters on lists/grids on our site. If we provide good filters on grids with some additional ...
Read More >