Skip to content

AaronCrvl/Simple-Notes-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Notes-Application

This is a Simple Note application to store your ideias in the fatest way possible. It was made using C# and WindowsForms integrated with a Sql Server database. The scripts to create the table in the database and run the app are in this folder.

!__Attention

You need to create and configure the app.settings inside de console app and windows form app to get it working, for example:

<configuration>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
    </startup>
  <connectionStrings>
    <add name="<NAME>" connectionString="connection timeout=600;Persist Security Info=True;Initial Catalog=<DATABASE>;Data Source=(LocalDb)\<NAME>" />
      (or)
    <add name="<NAME>" connectionString="connection timeout=600;Persist Security Info=True;Initial Catalog=<DATABASE>;Data Source=<NAME>" />
  </connectionStrings>
</configuration>

Prints

Tela 1

Autor

About

Simples C# / Windows Forms note application.

Topics

Resources

Stars

Watchers

Forks

Contributors