Singsys blog

How to create & apply role management in C# MVC

When many users developed an application, there are many different type of privileges for them. In short role management is the concept to create users with their specific privileges.

 

By role management we set group of authenticated users. By role management we can decide what user can show, and which information should be hide from that group.

(more…)

Use App.config file to make connection with database in C# window based Applications

Creating a database connection string from app.config is a very common practice used in C# windows based application. Watch the below video or follow the simple steps to make connection with database in C# window based application using App.config file. (more…)