-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7344a4f
commit db9e4d5
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# Synergy | ||
Synergy is a Solution package consisting of many 'sub' projects. Each project has its own uses. I made a main solution for having all the projects together as i use them almost everyday. | ||
I hope any of you will find it usefull too! | ||
I hope many of you will find it usefull too! | ||
|
||
## Projects Included | ||
|
||
* Synergy.Extensions - Contains various helper methods, including those which help to disable the annoying QuickEdit mode of windows console windows and some attributes. | ||
* Synergy.Logging - An event based logging library which i use in almost all my projects. As a good example for the use, | ||
take it as you have a solution with multiple projects, u can reference this library as the logger on all projects and just use the static events to get the LogEvent messages on just a single project or a class. (getting all log message on Main.cs and handling it there) | ||
* Synergy.Requests - An HttpClient library for sending and receiving various HTTP requests with ease. its a IDisposable with thread safety (well not much but hey it works) |