Skip to content

✊ Youth union members management software using .NET, DevExpress and MS SQL Server.

Notifications You must be signed in to change notification settings

duykhanhtrandev/youth-union

Repository files navigation

PROGRAM SETTING

STEP 1:

Import Database (QLDOANVIEN.bacpac) into your Microsoft SQL Server.

Database

Step 2:

Go to the App.Config files in Datalayer, ManageLayer and QLDOANVIEN to change the "data source" in the "connectionStrings" tag to the Server name of the machine in use, for example: "ADMIN\SQLEXPRESS01"

bash
    <connectionStrings>
        <add name="QLDOANVIENEntities" connectionString="metadata=res://*/QLDV.csdl|res://*/QLDV.ssdl|res://*/QLDV.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=ADMIN\SQLEXPRESS01;initial catalog=QLDOANVIEN;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
    </connectionStrings>

Step 3:

Start the program with Visual Studio

bash
    Login form:
    - Username: admin
    - Password: admin

login form

doanvien form

END

And finally this is a big assignment in my important subject. There will be some unresolved issues. but maybe in the future I will develop it more complete.

About

✊ Youth union members management software using .NET, DevExpress and MS SQL Server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages