Tech

SQL table to c# class | SQL to c# class | table to class c#

We can create a c# entity or dto class from a database table. Here is the script to generate...

Jan 1 · 1 min read >

CONFIGURE ONE-TO-MANY RELATIONSHIP Data Model

The Standard and Teacher entities have a One-to-Many relationship marked by multiplicity where 1 is for One and *...

Aug 21 · 44 sec read >

INSTALL MONGO DB IN LESS THAN 10 MINUTES ?

The goal of this guide is to install mongo db in less than 10 minutes. we will download and...

Jul 16 · 1 min read >

Deserializing Complex JSON using C# in 5 minutes.

 If have a situation where you immediately need feel a need for DESERIALIZING complex json with c# and save...

Apr 16 · 1 min read >

HOW TO UPDATE SHAREPOINT LIST USING EXCEL ?

All the links around on google provide one way or uni-directional export method using old dated plugin or export...

Apr 25 · 27 sec read >

HOW TO CHANGE THE HEIGHT OF THE KENDO GRID USING MVC WRAPPERS?

Method#1 you are looking for is under the Scrollable configuration (it is there because one Grid needs to be...

Mar 13 · 33 sec read >
>