21 08, 2020

Migration in EF Code First

2020-08-21T09:37:06+00:00August 21, 2020|Others (Technical)|0 Comments

|
| ByWebner

Code First Conventions In code first approach we create the domain classes first rather than creating the database. Initially, we need to create the domain classes having the properties and then we create the database according to the domain classes. [...]

10 08, 2020

ZipArchive in C#

2020-08-10T05:18:57+00:00August 10, 2020|Others (Technical)|0 Comments

|
| ByWebner

Introduction ZipArchive is a built-in package in the System.IO.Compression assembly to compress/decompress files in a zip format in C# code. It allows us to work with a collection of compressed files. For this we can do the following things: Get [...]

4 03, 2020

Repository Design Pattern in C#

2020-03-06T10:38:56+00:00March 4, 2020|Others (Technical)|0 Comments

|
| ByWebner

Introduction to Repository Design Pattern There are many Design Patterns in .NET, for example, entity design pattern but to overcome some disadvantages of other patterns we prefer to use the Repository Design Pattern pattern. Nowadays, most applications need to access [...]

11 06, 2019

Sharedspace in ckeditor

2019-06-12T10:01:58+00:00June 11, 2019|Others (Technical)|0 Comments

|
| ByWebner

Sharedspace in ckeditor We can share the same ckeditor toolbar and bottom bar among multiple ckeditor instances using the SHAREDSPACE plugin. Suppose you want to add same ckeditor toolbar and bottom bar to two different text areas then you need [...]

6 05, 2019

Responsive DevExtreme Grid Toolbar

2019-05-07T13:30:13+00:00May 6, 2019|Java Frameworks, Linux, Windows, Mac, Others (Technical), Web Development|0 Comments

|
| ByWebner

Introduction - Responsive DevExtreme Grid Toolbar DevExtreme is a powerful web development framework with a vast array of data presenting and formatting capabilities. It is developed by DevExpress to make responsive and platform independent application. DevExtreme makes the web development [...]

Go to Top