Skip to content

Commit 562155d

Browse files
committed
Added blank visual studio solution project
1 parent 6021b51 commit 562155d

15 files changed

Lines changed: 534 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31205.134
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Global
7+
GlobalSection(SolutionProperties) = preSolution
8+
HideSolutionNode = FALSE
9+
EndGlobalSection
10+
GlobalSection(ExtensibilityGlobals) = postSolution
11+
SolutionGuid = {B028DB18-BD60-46F6-9C93-D4EAF49AE26F}
12+
EndGlobalSection
13+
EndGlobal

libraries/AutoMapper/README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# AutoMapper in .NET
2+
3+
> Demo: Example project that consume and demonstrate AutoMapper functionality and integration in ASP.NET/.NET Core.
4+
5+
## Work in progress
6+
7+
8+
Please refer to below article of my publication [.NET Hub](https://medium.com/dotnet-hub):
9+
10+
- [Use AutoMapper in ASP.NET or ASP.NET Core](https://medium.com/dotnet-hub)
11+
12+
13+
14+
15+
---
16+
17+
18+
19+
20+
21+
## Give a Star! :star:
22+
23+
Feel free to request an issue on github if you find bugs or request a new feature. Your valuable feedback is much appreciated to better improve this project. If you find this useful, please give it a star to show your support for this project.
24+
25+
26+
## Support :telephone:
27+
28+
> Reach out to me at one of the following places!
29+
30+
- Email :envelope: at <a href="mailto:toaashishpatel@gmail.com" target="_blank">`toaashishpatel@gmail.com`</a>
31+
32+
33+
## Author :boy:
34+
35+
* **Ashish Patel** - [A-Patel](https://github.com/a-patel)
36+
37+
38+
##### Connect with me
39+
40+
| Linkedin | Portfolio | Medium | GitHub | NuGet | Microsoft | Twitter | Facebook | Instagram |
41+
|----------|----------|----------|----------|----------|----------|----------|----------|----------|
42+
| [![linkedin](https://img.icons8.com/ios-filled/96/000000/linkedin.png)](https://www.linkedin.com/in/iamaashishpatel) | [![Portfolio](https://img.icons8.com/wired/96/000000/domain.png)](https://aashishpatel.netlify.app/) | [![medium](https://img.icons8.com/ios-filled/96/000000/medium-monogram.png)](https://iamaashishpatel.medium.com) | [![github](https://img.icons8.com/ios-glyphs/96/000000/github.png)](https://github.com/a-patel) | [![nuget](https://img.icons8.com/windows/96/000000/nuget.png)](https://nuget.org/profiles/iamaashishpatel) | [![microsoft](https://img.icons8.com/ios-filled/90/000000/microsoft.png)](https://docs.microsoft.com/en-us/users/iamaashishpatel) | [![twitter](https://img.icons8.com/ios-filled/96/000000/twitter.png)](https://twitter.com/aashish_mrcool) | [![facebook](https://img.icons8.com/ios-filled/90/000000/facebook.png)](https://www.facebook.com/aashish.mrcool) | [![instagram](https://img.icons8.com/ios-filled/90/000000/instagram-new.png)](https://www.instagram.com/iamaashishpatel/) |
43+
44+
45+
## Donate :dollar:
46+
47+
If you find this project useful — or just feeling generous, consider buying me a beer or a coffee. Cheers! :beers: :coffee:
48+
| PayPal | BMC | Patreon |
49+
| ------------- | ------------- | ------------- |
50+
| [![PayPal](https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_pp_142x27.png)](https://www.paypal.me/iamaashishpatel) | [![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/iamaashishpatel) | [![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/iamaashishpatel) |
51+
52+
53+
## License :lock:
54+
55+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31205.134
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CAA6C037-49D9-4D4C-83C6-6BA4D5B62907}"
7+
ProjectSection(SolutionItems) = preProject
8+
README.md = README.md
9+
EndProjectSection
10+
EndProject
11+
Global
12+
GlobalSection(SolutionProperties) = preSolution
13+
HideSolutionNode = FALSE
14+
EndGlobalSection
15+
GlobalSection(ExtensibilityGlobals) = postSolution
16+
SolutionGuid = {BB487477-F56B-4E14-889C-C99906EAC39F}
17+
EndGlobalSection
18+
EndGlobal
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Fluent Validation in .NET
2+
3+
> Demo: Example project that consume and demonstrate Fluent Validation functionality and integration in ASP.NET/.NET Core.
4+
5+
## Work in progress
6+
7+
8+
Please refer to below article of my publication [.NET Hub](https://medium.com/dotnet-hub):
9+
10+
- [Use Fluent Validation in ASP.NET or ASP.NET Core](https://medium.com/dotnet-hub)
11+
12+
13+
14+
15+
---
16+
17+
18+
19+
20+
21+
## Give a Star! :star:
22+
23+
Feel free to request an issue on github if you find bugs or request a new feature. Your valuable feedback is much appreciated to better improve this project. If you find this useful, please give it a star to show your support for this project.
24+
25+
26+
## Support :telephone:
27+
28+
> Reach out to me at one of the following places!
29+
30+
- Email :envelope: at <a href="mailto:toaashishpatel@gmail.com" target="_blank">`toaashishpatel@gmail.com`</a>
31+
32+
33+
## Author :boy:
34+
35+
* **Ashish Patel** - [A-Patel](https://github.com/a-patel)
36+
37+
38+
##### Connect with me
39+
40+
| Linkedin | Portfolio | Medium | GitHub | NuGet | Microsoft | Twitter | Facebook | Instagram |
41+
|----------|----------|----------|----------|----------|----------|----------|----------|----------|
42+
| [![linkedin](https://img.icons8.com/ios-filled/96/000000/linkedin.png)](https://www.linkedin.com/in/iamaashishpatel) | [![Portfolio](https://img.icons8.com/wired/96/000000/domain.png)](https://aashishpatel.netlify.app/) | [![medium](https://img.icons8.com/ios-filled/96/000000/medium-monogram.png)](https://iamaashishpatel.medium.com) | [![github](https://img.icons8.com/ios-glyphs/96/000000/github.png)](https://github.com/a-patel) | [![nuget](https://img.icons8.com/windows/96/000000/nuget.png)](https://nuget.org/profiles/iamaashishpatel) | [![microsoft](https://img.icons8.com/ios-filled/90/000000/microsoft.png)](https://docs.microsoft.com/en-us/users/iamaashishpatel) | [![twitter](https://img.icons8.com/ios-filled/96/000000/twitter.png)](https://twitter.com/aashish_mrcool) | [![facebook](https://img.icons8.com/ios-filled/90/000000/facebook.png)](https://www.facebook.com/aashish.mrcool) | [![instagram](https://img.icons8.com/ios-filled/90/000000/instagram-new.png)](https://www.instagram.com/iamaashishpatel/) |
43+
44+
45+
## Donate :dollar:
46+
47+
If you find this project useful — or just feeling generous, consider buying me a beer or a coffee. Cheers! :beers: :coffee:
48+
| PayPal | BMC | Patreon |
49+
| ------------- | ------------- | ------------- |
50+
| [![PayPal](https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_pp_142x27.png)](https://www.paypal.me/iamaashishpatel) | [![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/iamaashishpatel) | [![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/iamaashishpatel) |
51+
52+
53+
## License :lock:
54+
55+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31205.134
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Global
7+
GlobalSection(SolutionProperties) = preSolution
8+
HideSolutionNode = FALSE
9+
EndGlobalSection
10+
GlobalSection(ExtensibilityGlobals) = postSolution
11+
SolutionGuid = {028AD691-6002-4E1E-845E-C3F30200FFA2}
12+
EndGlobalSection
13+
EndGlobal

libraries/Hangfire/README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Hangfire in .NET
2+
3+
> Demo: Example project that consume and demonstrate Hangfire functionality and integration in ASP.NET/.NET Core.
4+
5+
## Work in progress
6+
7+
8+
Please refer to below article of my publication [.NET Hub](https://medium.com/dotnet-hub):
9+
10+
- [Use Hangfire in ASP.NET or ASP.NET Core](https://medium.com/dotnet-hub)
11+
12+
13+
14+
15+
---
16+
17+
18+
19+
20+
21+
## Give a Star! :star:
22+
23+
Feel free to request an issue on github if you find bugs or request a new feature. Your valuable feedback is much appreciated to better improve this project. If you find this useful, please give it a star to show your support for this project.
24+
25+
26+
## Support :telephone:
27+
28+
> Reach out to me at one of the following places!
29+
30+
- Email :envelope: at <a href="mailto:toaashishpatel@gmail.com" target="_blank">`toaashishpatel@gmail.com`</a>
31+
32+
33+
## Author :boy:
34+
35+
* **Ashish Patel** - [A-Patel](https://github.com/a-patel)
36+
37+
38+
##### Connect with me
39+
40+
| Linkedin | Portfolio | Medium | GitHub | NuGet | Microsoft | Twitter | Facebook | Instagram |
41+
|----------|----------|----------|----------|----------|----------|----------|----------|----------|
42+
| [![linkedin](https://img.icons8.com/ios-filled/96/000000/linkedin.png)](https://www.linkedin.com/in/iamaashishpatel) | [![Portfolio](https://img.icons8.com/wired/96/000000/domain.png)](https://aashishpatel.netlify.app/) | [![medium](https://img.icons8.com/ios-filled/96/000000/medium-monogram.png)](https://iamaashishpatel.medium.com) | [![github](https://img.icons8.com/ios-glyphs/96/000000/github.png)](https://github.com/a-patel) | [![nuget](https://img.icons8.com/windows/96/000000/nuget.png)](https://nuget.org/profiles/iamaashishpatel) | [![microsoft](https://img.icons8.com/ios-filled/90/000000/microsoft.png)](https://docs.microsoft.com/en-us/users/iamaashishpatel) | [![twitter](https://img.icons8.com/ios-filled/96/000000/twitter.png)](https://twitter.com/aashish_mrcool) | [![facebook](https://img.icons8.com/ios-filled/90/000000/facebook.png)](https://www.facebook.com/aashish.mrcool) | [![instagram](https://img.icons8.com/ios-filled/90/000000/instagram-new.png)](https://www.instagram.com/iamaashishpatel/) |
43+
44+
45+
## Donate :dollar:
46+
47+
If you find this project useful — or just feeling generous, consider buying me a beer or a coffee. Cheers! :beers: :coffee:
48+
| PayPal | BMC | Patreon |
49+
| ------------- | ------------- | ------------- |
50+
| [![PayPal](https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_pp_142x27.png)](https://www.paypal.me/iamaashishpatel) | [![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/iamaashishpatel) | [![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/iamaashishpatel) |
51+
52+
53+
## License :lock:
54+
55+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31205.134
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0605E737-E7D7-483C-9B32-D45C933DE8D6}"
7+
ProjectSection(SolutionItems) = preProject
8+
README.md = README.md
9+
EndProjectSection
10+
EndProject
11+
Global
12+
GlobalSection(SolutionProperties) = preSolution
13+
HideSolutionNode = FALSE
14+
EndGlobalSection
15+
GlobalSection(ExtensibilityGlobals) = postSolution
16+
SolutionGuid = {72907FA6-282D-427E-BE90-CB8CC3C8FE73}
17+
EndGlobalSection
18+
EndGlobal

libraries/MediatR/README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# MediatR in .NET
2+
3+
> Demo: Example project that consume and demonstrate MediatR functionality and integration in ASP.NET/.NET Core.
4+
5+
## Work in progress
6+
7+
8+
Please refer to below article of my publication [.NET Hub](https://medium.com/dotnet-hub):
9+
10+
- [Use MediatR in ASP.NET or ASP.NET Core](https://medium.com/dotnet-hub)
11+
12+
13+
14+
15+
---
16+
17+
18+
19+
20+
21+
## Give a Star! :star:
22+
23+
Feel free to request an issue on github if you find bugs or request a new feature. Your valuable feedback is much appreciated to better improve this project. If you find this useful, please give it a star to show your support for this project.
24+
25+
26+
## Support :telephone:
27+
28+
> Reach out to me at one of the following places!
29+
30+
- Email :envelope: at <a href="mailto:toaashishpatel@gmail.com" target="_blank">`toaashishpatel@gmail.com`</a>
31+
32+
33+
## Author :boy:
34+
35+
* **Ashish Patel** - [A-Patel](https://github.com/a-patel)
36+
37+
38+
##### Connect with me
39+
40+
| Linkedin | Portfolio | Medium | GitHub | NuGet | Microsoft | Twitter | Facebook | Instagram |
41+
|----------|----------|----------|----------|----------|----------|----------|----------|----------|
42+
| [![linkedin](https://img.icons8.com/ios-filled/96/000000/linkedin.png)](https://www.linkedin.com/in/iamaashishpatel) | [![Portfolio](https://img.icons8.com/wired/96/000000/domain.png)](https://aashishpatel.netlify.app/) | [![medium](https://img.icons8.com/ios-filled/96/000000/medium-monogram.png)](https://iamaashishpatel.medium.com) | [![github](https://img.icons8.com/ios-glyphs/96/000000/github.png)](https://github.com/a-patel) | [![nuget](https://img.icons8.com/windows/96/000000/nuget.png)](https://nuget.org/profiles/iamaashishpatel) | [![microsoft](https://img.icons8.com/ios-filled/90/000000/microsoft.png)](https://docs.microsoft.com/en-us/users/iamaashishpatel) | [![twitter](https://img.icons8.com/ios-filled/96/000000/twitter.png)](https://twitter.com/aashish_mrcool) | [![facebook](https://img.icons8.com/ios-filled/90/000000/facebook.png)](https://www.facebook.com/aashish.mrcool) | [![instagram](https://img.icons8.com/ios-filled/90/000000/instagram-new.png)](https://www.instagram.com/iamaashishpatel/) |
43+
44+
45+
## Donate :dollar:
46+
47+
If you find this project useful — or just feeling generous, consider buying me a beer or a coffee. Cheers! :beers: :coffee:
48+
| PayPal | BMC | Patreon |
49+
| ------------- | ------------- | ------------- |
50+
| [![PayPal](https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_pp_142x27.png)](https://www.paypal.me/iamaashishpatel) | [![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/iamaashishpatel) | [![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/iamaashishpatel) |
51+
52+
53+
## License :lock:
54+
55+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31205.134
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Global
7+
GlobalSection(SolutionProperties) = preSolution
8+
HideSolutionNode = FALSE
9+
EndGlobalSection
10+
GlobalSection(ExtensibilityGlobals) = postSolution
11+
SolutionGuid = {BF787107-07B4-411F-B3D9-4CEB8C88F210}
12+
EndGlobalSection
13+
EndGlobal

libraries/MiniProfiler/README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# MiniProfiler in .NET
2+
3+
> Demo: Example project that consume and demonstrate MiniProfiler functionality and integration in ASP.NET/.NET Core.
4+
5+
## Work in progress
6+
7+
8+
Please refer to below article of my publication [.NET Hub](https://medium.com/dotnet-hub):
9+
10+
- [Use MiniProfiler in ASP.NET or ASP.NET Core](https://medium.com/dotnet-hub)
11+
12+
13+
14+
15+
---
16+
17+
18+
19+
20+
21+
## Give a Star! :star:
22+
23+
Feel free to request an issue on github if you find bugs or request a new feature. Your valuable feedback is much appreciated to better improve this project. If you find this useful, please give it a star to show your support for this project.
24+
25+
26+
## Support :telephone:
27+
28+
> Reach out to me at one of the following places!
29+
30+
- Email :envelope: at <a href="mailto:toaashishpatel@gmail.com" target="_blank">`toaashishpatel@gmail.com`</a>
31+
32+
33+
## Author :boy:
34+
35+
* **Ashish Patel** - [A-Patel](https://github.com/a-patel)
36+
37+
38+
##### Connect with me
39+
40+
| Linkedin | Portfolio | Medium | GitHub | NuGet | Microsoft | Twitter | Facebook | Instagram |
41+
|----------|----------|----------|----------|----------|----------|----------|----------|----------|
42+
| [![linkedin](https://img.icons8.com/ios-filled/96/000000/linkedin.png)](https://www.linkedin.com/in/iamaashishpatel) | [![Portfolio](https://img.icons8.com/wired/96/000000/domain.png)](https://aashishpatel.netlify.app/) | [![medium](https://img.icons8.com/ios-filled/96/000000/medium-monogram.png)](https://iamaashishpatel.medium.com) | [![github](https://img.icons8.com/ios-glyphs/96/000000/github.png)](https://github.com/a-patel) | [![nuget](https://img.icons8.com/windows/96/000000/nuget.png)](https://nuget.org/profiles/iamaashishpatel) | [![microsoft](https://img.icons8.com/ios-filled/90/000000/microsoft.png)](https://docs.microsoft.com/en-us/users/iamaashishpatel) | [![twitter](https://img.icons8.com/ios-filled/96/000000/twitter.png)](https://twitter.com/aashish_mrcool) | [![facebook](https://img.icons8.com/ios-filled/90/000000/facebook.png)](https://www.facebook.com/aashish.mrcool) | [![instagram](https://img.icons8.com/ios-filled/90/000000/instagram-new.png)](https://www.instagram.com/iamaashishpatel/) |
43+
44+
45+
## Donate :dollar:
46+
47+
If you find this project useful — or just feeling generous, consider buying me a beer or a coffee. Cheers! :beers: :coffee:
48+
| PayPal | BMC | Patreon |
49+
| ------------- | ------------- | ------------- |
50+
| [![PayPal](https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_pp_142x27.png)](https://www.paypal.me/iamaashishpatel) | [![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/iamaashishpatel) | [![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/iamaashishpatel) |
51+
52+
53+
## License :lock:
54+
55+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)