├── .gitattributes ├── .gitignore ├── ASCII ├── ASCII.sln └── ASCII │ ├── ASCII.csproj │ ├── Program.cs │ └── Properties │ └── AssemblyInfo.cs ├── AccuAuto ├── AccuAuto.sln └── AccuAuto │ ├── AccuAuto.csproj │ ├── ClassClient.cs │ ├── ClassConvert.cs │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── JsonHelper.cs │ ├── ModelEData.Designer.cs │ ├── ModelEData.edmx │ ├── Program.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── DataSources │ │ └── QFWinData_Entities.datasource │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ └── app.config ├── ArchiveFolder ├── ArchiveFolder.sln └── ArchiveFolder │ ├── ArchiveFolder.csproj │ ├── Program.cs │ └── Properties │ └── AssemblyInfo.cs ├── AssemblyInfo ├── AssemblyInfo.cs ├── AssemblyInfo.csproj ├── Platform.cs ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── Resource.Designer.cs ├── Resource.resx ├── app.config └── bin │ ├── AssemblyInfo.exe │ └── test.bat ├── AsyncLambda ├── AsyncLambda.sln └── AsyncLambda │ ├── App.config │ ├── AsyncLambda.csproj │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ └── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── BCReader ├── BCReader.sln └── BCReader │ ├── BCReader.csproj │ ├── ClassDiagram1.cd │ ├── Microsoft.Win32.TaskScheduler.XML │ ├── Microsoft.Win32.TaskScheduler.dll │ ├── Newtonsoft.Json.dll │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Twitterizer2.dll │ ├── app.config │ ├── classes │ ├── BC.cs │ ├── SMS.cs │ ├── Utils.cs │ ├── config.cs │ ├── log.cs │ └── twitter.cs │ ├── doLoop.bat │ ├── installer │ ├── setup.bat │ └── setup.nsi │ ├── sample.xml │ └── twitter.xml ├── BenchmarkStringBuilder ├── BenchmarkStringBuilder.sln └── BenchmarkStringBuilder │ ├── BenchmarkStringBuilder.csproj │ ├── Program.cs │ └── Properties │ └── AssemblyInfo.cs ├── BiDimArrayTest ├── BiDimArray.Test │ ├── BiDimArray.Test.csproj │ ├── BiDimArrayTest.cs │ └── Properties │ │ └── AssemblyInfo.cs ├── BiDimArray.sln └── BiDimArray │ ├── BiDimArray.cs │ ├── BiDimArray.csproj │ └── Properties │ └── AssemblyInfo.cs ├── BitWiseOpp ├── BitWiseOpp.sln ├── BitWiseOpp │ ├── App.config │ ├── BitWiseOpp.csproj │ ├── Program.cs │ └── Properties │ │ └── AssemblyInfo.cs └── readme.md ├── ButtonSelector ├── ButtonSelector.sln └── ButtonSelector │ ├── App.config │ ├── ButtonSelector.csproj │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ └── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── CLRAssembly ├── CLRAssembly.sln └── CLRAssembly │ ├── AddFunctions.sql │ ├── App.config │ ├── CLRAssembly.cs │ ├── CLRAssembly.csproj │ ├── Classes │ ├── Cryptography.cs │ ├── Geom.cs │ └── Randomness.cs │ └── Properties │ └── AssemblyInfo.cs ├── CallRecords ├── CallRecords.sln ├── CallRecords │ ├── App_Start │ │ └── WebApiConfig.cs │ ├── CallRecords.csproj │ ├── CallRecords.csproj.user │ ├── Controllers │ │ ├── CallController.cs │ │ ├── CallsController.cs │ │ ├── CallsViewController.cs │ │ ├── CommonFiltersController.cs │ │ ├── DemoController.cs │ │ └── ListViewsController.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Migrations │ │ └── Configuration.cs │ ├── Models │ │ ├── Call.cs │ │ ├── CallsView.cs │ │ ├── CommonFilter.cs │ │ ├── Filter.cs │ │ ├── ListView.cs │ │ ├── Note.cs │ │ └── _DbModel.cs │ ├── NLog.config │ ├── NLog.xsd │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ └── PublishProfiles │ │ │ ├── CallRecords.pubxml │ │ │ └── CallRecords.pubxml.user │ ├── UI │ │ ├── calls.js │ │ ├── index.html │ │ └── theme.css │ ├── Web.Debug.config │ ├── Web.Release.config │ ├── Web.config │ ├── index.html │ └── packages.config └── PublishScripts │ ├── Scripts │ └── Deploy-AzureResourceGroup.ps1 │ └── Templates │ ├── CallRecords.json │ └── CallRecords.param.dev.json ├── ChangeDeskWallpaper ├── ChangeDeskWallpaper.sln └── ChangeDeskWallpaper │ ├── ChangeDeskWallpaper.csproj │ ├── Program.cs │ └── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── ConsoleTimer ├── ConsoleTimer.sln └── ConsoleTimer │ ├── ConsoleTimer.csproj │ ├── Program.cs │ └── Properties │ └── AssemblyInfo.cs ├── CountingCars ├── CountingCars.sln └── CountingCars │ ├── App.config │ ├── CountingCars.csproj │ ├── OffleaseOnlyClient │ ├── Cars.cs │ ├── CarsExtensions.cs │ ├── ICars.cs │ ├── IOffleaseOnlyClient.cs │ ├── IScrape.cs │ ├── IStats.cs │ ├── Models │ │ ├── Car.cs │ │ ├── CarData.cs │ │ ├── CarStats.cs │ │ ├── Price.cs │ │ └── PriceHistory.cs │ ├── OffleaseOnlyClient.cs │ ├── Scrape.cs │ ├── ScrapeExtensions.cs │ ├── Stats.cs │ └── StatsExtensions.cs │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── TuroApiClient │ ├── Echo.cs │ ├── EchoExtensions.cs │ ├── IEcho.cs │ ├── ISearch.cs │ ├── IStats.cs │ ├── ITuroApiClient.cs │ ├── Models │ │ ├── BadRequestErrorMessageResult.cs │ │ ├── Car.cs │ │ ├── CarStats.cs │ │ ├── CodePageDataItem.cs │ │ ├── DecoderFallback.cs │ │ ├── EncoderFallback.cs │ │ ├── Encoding.cs │ │ ├── MediaTypeFormatter.cs │ │ ├── MediaTypeHeaderValue.cs │ │ ├── MediaTypeMapping.cs │ │ ├── NameValueHeaderValue.cs │ │ └── Query.cs │ ├── Search.cs │ ├── SearchExtensions.cs │ ├── Stats.cs │ ├── StatsExtensions.cs │ └── TuroApiClient.cs │ ├── packages.config │ └── test.cs ├── Countries ├── Countries.sln └── Countries │ ├── ClassDiagram1.cd │ ├── Countries.csproj │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── geoEntities.cs ├── DeCryptImages ├── DeCryptImages.sln └── DeCryptImages │ ├── DeCryptImages.csproj │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── bin │ └── Debug │ │ ├── DeCryptImages.exe │ │ ├── DeCryptImages.pdb │ │ ├── DeCryptImages.vshost.exe │ │ ├── DeCryptImages.vshost.exe.manifest │ │ └── eBridge.Crypto.AES.dll │ ├── eBridge.Crypto.AES.dll │ └── obj │ └── x86 │ └── Debug │ ├── DeCryptImages.Form1.resources │ ├── DeCryptImages.Properties.Resources.resources │ ├── DeCryptImages.csproj.FileListAbsolute.txt │ ├── DeCryptImages.exe │ ├── DeCryptImages.pdb │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── ResGen.read.1.tlog │ ├── ResGen.write.1.tlog │ └── ResolveAssemblyReference.cache ├── Decoder ├── Decoder.sln ├── Decoder │ ├── Decoder.cs │ ├── Decoder.csproj │ └── Properties │ │ └── AssemblyInfo.cs └── DecoderTests │ ├── DecoderTests.cs │ ├── DecoderTests.csproj │ └── Properties │ └── AssemblyInfo.cs ├── DirSize ├── DirSize.sln └── DirSize │ ├── App.config │ ├── DirSize.csproj │ ├── Program.cs │ └── Properties │ └── AssemblyInfo.cs ├── EmployeesApp ├── EmployeesApp.BusinessLogic │ ├── Benefits.cs │ ├── EmployeesApp.BusinessLogic.csproj │ ├── Properties │ │ └── AssemblyInfo.cs │ └── packages.config ├── EmployeesApp.BusinessLogicTests │ ├── BenefitsTests.cs │ ├── EmployeesApp.BusinessLogicTests.csproj │ └── Properties │ │ └── AssemblyInfo.cs ├── EmployeesApp.Framework │ ├── DbSchema │ │ ├── Benefits.cs │ │ ├── Dependent.cs │ │ └── Employee.cs │ ├── EmployeesApp.Framework.csproj │ ├── Interfaces │ │ ├── IBenefits.cs │ │ ├── IObj.cs │ │ └── IPerson.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ └── packages.config ├── EmployeesApp.sln └── EmployeesApp │ ├── App_Start │ ├── SwaggerConfig.cs │ └── WebApiConfig.cs │ ├── Controllers │ ├── BenefitsCostController.cs │ ├── BenefitsDiscountsController.cs │ ├── DemoController.cs │ ├── DependentsController.cs │ ├── EmployeesController.cs │ └── ReportsController.cs │ ├── DAL │ ├── Constants.cs │ ├── Data_Benefits.cs │ ├── Data_BenefitsCost.cs │ ├── Data_BenefitsDiscounts.cs │ ├── Data_Dependents.cs │ ├── Data_Employees.cs │ ├── DbInitializer.cs │ └── DbModel.cs │ ├── EmployeesApp.csproj │ ├── Global.asax │ ├── Global.asax.cs │ ├── Models │ └── Reports │ │ ├── ReportChart.cs │ │ └── ReportNode.cs │ ├── NLog.config │ ├── NLog.xsd │ ├── Properties │ ├── AssemblyInfo.cs │ └── PublishProfiles │ │ └── EmployeesApp.pubxml │ ├── UI │ ├── allreports.js │ ├── employees.js │ ├── index.html │ └── theme.css │ ├── Web.Debug.config │ ├── Web.Release.config │ ├── Web.config │ └── packages.config ├── EnumDescription ├── EnumDescription.sln └── EnumDescription │ ├── App.config │ ├── EnumDescription.csproj │ ├── Program.cs │ └── Properties │ └── AssemblyInfo.cs ├── EnumRedef ├── EnumRedef.sln └── EnumRedef │ ├── App_Start │ ├── SwaggerConfig.cs │ └── WebApiConfig.cs │ ├── Controllers │ ├── DefaultController.cs │ ├── Object1Controller.cs │ └── Object2Controller.cs │ ├── EnumRedef.csproj │ ├── Global.asax │ ├── Global.asax.cs │ ├── Models │ ├── DataMemberAttribute.cs │ ├── MyObject.cs │ ├── Object1.cs │ ├── Object2.cs │ └── ObjectType.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Web.config │ └── packages.config ├── ExcelTest ├── ExcelTest.sln └── ExcelTest │ ├── App.config │ ├── ExcelTest.csproj │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── file.xlsx │ └── packages.config ├── FileVersion ├── FileVersion.sln └── FileVersion │ ├── FileVersion.csproj │ ├── Program.cs │ └── Properties │ └── AssemblyInfo.cs ├── FullScreen ├── FullScreen.sln └── FullScreen │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── FullScreen.csproj │ ├── Program.cs │ └── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── GetErrorType ├── GetErrorType.sln ├── GetErrorType │ ├── GetErrorType.cs │ ├── GetErrorType.csproj │ └── Properties │ │ └── AssemblyInfo.cs └── GetErrorTypeTests │ ├── GetErrorTypeTests.cs │ ├── GetErrorTypeTests.csproj │ └── Properties │ └── AssemblyInfo.cs ├── GravatarGet ├── GravatarGet.sln └── GravatarGet │ ├── App.config │ ├── GravatarGet.csproj │ ├── ImageExtensions.cs │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── packages.config ├── HighAndLow ├── HighAndLow.sln └── HighAndLow │ ├── App.config │ ├── Extensions.cs │ ├── HighAndLow.csproj │ ├── Kata.cs │ ├── Program.cs │ └── Properties │ └── AssemblyInfo.cs ├── Images2Avi ├── Images2Avi.sln └── Images2Avi │ ├── App.config │ ├── Images2Avi.csproj │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── packages.config ├── InFileReplace ├── InFileReplace.sln └── InFileReplace │ ├── InFileReplace.csproj │ ├── Program.cs │ └── Properties │ └── AssemblyInfo.cs ├── IntParse ├── IntParse.sln ├── IntParse │ ├── App.config │ ├── IntParse.csproj │ ├── Program.cs │ └── Properties │ │ └── AssemblyInfo.cs └── readme.md ├── JsonDeserialize ├── JsonDeserialize.sln └── JsonDeserialize │ ├── Account.json │ ├── App.config │ ├── BaseAccount.json │ ├── CompanyInfo.json │ ├── JsonDeserialize.csproj │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── UtilClasses.cs │ └── packages.config ├── JsonTest ├── JsonTest.sln └── JsonTest │ ├── App.config │ ├── JsonTest.csproj │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── packages.config ├── LimitCursor ├── LimitCursor.sln └── LimitCursor │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── LimitCursor.csproj │ ├── Program.cs │ └── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── Mp3CustomTag ├── Mp3CustomTag.sln └── Mp3CustomTag │ ├── Mp3CustomTag.csproj │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── packages.config ├── MyWebApiExample ├── MyModels │ ├── MyModels.csproj │ └── Student.cs ├── MyWebApiExample.sln └── MyWebApiExample │ ├── Controllers │ ├── StudentsController.cs │ ├── TeachersController.cs │ └── ValuesController.cs │ ├── Models │ └── Teacher.cs │ ├── MyWebApiExample.csproj │ ├── Program.cs │ ├── ScaffoldingReadMe.txt │ ├── Startup.cs │ ├── appsettings.Development.json │ └── appsettings.json ├── NLogConfig ├── NLogConfig.sln └── NLogConfig │ ├── App.config │ ├── NLogConfig.csproj │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── packages.config ├── Newtonsoft_ResolveContract ├── Newtonsoft_ResolveContract.sln └── Newtonsoft_ResolveContract │ ├── App.config │ ├── CountingLock.cs │ ├── HugeClass.cs │ ├── Newtonsoft_ResolveContract.csproj │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── packages.config ├── NoaaPrecipitation ├── NoaaPrecipitation.sln └── NoaaPrecipitation │ ├── App.config │ ├── NoaaPrecipitation.csproj │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── packages.config ├── PID773176 ├── GeoData.ico ├── PID773176.sln ├── PID773176 │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── PID773176.csproj │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Service References │ │ ├── GeocodeService │ │ │ ├── GeoData.GeocodeService.GeocodeResponse.datasource │ │ │ ├── GeocodeService.wsdl │ │ │ ├── GeocodeService.xsd │ │ │ ├── GeocodeService1.wsdl │ │ │ ├── GeocodeService1.xsd │ │ │ ├── GeocodeService2.xsd │ │ │ ├── GeocodeService3.xsd │ │ │ ├── GeocodeService4.xsd │ │ │ ├── Reference.cs │ │ │ ├── Reference.svcmap │ │ │ ├── configuration.svcinfo │ │ │ └── configuration91.svcinfo │ │ ├── ImageryService │ │ │ ├── GeoData.ImageryService.ImageryMetadataResponse.datasource │ │ │ ├── GeoData.ImageryService.MapUriResponse.datasource │ │ │ ├── ImageryService.wsdl │ │ │ ├── ImageryService.xsd │ │ │ ├── ImageryService1.xsd │ │ │ ├── ImageryService2.xsd │ │ │ ├── ImageryService3.xsd │ │ │ ├── ImageryService4.xsd │ │ │ ├── ImageryService5.xsd │ │ │ ├── Reference.cs │ │ │ ├── Reference.svcmap │ │ │ ├── configuration.svcinfo │ │ │ ├── configuration91.svcinfo │ │ │ └── imageryservice1.wsdl │ │ ├── RouteService │ │ │ ├── GeoData.RouteService.MajorRoutesResponse.datasource │ │ │ ├── GeoData.RouteService.RouteResponse.datasource │ │ │ ├── Reference.cs │ │ │ ├── Reference.svcmap │ │ │ ├── RouteService.wsdl │ │ │ ├── configuration.svcinfo │ │ │ ├── configuration91.svcinfo │ │ │ ├── routeservice.xsd │ │ │ ├── routeservice1.wsdl │ │ │ ├── routeservice1.xsd │ │ │ ├── routeservice2.xsd │ │ │ └── routeservice3.xsd │ │ └── SearchService │ │ │ ├── GeoData.SearchService.SearchResponse.datasource │ │ │ ├── Reference.cs │ │ │ ├── Reference.svcmap │ │ │ ├── SearchService.wsdl │ │ │ ├── configuration.svcinfo │ │ │ ├── configuration91.svcinfo │ │ │ ├── dev.wsdl │ │ │ ├── dev.xsd │ │ │ ├── dev1.xsd │ │ │ ├── dev2.xsd │ │ │ ├── schemas.xsd │ │ │ └── schemas1.xsd │ ├── T-SQL.sql │ ├── app.config │ └── inputTest.txt ├── setup.bmp └── setup.nsi ├── PjtDailyTask ├── PjtDailyTask.sln └── PjtDailyTask │ ├── CreateReport.cs │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── IExplore.cs │ ├── PjtDailyTask.csproj │ ├── Program.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ └── leankitkanban.cs ├── PlayMatrix ├── PlayMatrix.sln ├── PlayMatrix │ ├── App_Start │ │ └── WebApiConfig.cs │ ├── Controllers │ │ └── MatrixController.cs │ ├── DAL │ │ └── DbModel.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── NLog.config │ ├── NLog.xsd │ ├── PlayMatrix.csproj │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ └── PublishProfiles │ │ │ └── PlayMatrix.pubxml │ ├── Utils │ │ ├── Data.cs │ │ ├── DateTimeExtension.cs │ │ ├── Matrix.cs │ │ └── MatrixNoSql.cs │ ├── Web.Debug.config │ ├── Web.Release.config │ ├── Web.config │ └── packages.config └── PlayMatrixTests │ ├── PlayMatrixTests.csproj │ ├── Properties │ └── AssemblyInfo.cs │ ├── Utils │ └── MatrixTests.cs │ └── app.config ├── PluginSystem ├── Plugin123 │ ├── Plugin123.cs │ ├── Plugin123.csproj │ └── Properties │ │ └── AssemblyInfo.cs ├── Plugin456 │ ├── Plugin456.cs │ ├── Plugin456.csproj │ └── Properties │ │ └── AssemblyInfo.cs ├── PluginContract │ ├── Contract.cs │ ├── ContractPlugin.csproj │ └── Properties │ │ └── AssemblyInfo.cs ├── PluginSystem.sln ├── PluginSystem │ ├── PluginSystem.csproj │ ├── Program.cs │ └── Properties │ │ └── AssemblyInfo.cs ├── PluginSystemTests │ ├── 2017-08-14 15_06_48-PluginSystem - Microsoft Visual Studio (Administrator).png │ ├── ClassDiagram.cd │ ├── PluginSystemClassDiagram.csproj │ └── Properties │ │ └── AssemblyInfo.cs └── readme.md ├── ProductsApp ├── NuGet.Config ├── ProductsApp.sln └── ProductsApp │ ├── App_Start │ ├── SwaggerConfig.cs │ └── WebApiConfig.cs │ ├── Controllers │ ├── V1 │ │ └── ProductsV1Controller.cs │ └── V2 │ │ └── ProductsV2Controller.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Models │ └── Product.cs │ ├── ProductsApp.csproj │ ├── Properties │ └── AssemblyInfo.cs │ ├── Web.config │ └── packages.config ├── ProgressBat ├── ProgressBat.sln └── ProgressBat │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── ProgressBat.csproj │ └── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── RandTest ├── RandTest.sln └── RandTest │ ├── App_Start │ └── WebApiConfig.cs │ ├── Controllers │ ├── DemoController.cs │ └── TestController.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Models │ ├── Choice.cs │ ├── DB │ │ └── DbModel.cs │ ├── Question.cs │ └── Test.cs │ ├── NLog.config │ ├── NLog.xsd │ ├── Properties │ ├── AssemblyInfo.cs │ └── PublishProfiles │ │ ├── RandTest.pubxml │ │ └── RandTest.pubxml.user │ ├── RandTest.csproj │ ├── UI │ ├── index.html │ ├── test.js │ └── theme.css │ ├── Web.Debug.config │ ├── Web.Release.config │ ├── Web.config │ └── packages.config ├── ReadJSON ├── ReadJSON.sln └── ReadJSON │ ├── Newtonsoft.Json.dll │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── ReadJSON.csproj │ └── parseJSON.cs ├── RecRmDir ├── RecRmDir.sln └── RecRmDir │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── RecRmDir.csproj ├── RestSharpTest ├── RestSharpTest.sln └── RestSharpTest │ ├── App.config │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── RestSharpTest.csproj │ └── packages.config ├── SaleforceValidator ├── SaleforceValidator.sln └── SaleforceValidator │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── SaleforceValidator.csproj │ └── crashdump.ico ├── SampleLinq ├── SampleLinq.sln └── SampleLinq │ ├── People.cs │ ├── Person.cs │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── SampleLinq.csproj ├── SampleList ├── SampleList.sln └── SampleList │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── SampleList.csproj ├── StockMarket ├── App.config ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── StockDelta.cs ├── StockMarket.csproj ├── StockMarket.sln ├── Utils.cs ├── img │ ├── 1StockMarket.EXE.png │ └── 2StockMarket.EXE.png └── readme.md ├── SummationX ├── SummationX.sln └── SummationX │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── SummationX.csproj │ └── app.config ├── Swagger-Net.Sample ├── NuGet.Config ├── Swagger-Net.Sample.sln ├── Swashbuckle.Sample.Controllers │ ├── ApiControllers │ │ └── ClientsController.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Swashbuckle.Sample.Controllers.csproj │ ├── WebApiConfig.cs │ └── packages.config └── Swashbuckle.Sample │ ├── App_Start │ ├── Startup.cs │ ├── SwaggerConfig.cs │ └── WebApiConfig.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Swashbuckle.Sample.csproj │ ├── Web.config │ └── packages.config ├── SwapCase ├── SwapCase.sln ├── SwapCase │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── StringExtension.cs │ └── SwapCase.csproj └── SwapCaseTests │ ├── Properties │ └── AssemblyInfo.cs │ ├── StringExtensionTests.cs │ └── SwapCaseTests.csproj ├── Swashbuckle.Sample ├── Swashbuckle.Sample.Controllers │ ├── ApiControllers │ │ ├── ClientsController.cs │ │ └── DefaultController.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Swashbuckle.Sample.Controllers.csproj │ ├── SwashbuckleSampleControllers.xml │ ├── WebApiConfig.cs │ └── packages.config ├── Swashbuckle.Sample.sln └── Swashbuckle.Sample │ ├── App_Start │ ├── SwaggerConfig.cs │ └── WebApiConfig.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Swashbuckle.Sample.csproj │ ├── SwashbuckleSample.xml │ ├── Web.config │ └── packages.config ├── TFS_WebApi ├── TFS_WebApi.sln ├── TFS_WebApi │ ├── App_Start │ │ ├── SwaggerConfig.cs │ │ └── WebApiConfig.cs │ ├── Controllers │ │ ├── BaseController.cs │ │ ├── QueriesController.cs │ │ ├── WorkCompletedController.cs │ │ ├── WorkItemAndChildrenController.cs │ │ └── WorkItemsController.cs │ ├── Extensions │ │ └── ListQueryHierarchyItemExtension.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Models │ │ ├── CompletedWork.cs │ │ ├── Work.cs │ │ └── WorkObj.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── TFS_WebApi.csproj │ ├── Web.config │ ├── index.html │ └── packages.config └── readme.md ├── TaskStart ├── TaskStart.sln └── TaskStart │ ├── Animations.cs │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── TaskStart.csproj ├── TestIsGenericType ├── TestIsGenericType.sln └── TestIsGenericType │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── TestIsGenericType.csproj ├── Test_Bass.Net ├── Test_Bass.Net.sln └── Test_Bass.Net │ ├── App.config │ ├── LICENSE.rtf │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── SoundEncoder.cs │ ├── SoundMIDI.cs │ ├── SoundStream.cs │ ├── SoundTags.cs │ ├── SoundWave.cs │ ├── Test_Bass.Net.csproj │ ├── packages.config │ └── readme.txt ├── ToTango ├── ToTangoXport │ ├── ToTangoXport.sln │ └── ToTangoXport │ │ ├── App.config │ │ ├── Program.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── ToTangoExportUtil.cs │ │ ├── ToTangoXport.Designer.cs │ │ ├── ToTangoXport.cs │ │ ├── ToTangoXport.csproj │ │ ├── ToTangoXport.ico │ │ ├── ToTangoXport.resx │ │ └── sample.ToTango ├── absToTango │ ├── absToTango.sln │ └── absToTango │ │ ├── Newtonsoft.Json.dll │ │ ├── Program.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── ToTangoExport.cs │ │ ├── ToTangoReader.cs │ │ ├── absToTango.csproj │ │ ├── mapping.csv │ │ └── sql.cs └── xInstall │ ├── ToTangoXport-1.0.0.6.exe │ ├── build.bat │ └── setup.nsi ├── ToTangoAPI ├── ToTangoAPI.sln ├── ToTangoAPI.v12.suo └── ToTangoAPI │ ├── App_Start │ └── WebApiConfig.cs │ ├── Attributes │ └── AllowCrossSiteJsonAttribute.cs │ ├── Controllers │ ├── AccountIdController.cs │ ├── BaseApiController.cs │ ├── CompanyController.cs │ └── EmailController.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Index.html │ ├── Properties │ └── AssemblyInfo.cs │ ├── ToTangoAPI.csproj │ ├── Web.Debug.config │ ├── Web.Release.config │ ├── Web.config │ └── packages.config ├── Trie ├── Trie.sln ├── Trie │ ├── App.config │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Random.cs │ ├── Trie.cs │ ├── Trie.csproj │ └── packages.config ├── TrieBenchmark │ ├── App_Start │ │ └── WebApiConfig.cs │ ├── Controllers │ │ └── TrieBenchmarkController.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── TrieBenchmark.csproj │ ├── Web.Debug.config │ ├── Web.Release.config │ ├── Web.config │ ├── index.html │ └── packages.config └── readme.md ├── UnQliteApp ├── UnQliteApp.sln └── UnQliteApp │ ├── App.config │ ├── Model.cs │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── UnQliteApp.csproj │ └── packages.config ├── UseNLog ├── NLog │ ├── NLog.config │ ├── NLog.dll │ ├── NLog.xml │ └── README.txt ├── UseNLog.sln └── UseNLog │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── UseNLog.csproj ├── WebApi560 ├── WebApi560.sln └── WebApi560 │ ├── App_Start │ ├── SwaggerConfig.cs │ └── WebApiConfig.cs │ ├── Controllers │ └── DefaultController.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Web.config │ ├── WebApi560.csproj │ └── packages.config ├── WebApi_MyGet ├── NuGet.Config ├── WebApi_MyGet.sln └── WebApi_MyGet │ ├── App_Start │ ├── SwaggerConfig.cs │ └── WebApiConfig.cs │ ├── Controllers │ ├── BaseController.cs │ ├── ChildController.cs │ └── DefaultController.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Index.html │ ├── Properties │ └── AssemblyInfo.cs │ ├── Web.config │ ├── WebApi_MyGet.XML │ ├── WebApi_MyGet.csproj │ └── packages.config ├── WebApi_NetCore ├── WebApi_NetCore.sln └── WebApi_NetCore │ ├── Controllers │ ├── AuthorsController.cs │ ├── DefaultFromQueryController.cs │ ├── ErrorController.cs │ ├── InherTestController.cs │ ├── TestEmailController.cs │ └── ValuesController.cs │ ├── Program.cs │ ├── ScaffoldingReadMe.txt │ ├── Startup.cs │ ├── WebApi_NetCore.csproj │ ├── appsettings.Development.json │ ├── appsettings.json │ └── doc.xml ├── WebApi_StrathwebCacheOutput ├── WebApi_StrathwebCacheOutput.sln └── WebApi_StrathwebCacheOutput │ ├── App_Start │ └── WebApiConfig.cs │ ├── Controllers │ └── DefaultController.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Web.config │ ├── WebApi_StrathwebCacheOutput.csproj │ └── packages.config ├── WindowsFormsApplication7 ├── WindowsFormsApplication7.sln └── WindowsFormsApplication7 │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ └── WindowsFormsApplication7.csproj ├── bike-distributor-refactor ├── BikeDistributor.Test │ ├── BikeDistributor.Test.csproj │ ├── DiscountTest.cs │ ├── OrderTest.cs │ └── Properties │ │ └── AssemblyInfo.cs ├── BikeDistributor.sln └── BikeDistributor │ ├── Bike.cs │ ├── BikeDistributor.csproj │ ├── Data.cs │ ├── Discount.cs │ ├── Line.cs │ ├── NLog.config │ ├── NLog.xsd │ ├── Order.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Templates │ ├── Receipt.html │ └── Receipt.txt │ └── packages.config ├── csReflection ├── csReflection.sln └── csReflection │ ├── App.config │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── csReflection.csproj ├── geom ├── geom.sln └── geom │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── geom.csproj │ ├── poly.txt │ └── util.cs ├── offleaseonly ├── offleaseonly.sln └── offleaseonly │ ├── App.config │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── offleaseonly.csproj │ ├── offleaseonlyClient │ ├── CarOperations.cs │ ├── CarOperationsExtensions.cs │ ├── Cars.cs │ ├── CarsExtensions.cs │ ├── ICarOperations.cs │ ├── ICars.cs │ ├── IOffleaseonlyClient.cs │ ├── IScrape.cs │ ├── IStats.cs │ ├── Models │ │ ├── Car.cs │ │ └── CarCollection.cs │ ├── OffleaseonlyClient.cs │ ├── OffleaseonlyClientExtensions.cs │ ├── Scrape.cs │ ├── ScrapeExtensions.cs │ ├── Stats.cs │ └── StatsExtensions.cs │ └── packages.config └── regExport ├── regExport.sln └── regExport ├── Program.cs ├── Properties └── AssemblyInfo.cs ├── regExport.csproj └── wmi.cs /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/.gitignore -------------------------------------------------------------------------------- /ASCII/ASCII.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ASCII/ASCII.sln -------------------------------------------------------------------------------- /ASCII/ASCII/ASCII.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ASCII/ASCII/ASCII.csproj -------------------------------------------------------------------------------- /ASCII/ASCII/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ASCII/ASCII/Program.cs -------------------------------------------------------------------------------- /ASCII/ASCII/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ASCII/ASCII/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AccuAuto/AccuAuto.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto.sln -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/AccuAuto.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/AccuAuto.csproj -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/ClassClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/ClassClient.cs -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/ClassConvert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/ClassConvert.cs -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/Form1.Designer.cs -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/Form1.cs -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/Form1.resx -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/JsonHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/JsonHelper.cs -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/ModelEData.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/ModelEData.Designer.cs -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/ModelEData.edmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/ModelEData.edmx -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/Program.cs -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/Properties/Resources.resx -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/Properties/Settings.settings -------------------------------------------------------------------------------- /AccuAuto/AccuAuto/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AccuAuto/AccuAuto/app.config -------------------------------------------------------------------------------- /ArchiveFolder/ArchiveFolder.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ArchiveFolder/ArchiveFolder.sln -------------------------------------------------------------------------------- /ArchiveFolder/ArchiveFolder/ArchiveFolder.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ArchiveFolder/ArchiveFolder/ArchiveFolder.csproj -------------------------------------------------------------------------------- /ArchiveFolder/ArchiveFolder/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ArchiveFolder/ArchiveFolder/Program.cs -------------------------------------------------------------------------------- /ArchiveFolder/ArchiveFolder/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ArchiveFolder/ArchiveFolder/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AssemblyInfo/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AssemblyInfo/AssemblyInfo.cs -------------------------------------------------------------------------------- /AssemblyInfo/AssemblyInfo.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AssemblyInfo/AssemblyInfo.csproj -------------------------------------------------------------------------------- /AssemblyInfo/Platform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AssemblyInfo/Platform.cs -------------------------------------------------------------------------------- /AssemblyInfo/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AssemblyInfo/Program.cs -------------------------------------------------------------------------------- /AssemblyInfo/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AssemblyInfo/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AssemblyInfo/Resource.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AssemblyInfo/Resource.Designer.cs -------------------------------------------------------------------------------- /AssemblyInfo/Resource.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AssemblyInfo/Resource.resx -------------------------------------------------------------------------------- /AssemblyInfo/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AssemblyInfo/app.config -------------------------------------------------------------------------------- /AssemblyInfo/bin/AssemblyInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AssemblyInfo/bin/AssemblyInfo.exe -------------------------------------------------------------------------------- /AssemblyInfo/bin/test.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AssemblyInfo/bin/test.bat -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda.sln -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda/App.config -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda/AsyncLambda.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda/AsyncLambda.csproj -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda/Form1.Designer.cs -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda/Form1.cs -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda/Form1.resx -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda/Program.cs -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda/Properties/Resources.resx -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /AsyncLambda/AsyncLambda/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/AsyncLambda/AsyncLambda/Properties/Settings.settings -------------------------------------------------------------------------------- /BCReader/BCReader.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader.sln -------------------------------------------------------------------------------- /BCReader/BCReader/BCReader.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/BCReader.csproj -------------------------------------------------------------------------------- /BCReader/BCReader/ClassDiagram1.cd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/ClassDiagram1.cd -------------------------------------------------------------------------------- /BCReader/BCReader/Microsoft.Win32.TaskScheduler.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/Microsoft.Win32.TaskScheduler.XML -------------------------------------------------------------------------------- /BCReader/BCReader/Microsoft.Win32.TaskScheduler.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/Microsoft.Win32.TaskScheduler.dll -------------------------------------------------------------------------------- /BCReader/BCReader/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /BCReader/BCReader/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/Program.cs -------------------------------------------------------------------------------- /BCReader/BCReader/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /BCReader/BCReader/Twitterizer2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/Twitterizer2.dll -------------------------------------------------------------------------------- /BCReader/BCReader/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/app.config -------------------------------------------------------------------------------- /BCReader/BCReader/classes/BC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/classes/BC.cs -------------------------------------------------------------------------------- /BCReader/BCReader/classes/SMS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/classes/SMS.cs -------------------------------------------------------------------------------- /BCReader/BCReader/classes/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/classes/Utils.cs -------------------------------------------------------------------------------- /BCReader/BCReader/classes/config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/classes/config.cs -------------------------------------------------------------------------------- /BCReader/BCReader/classes/log.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/classes/log.cs -------------------------------------------------------------------------------- /BCReader/BCReader/classes/twitter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/classes/twitter.cs -------------------------------------------------------------------------------- /BCReader/BCReader/doLoop.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/doLoop.bat -------------------------------------------------------------------------------- /BCReader/BCReader/installer/setup.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/installer/setup.bat -------------------------------------------------------------------------------- /BCReader/BCReader/installer/setup.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/installer/setup.nsi -------------------------------------------------------------------------------- /BCReader/BCReader/sample.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/sample.xml -------------------------------------------------------------------------------- /BCReader/BCReader/twitter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BCReader/BCReader/twitter.xml -------------------------------------------------------------------------------- /BenchmarkStringBuilder/BenchmarkStringBuilder.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BenchmarkStringBuilder/BenchmarkStringBuilder.sln -------------------------------------------------------------------------------- /BenchmarkStringBuilder/BenchmarkStringBuilder/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BenchmarkStringBuilder/BenchmarkStringBuilder/Program.cs -------------------------------------------------------------------------------- /BiDimArrayTest/BiDimArray.Test/BiDimArray.Test.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BiDimArrayTest/BiDimArray.Test/BiDimArray.Test.csproj -------------------------------------------------------------------------------- /BiDimArrayTest/BiDimArray.Test/BiDimArrayTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BiDimArrayTest/BiDimArray.Test/BiDimArrayTest.cs -------------------------------------------------------------------------------- /BiDimArrayTest/BiDimArray.Test/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BiDimArrayTest/BiDimArray.Test/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /BiDimArrayTest/BiDimArray.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BiDimArrayTest/BiDimArray.sln -------------------------------------------------------------------------------- /BiDimArrayTest/BiDimArray/BiDimArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BiDimArrayTest/BiDimArray/BiDimArray.cs -------------------------------------------------------------------------------- /BiDimArrayTest/BiDimArray/BiDimArray.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BiDimArrayTest/BiDimArray/BiDimArray.csproj -------------------------------------------------------------------------------- /BiDimArrayTest/BiDimArray/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BiDimArrayTest/BiDimArray/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /BitWiseOpp/BitWiseOpp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BitWiseOpp/BitWiseOpp.sln -------------------------------------------------------------------------------- /BitWiseOpp/BitWiseOpp/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BitWiseOpp/BitWiseOpp/App.config -------------------------------------------------------------------------------- /BitWiseOpp/BitWiseOpp/BitWiseOpp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BitWiseOpp/BitWiseOpp/BitWiseOpp.csproj -------------------------------------------------------------------------------- /BitWiseOpp/BitWiseOpp/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BitWiseOpp/BitWiseOpp/Program.cs -------------------------------------------------------------------------------- /BitWiseOpp/BitWiseOpp/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BitWiseOpp/BitWiseOpp/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /BitWiseOpp/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/BitWiseOpp/readme.md -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector.sln -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector/App.config -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector/ButtonSelector.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector/ButtonSelector.csproj -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector/Form1.Designer.cs -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector/Form1.cs -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector/Form1.resx -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector/Program.cs -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector/Properties/Resources.resx -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /ButtonSelector/ButtonSelector/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ButtonSelector/ButtonSelector/Properties/Settings.settings -------------------------------------------------------------------------------- /CLRAssembly/CLRAssembly.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CLRAssembly/CLRAssembly.sln -------------------------------------------------------------------------------- /CLRAssembly/CLRAssembly/AddFunctions.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CLRAssembly/CLRAssembly/AddFunctions.sql -------------------------------------------------------------------------------- /CLRAssembly/CLRAssembly/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CLRAssembly/CLRAssembly/App.config -------------------------------------------------------------------------------- /CLRAssembly/CLRAssembly/CLRAssembly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CLRAssembly/CLRAssembly/CLRAssembly.cs -------------------------------------------------------------------------------- /CLRAssembly/CLRAssembly/CLRAssembly.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CLRAssembly/CLRAssembly/CLRAssembly.csproj -------------------------------------------------------------------------------- /CLRAssembly/CLRAssembly/Classes/Cryptography.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CLRAssembly/CLRAssembly/Classes/Cryptography.cs -------------------------------------------------------------------------------- /CLRAssembly/CLRAssembly/Classes/Geom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CLRAssembly/CLRAssembly/Classes/Geom.cs -------------------------------------------------------------------------------- /CLRAssembly/CLRAssembly/Classes/Randomness.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CLRAssembly/CLRAssembly/Classes/Randomness.cs -------------------------------------------------------------------------------- /CLRAssembly/CLRAssembly/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CLRAssembly/CLRAssembly/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords.sln -------------------------------------------------------------------------------- /CallRecords/CallRecords/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/App_Start/WebApiConfig.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/CallRecords.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/CallRecords.csproj -------------------------------------------------------------------------------- /CallRecords/CallRecords/CallRecords.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/CallRecords.csproj.user -------------------------------------------------------------------------------- /CallRecords/CallRecords/Controllers/CallController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Controllers/CallController.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Controllers/CallsController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Controllers/CallsController.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Controllers/CallsViewController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Controllers/CallsViewController.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Controllers/CommonFiltersController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Controllers/CommonFiltersController.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Controllers/DemoController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Controllers/DemoController.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Controllers/ListViewsController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Controllers/ListViewsController.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Global.asax -------------------------------------------------------------------------------- /CallRecords/CallRecords/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Global.asax.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Migrations/Configuration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Migrations/Configuration.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Models/Call.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Models/Call.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Models/CallsView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Models/CallsView.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Models/CommonFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Models/CommonFilter.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Models/Filter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Models/Filter.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Models/ListView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Models/ListView.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Models/Note.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Models/Note.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/Models/_DbModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Models/_DbModel.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/NLog.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/NLog.config -------------------------------------------------------------------------------- /CallRecords/CallRecords/NLog.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/NLog.xsd -------------------------------------------------------------------------------- /CallRecords/CallRecords/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /CallRecords/CallRecords/UI/calls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/UI/calls.js -------------------------------------------------------------------------------- /CallRecords/CallRecords/UI/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/UI/index.html -------------------------------------------------------------------------------- /CallRecords/CallRecords/UI/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/UI/theme.css -------------------------------------------------------------------------------- /CallRecords/CallRecords/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Web.Debug.config -------------------------------------------------------------------------------- /CallRecords/CallRecords/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Web.Release.config -------------------------------------------------------------------------------- /CallRecords/CallRecords/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/Web.config -------------------------------------------------------------------------------- /CallRecords/CallRecords/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/index.html -------------------------------------------------------------------------------- /CallRecords/CallRecords/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/CallRecords/packages.config -------------------------------------------------------------------------------- /CallRecords/PublishScripts/Scripts/Deploy-AzureResourceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/PublishScripts/Scripts/Deploy-AzureResourceGroup.ps1 -------------------------------------------------------------------------------- /CallRecords/PublishScripts/Templates/CallRecords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/PublishScripts/Templates/CallRecords.json -------------------------------------------------------------------------------- /CallRecords/PublishScripts/Templates/CallRecords.param.dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CallRecords/PublishScripts/Templates/CallRecords.param.dev.json -------------------------------------------------------------------------------- /ChangeDeskWallpaper/ChangeDeskWallpaper.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ChangeDeskWallpaper/ChangeDeskWallpaper.sln -------------------------------------------------------------------------------- /ChangeDeskWallpaper/ChangeDeskWallpaper/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ChangeDeskWallpaper/ChangeDeskWallpaper/Program.cs -------------------------------------------------------------------------------- /ChangeDeskWallpaper/ChangeDeskWallpaper/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ChangeDeskWallpaper/ChangeDeskWallpaper/Properties/Resources.resx -------------------------------------------------------------------------------- /ConsoleTimer/ConsoleTimer.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ConsoleTimer/ConsoleTimer.sln -------------------------------------------------------------------------------- /ConsoleTimer/ConsoleTimer/ConsoleTimer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ConsoleTimer/ConsoleTimer/ConsoleTimer.csproj -------------------------------------------------------------------------------- /ConsoleTimer/ConsoleTimer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ConsoleTimer/ConsoleTimer/Program.cs -------------------------------------------------------------------------------- /ConsoleTimer/ConsoleTimer/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ConsoleTimer/ConsoleTimer/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars.sln -------------------------------------------------------------------------------- /CountingCars/CountingCars/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/App.config -------------------------------------------------------------------------------- /CountingCars/CountingCars/CountingCars.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/CountingCars.csproj -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/Cars.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/Cars.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/CarsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/CarsExtensions.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/ICars.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/ICars.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/IScrape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/IScrape.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/IStats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/IStats.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/Models/Car.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/Models/Car.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/Models/CarData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/Models/CarData.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/Models/CarStats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/Models/CarStats.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/Models/Price.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/Models/Price.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/Scrape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/Scrape.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/ScrapeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/ScrapeExtensions.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/Stats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/Stats.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/OffleaseOnlyClient/StatsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/OffleaseOnlyClient/StatsExtensions.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/Program.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/Echo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/Echo.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/EchoExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/EchoExtensions.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/IEcho.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/IEcho.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/ISearch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/ISearch.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/IStats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/IStats.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/ITuroApiClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/ITuroApiClient.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/Models/Car.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/Models/Car.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/Models/CarStats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/Models/CarStats.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/Models/DecoderFallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/Models/DecoderFallback.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/Models/EncoderFallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/Models/EncoderFallback.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/Models/Encoding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/Models/Encoding.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/Models/Query.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/Models/Query.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/Search.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/Search.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/SearchExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/SearchExtensions.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/Stats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/Stats.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/StatsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/StatsExtensions.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/TuroApiClient/TuroApiClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/TuroApiClient/TuroApiClient.cs -------------------------------------------------------------------------------- /CountingCars/CountingCars/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/packages.config -------------------------------------------------------------------------------- /CountingCars/CountingCars/test.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/CountingCars/CountingCars/test.cs -------------------------------------------------------------------------------- /Countries/Countries.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Countries/Countries.sln -------------------------------------------------------------------------------- /Countries/Countries/ClassDiagram1.cd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Countries/Countries/ClassDiagram1.cd -------------------------------------------------------------------------------- /Countries/Countries/Countries.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Countries/Countries/Countries.csproj -------------------------------------------------------------------------------- /Countries/Countries/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Countries/Countries/Program.cs -------------------------------------------------------------------------------- /Countries/Countries/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Countries/Countries/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Countries/Countries/geoEntities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Countries/Countries/geoEntities.cs -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages.sln -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/DeCryptImages.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/DeCryptImages.csproj -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/Form1.Designer.cs -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/Form1.cs -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/Form1.resx -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/Program.cs -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/Properties/Resources.resx -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/Properties/Settings.settings -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/bin/Debug/DeCryptImages.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/bin/Debug/DeCryptImages.exe -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/bin/Debug/DeCryptImages.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/bin/Debug/DeCryptImages.pdb -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/bin/Debug/DeCryptImages.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/bin/Debug/DeCryptImages.vshost.exe -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/bin/Debug/eBridge.Crypto.AES.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/bin/Debug/eBridge.Crypto.AES.dll -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/eBridge.Crypto.AES.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/eBridge.Crypto.AES.dll -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/obj/x86/Debug/DeCryptImages.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/obj/x86/Debug/DeCryptImages.exe -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/obj/x86/Debug/DeCryptImages.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/obj/x86/Debug/DeCryptImages.pdb -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/obj/x86/Debug/ResGen.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/obj/x86/Debug/ResGen.read.1.tlog -------------------------------------------------------------------------------- /DeCryptImages/DeCryptImages/obj/x86/Debug/ResGen.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DeCryptImages/DeCryptImages/obj/x86/Debug/ResGen.write.1.tlog -------------------------------------------------------------------------------- /Decoder/Decoder.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Decoder/Decoder.sln -------------------------------------------------------------------------------- /Decoder/Decoder/Decoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Decoder/Decoder/Decoder.cs -------------------------------------------------------------------------------- /Decoder/Decoder/Decoder.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Decoder/Decoder/Decoder.csproj -------------------------------------------------------------------------------- /Decoder/Decoder/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Decoder/Decoder/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Decoder/DecoderTests/DecoderTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Decoder/DecoderTests/DecoderTests.cs -------------------------------------------------------------------------------- /Decoder/DecoderTests/DecoderTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Decoder/DecoderTests/DecoderTests.csproj -------------------------------------------------------------------------------- /Decoder/DecoderTests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Decoder/DecoderTests/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /DirSize/DirSize.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DirSize/DirSize.sln -------------------------------------------------------------------------------- /DirSize/DirSize/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DirSize/DirSize/App.config -------------------------------------------------------------------------------- /DirSize/DirSize/DirSize.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DirSize/DirSize/DirSize.csproj -------------------------------------------------------------------------------- /DirSize/DirSize/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DirSize/DirSize/Program.cs -------------------------------------------------------------------------------- /DirSize/DirSize/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/DirSize/DirSize/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.BusinessLogic/Benefits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.BusinessLogic/Benefits.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.BusinessLogic/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.BusinessLogic/packages.config -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.BusinessLogicTests/BenefitsTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.BusinessLogicTests/BenefitsTests.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.Framework/DbSchema/Benefits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.Framework/DbSchema/Benefits.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.Framework/DbSchema/Dependent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.Framework/DbSchema/Dependent.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.Framework/DbSchema/Employee.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.Framework/DbSchema/Employee.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.Framework/EmployeesApp.Framework.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.Framework/EmployeesApp.Framework.csproj -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.Framework/Interfaces/IBenefits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.Framework/Interfaces/IBenefits.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.Framework/Interfaces/IObj.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.Framework/Interfaces/IObj.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.Framework/Interfaces/IPerson.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.Framework/Interfaces/IPerson.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.Framework/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.Framework/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.Framework/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.Framework/packages.config -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp.sln -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/App_Start/SwaggerConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/App_Start/SwaggerConfig.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/App_Start/WebApiConfig.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Controllers/BenefitsCostController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Controllers/BenefitsCostController.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Controllers/DemoController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Controllers/DemoController.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Controllers/DependentsController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Controllers/DependentsController.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Controllers/EmployeesController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Controllers/EmployeesController.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Controllers/ReportsController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Controllers/ReportsController.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/DAL/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/DAL/Constants.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/DAL/Data_Benefits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/DAL/Data_Benefits.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/DAL/Data_BenefitsCost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/DAL/Data_BenefitsCost.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/DAL/Data_BenefitsDiscounts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/DAL/Data_BenefitsDiscounts.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/DAL/Data_Dependents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/DAL/Data_Dependents.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/DAL/Data_Employees.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/DAL/Data_Employees.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/DAL/DbInitializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/DAL/DbInitializer.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/DAL/DbModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/DAL/DbModel.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/EmployeesApp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/EmployeesApp.csproj -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Global.asax -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Global.asax.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Models/Reports/ReportChart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Models/Reports/ReportChart.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Models/Reports/ReportNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Models/Reports/ReportNode.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/NLog.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/NLog.config -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/NLog.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/NLog.xsd -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/UI/allreports.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/UI/allreports.js -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/UI/employees.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/UI/employees.js -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/UI/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/UI/index.html -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/UI/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/UI/theme.css -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Web.Debug.config -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Web.Release.config -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/Web.config -------------------------------------------------------------------------------- /EmployeesApp/EmployeesApp/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EmployeesApp/EmployeesApp/packages.config -------------------------------------------------------------------------------- /EnumDescription/EnumDescription.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumDescription/EnumDescription.sln -------------------------------------------------------------------------------- /EnumDescription/EnumDescription/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumDescription/EnumDescription/App.config -------------------------------------------------------------------------------- /EnumDescription/EnumDescription/EnumDescription.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumDescription/EnumDescription/EnumDescription.csproj -------------------------------------------------------------------------------- /EnumDescription/EnumDescription/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumDescription/EnumDescription/Program.cs -------------------------------------------------------------------------------- /EnumDescription/EnumDescription/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumDescription/EnumDescription/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef.sln -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/App_Start/SwaggerConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/App_Start/SwaggerConfig.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/App_Start/WebApiConfig.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Controllers/DefaultController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Controllers/DefaultController.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Controllers/Object1Controller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Controllers/Object1Controller.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Controllers/Object2Controller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Controllers/Object2Controller.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/EnumRedef.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/EnumRedef.csproj -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Global.asax -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Global.asax.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Models/DataMemberAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Models/DataMemberAttribute.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Models/MyObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Models/MyObject.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Models/Object1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Models/Object1.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Models/Object2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Models/Object2.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Models/ObjectType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Models/ObjectType.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/Web.config -------------------------------------------------------------------------------- /EnumRedef/EnumRedef/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/EnumRedef/EnumRedef/packages.config -------------------------------------------------------------------------------- /ExcelTest/ExcelTest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ExcelTest/ExcelTest.sln -------------------------------------------------------------------------------- /ExcelTest/ExcelTest/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ExcelTest/ExcelTest/App.config -------------------------------------------------------------------------------- /ExcelTest/ExcelTest/ExcelTest.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ExcelTest/ExcelTest/ExcelTest.csproj -------------------------------------------------------------------------------- /ExcelTest/ExcelTest/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ExcelTest/ExcelTest/Program.cs -------------------------------------------------------------------------------- /ExcelTest/ExcelTest/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ExcelTest/ExcelTest/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ExcelTest/ExcelTest/file.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ExcelTest/ExcelTest/file.xlsx -------------------------------------------------------------------------------- /ExcelTest/ExcelTest/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ExcelTest/ExcelTest/packages.config -------------------------------------------------------------------------------- /FileVersion/FileVersion.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FileVersion/FileVersion.sln -------------------------------------------------------------------------------- /FileVersion/FileVersion/FileVersion.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FileVersion/FileVersion/FileVersion.csproj -------------------------------------------------------------------------------- /FileVersion/FileVersion/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FileVersion/FileVersion/Program.cs -------------------------------------------------------------------------------- /FileVersion/FileVersion/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FileVersion/FileVersion/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /FullScreen/FullScreen.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen.sln -------------------------------------------------------------------------------- /FullScreen/FullScreen/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen/App.config -------------------------------------------------------------------------------- /FullScreen/FullScreen/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen/Form1.Designer.cs -------------------------------------------------------------------------------- /FullScreen/FullScreen/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen/Form1.cs -------------------------------------------------------------------------------- /FullScreen/FullScreen/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen/Form1.resx -------------------------------------------------------------------------------- /FullScreen/FullScreen/FullScreen.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen/FullScreen.csproj -------------------------------------------------------------------------------- /FullScreen/FullScreen/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen/Program.cs -------------------------------------------------------------------------------- /FullScreen/FullScreen/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /FullScreen/FullScreen/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /FullScreen/FullScreen/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen/Properties/Resources.resx -------------------------------------------------------------------------------- /FullScreen/FullScreen/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /FullScreen/FullScreen/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/FullScreen/FullScreen/Properties/Settings.settings -------------------------------------------------------------------------------- /GetErrorType/GetErrorType.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GetErrorType/GetErrorType.sln -------------------------------------------------------------------------------- /GetErrorType/GetErrorType/GetErrorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GetErrorType/GetErrorType/GetErrorType.cs -------------------------------------------------------------------------------- /GetErrorType/GetErrorType/GetErrorType.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GetErrorType/GetErrorType/GetErrorType.csproj -------------------------------------------------------------------------------- /GetErrorType/GetErrorType/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GetErrorType/GetErrorType/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /GetErrorType/GetErrorTypeTests/GetErrorTypeTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GetErrorType/GetErrorTypeTests/GetErrorTypeTests.cs -------------------------------------------------------------------------------- /GetErrorType/GetErrorTypeTests/GetErrorTypeTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GetErrorType/GetErrorTypeTests/GetErrorTypeTests.csproj -------------------------------------------------------------------------------- /GetErrorType/GetErrorTypeTests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GetErrorType/GetErrorTypeTests/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /GravatarGet/GravatarGet.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GravatarGet/GravatarGet.sln -------------------------------------------------------------------------------- /GravatarGet/GravatarGet/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GravatarGet/GravatarGet/App.config -------------------------------------------------------------------------------- /GravatarGet/GravatarGet/GravatarGet.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GravatarGet/GravatarGet/GravatarGet.csproj -------------------------------------------------------------------------------- /GravatarGet/GravatarGet/ImageExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GravatarGet/GravatarGet/ImageExtensions.cs -------------------------------------------------------------------------------- /GravatarGet/GravatarGet/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GravatarGet/GravatarGet/Program.cs -------------------------------------------------------------------------------- /GravatarGet/GravatarGet/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GravatarGet/GravatarGet/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /GravatarGet/GravatarGet/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/GravatarGet/GravatarGet/packages.config -------------------------------------------------------------------------------- /HighAndLow/HighAndLow.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/HighAndLow/HighAndLow.sln -------------------------------------------------------------------------------- /HighAndLow/HighAndLow/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/HighAndLow/HighAndLow/App.config -------------------------------------------------------------------------------- /HighAndLow/HighAndLow/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/HighAndLow/HighAndLow/Extensions.cs -------------------------------------------------------------------------------- /HighAndLow/HighAndLow/HighAndLow.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/HighAndLow/HighAndLow/HighAndLow.csproj -------------------------------------------------------------------------------- /HighAndLow/HighAndLow/Kata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/HighAndLow/HighAndLow/Kata.cs -------------------------------------------------------------------------------- /HighAndLow/HighAndLow/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/HighAndLow/HighAndLow/Program.cs -------------------------------------------------------------------------------- /HighAndLow/HighAndLow/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/HighAndLow/HighAndLow/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Images2Avi/Images2Avi.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Images2Avi/Images2Avi.sln -------------------------------------------------------------------------------- /Images2Avi/Images2Avi/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Images2Avi/Images2Avi/App.config -------------------------------------------------------------------------------- /Images2Avi/Images2Avi/Images2Avi.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Images2Avi/Images2Avi/Images2Avi.csproj -------------------------------------------------------------------------------- /Images2Avi/Images2Avi/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Images2Avi/Images2Avi/Program.cs -------------------------------------------------------------------------------- /Images2Avi/Images2Avi/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Images2Avi/Images2Avi/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Images2Avi/Images2Avi/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Images2Avi/Images2Avi/packages.config -------------------------------------------------------------------------------- /InFileReplace/InFileReplace.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/InFileReplace/InFileReplace.sln -------------------------------------------------------------------------------- /InFileReplace/InFileReplace/InFileReplace.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/InFileReplace/InFileReplace/InFileReplace.csproj -------------------------------------------------------------------------------- /InFileReplace/InFileReplace/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/InFileReplace/InFileReplace/Program.cs -------------------------------------------------------------------------------- /InFileReplace/InFileReplace/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/InFileReplace/InFileReplace/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /IntParse/IntParse.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/IntParse/IntParse.sln -------------------------------------------------------------------------------- /IntParse/IntParse/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/IntParse/IntParse/App.config -------------------------------------------------------------------------------- /IntParse/IntParse/IntParse.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/IntParse/IntParse/IntParse.csproj -------------------------------------------------------------------------------- /IntParse/IntParse/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/IntParse/IntParse/Program.cs -------------------------------------------------------------------------------- /IntParse/IntParse/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/IntParse/IntParse/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /IntParse/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/IntParse/readme.md -------------------------------------------------------------------------------- /JsonDeserialize/JsonDeserialize.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonDeserialize/JsonDeserialize.sln -------------------------------------------------------------------------------- /JsonDeserialize/JsonDeserialize/Account.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonDeserialize/JsonDeserialize/Account.json -------------------------------------------------------------------------------- /JsonDeserialize/JsonDeserialize/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonDeserialize/JsonDeserialize/App.config -------------------------------------------------------------------------------- /JsonDeserialize/JsonDeserialize/BaseAccount.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonDeserialize/JsonDeserialize/BaseAccount.json -------------------------------------------------------------------------------- /JsonDeserialize/JsonDeserialize/CompanyInfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonDeserialize/JsonDeserialize/CompanyInfo.json -------------------------------------------------------------------------------- /JsonDeserialize/JsonDeserialize/JsonDeserialize.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonDeserialize/JsonDeserialize/JsonDeserialize.csproj -------------------------------------------------------------------------------- /JsonDeserialize/JsonDeserialize/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonDeserialize/JsonDeserialize/Program.cs -------------------------------------------------------------------------------- /JsonDeserialize/JsonDeserialize/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonDeserialize/JsonDeserialize/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /JsonDeserialize/JsonDeserialize/UtilClasses.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonDeserialize/JsonDeserialize/UtilClasses.cs -------------------------------------------------------------------------------- /JsonDeserialize/JsonDeserialize/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonDeserialize/JsonDeserialize/packages.config -------------------------------------------------------------------------------- /JsonTest/JsonTest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonTest/JsonTest.sln -------------------------------------------------------------------------------- /JsonTest/JsonTest/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonTest/JsonTest/App.config -------------------------------------------------------------------------------- /JsonTest/JsonTest/JsonTest.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonTest/JsonTest/JsonTest.csproj -------------------------------------------------------------------------------- /JsonTest/JsonTest/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonTest/JsonTest/Program.cs -------------------------------------------------------------------------------- /JsonTest/JsonTest/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonTest/JsonTest/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /JsonTest/JsonTest/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/JsonTest/JsonTest/packages.config -------------------------------------------------------------------------------- /LimitCursor/LimitCursor.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor.sln -------------------------------------------------------------------------------- /LimitCursor/LimitCursor/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor/App.config -------------------------------------------------------------------------------- /LimitCursor/LimitCursor/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor/Form1.Designer.cs -------------------------------------------------------------------------------- /LimitCursor/LimitCursor/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor/Form1.cs -------------------------------------------------------------------------------- /LimitCursor/LimitCursor/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor/Form1.resx -------------------------------------------------------------------------------- /LimitCursor/LimitCursor/LimitCursor.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor/LimitCursor.csproj -------------------------------------------------------------------------------- /LimitCursor/LimitCursor/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor/Program.cs -------------------------------------------------------------------------------- /LimitCursor/LimitCursor/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /LimitCursor/LimitCursor/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /LimitCursor/LimitCursor/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor/Properties/Resources.resx -------------------------------------------------------------------------------- /LimitCursor/LimitCursor/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /LimitCursor/LimitCursor/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/LimitCursor/LimitCursor/Properties/Settings.settings -------------------------------------------------------------------------------- /Mp3CustomTag/Mp3CustomTag.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Mp3CustomTag/Mp3CustomTag.sln -------------------------------------------------------------------------------- /Mp3CustomTag/Mp3CustomTag/Mp3CustomTag.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Mp3CustomTag/Mp3CustomTag/Mp3CustomTag.csproj -------------------------------------------------------------------------------- /Mp3CustomTag/Mp3CustomTag/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Mp3CustomTag/Mp3CustomTag/Program.cs -------------------------------------------------------------------------------- /Mp3CustomTag/Mp3CustomTag/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Mp3CustomTag/Mp3CustomTag/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Mp3CustomTag/Mp3CustomTag/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Mp3CustomTag/Mp3CustomTag/packages.config -------------------------------------------------------------------------------- /MyWebApiExample/MyModels/MyModels.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/MyWebApiExample/MyModels/MyModels.csproj -------------------------------------------------------------------------------- /MyWebApiExample/MyModels/Student.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/MyWebApiExample/MyModels/Student.cs -------------------------------------------------------------------------------- /MyWebApiExample/MyWebApiExample.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/MyWebApiExample/MyWebApiExample.sln -------------------------------------------------------------------------------- /MyWebApiExample/MyWebApiExample/Models/Teacher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/MyWebApiExample/MyWebApiExample/Models/Teacher.cs -------------------------------------------------------------------------------- /MyWebApiExample/MyWebApiExample/MyWebApiExample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/MyWebApiExample/MyWebApiExample/MyWebApiExample.csproj -------------------------------------------------------------------------------- /MyWebApiExample/MyWebApiExample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/MyWebApiExample/MyWebApiExample/Program.cs -------------------------------------------------------------------------------- /MyWebApiExample/MyWebApiExample/ScaffoldingReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/MyWebApiExample/MyWebApiExample/ScaffoldingReadMe.txt -------------------------------------------------------------------------------- /MyWebApiExample/MyWebApiExample/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/MyWebApiExample/MyWebApiExample/Startup.cs -------------------------------------------------------------------------------- /MyWebApiExample/MyWebApiExample/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/MyWebApiExample/MyWebApiExample/appsettings.Development.json -------------------------------------------------------------------------------- /MyWebApiExample/MyWebApiExample/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/MyWebApiExample/MyWebApiExample/appsettings.json -------------------------------------------------------------------------------- /NLogConfig/NLogConfig.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NLogConfig/NLogConfig.sln -------------------------------------------------------------------------------- /NLogConfig/NLogConfig/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NLogConfig/NLogConfig/App.config -------------------------------------------------------------------------------- /NLogConfig/NLogConfig/NLogConfig.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NLogConfig/NLogConfig/NLogConfig.csproj -------------------------------------------------------------------------------- /NLogConfig/NLogConfig/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NLogConfig/NLogConfig/Program.cs -------------------------------------------------------------------------------- /NLogConfig/NLogConfig/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NLogConfig/NLogConfig/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /NLogConfig/NLogConfig/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NLogConfig/NLogConfig/packages.config -------------------------------------------------------------------------------- /Newtonsoft_ResolveContract/Newtonsoft_ResolveContract.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Newtonsoft_ResolveContract/Newtonsoft_ResolveContract.sln -------------------------------------------------------------------------------- /NoaaPrecipitation/NoaaPrecipitation.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NoaaPrecipitation/NoaaPrecipitation.sln -------------------------------------------------------------------------------- /NoaaPrecipitation/NoaaPrecipitation/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NoaaPrecipitation/NoaaPrecipitation/App.config -------------------------------------------------------------------------------- /NoaaPrecipitation/NoaaPrecipitation/NoaaPrecipitation.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NoaaPrecipitation/NoaaPrecipitation/NoaaPrecipitation.csproj -------------------------------------------------------------------------------- /NoaaPrecipitation/NoaaPrecipitation/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NoaaPrecipitation/NoaaPrecipitation/Program.cs -------------------------------------------------------------------------------- /NoaaPrecipitation/NoaaPrecipitation/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NoaaPrecipitation/NoaaPrecipitation/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /NoaaPrecipitation/NoaaPrecipitation/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/NoaaPrecipitation/NoaaPrecipitation/packages.config -------------------------------------------------------------------------------- /PID773176/GeoData.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/GeoData.ico -------------------------------------------------------------------------------- /PID773176/PID773176.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176.sln -------------------------------------------------------------------------------- /PID773176/PID773176/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Form1.Designer.cs -------------------------------------------------------------------------------- /PID773176/PID773176/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Form1.cs -------------------------------------------------------------------------------- /PID773176/PID773176/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Form1.resx -------------------------------------------------------------------------------- /PID773176/PID773176/PID773176.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/PID773176.csproj -------------------------------------------------------------------------------- /PID773176/PID773176/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Program.cs -------------------------------------------------------------------------------- /PID773176/PID773176/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /PID773176/PID773176/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /PID773176/PID773176/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Properties/Resources.resx -------------------------------------------------------------------------------- /PID773176/PID773176/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /PID773176/PID773176/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Properties/Settings.settings -------------------------------------------------------------------------------- /PID773176/PID773176/Service References/SearchService/dev.wsdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Service References/SearchService/dev.wsdl -------------------------------------------------------------------------------- /PID773176/PID773176/Service References/SearchService/dev.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Service References/SearchService/dev.xsd -------------------------------------------------------------------------------- /PID773176/PID773176/Service References/SearchService/dev1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Service References/SearchService/dev1.xsd -------------------------------------------------------------------------------- /PID773176/PID773176/Service References/SearchService/dev2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/Service References/SearchService/dev2.xsd -------------------------------------------------------------------------------- /PID773176/PID773176/T-SQL.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/T-SQL.sql -------------------------------------------------------------------------------- /PID773176/PID773176/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/app.config -------------------------------------------------------------------------------- /PID773176/PID773176/inputTest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/PID773176/inputTest.txt -------------------------------------------------------------------------------- /PID773176/setup.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/setup.bmp -------------------------------------------------------------------------------- /PID773176/setup.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PID773176/setup.nsi -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask.sln -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/CreateReport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/CreateReport.cs -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/Form1.Designer.cs -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/Form1.cs -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/Form1.resx -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/IExplore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/IExplore.cs -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/PjtDailyTask.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/PjtDailyTask.csproj -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/Program.cs -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/Properties/Resources.resx -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/Properties/Settings.settings -------------------------------------------------------------------------------- /PjtDailyTask/PjtDailyTask/leankitkanban.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PjtDailyTask/PjtDailyTask/leankitkanban.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix.sln -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/App_Start/WebApiConfig.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/Controllers/MatrixController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/Controllers/MatrixController.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/DAL/DbModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/DAL/DbModel.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/Global.asax -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/Global.asax.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/NLog.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/NLog.config -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/NLog.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/NLog.xsd -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/PlayMatrix.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/PlayMatrix.csproj -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/Utils/Data.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/Utils/Data.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/Utils/DateTimeExtension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/Utils/DateTimeExtension.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/Utils/Matrix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/Utils/Matrix.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/Utils/MatrixNoSql.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/Utils/MatrixNoSql.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/Web.Debug.config -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/Web.Release.config -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/Web.config -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrix/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrix/packages.config -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrixTests/PlayMatrixTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrixTests/PlayMatrixTests.csproj -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrixTests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrixTests/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrixTests/Utils/MatrixTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrixTests/Utils/MatrixTests.cs -------------------------------------------------------------------------------- /PlayMatrix/PlayMatrixTests/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PlayMatrix/PlayMatrixTests/app.config -------------------------------------------------------------------------------- /PluginSystem/Plugin123/Plugin123.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/Plugin123/Plugin123.cs -------------------------------------------------------------------------------- /PluginSystem/Plugin123/Plugin123.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/Plugin123/Plugin123.csproj -------------------------------------------------------------------------------- /PluginSystem/Plugin123/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/Plugin123/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /PluginSystem/Plugin456/Plugin456.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/Plugin456/Plugin456.cs -------------------------------------------------------------------------------- /PluginSystem/Plugin456/Plugin456.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/Plugin456/Plugin456.csproj -------------------------------------------------------------------------------- /PluginSystem/Plugin456/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/Plugin456/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /PluginSystem/PluginContract/Contract.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/PluginContract/Contract.cs -------------------------------------------------------------------------------- /PluginSystem/PluginContract/ContractPlugin.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/PluginContract/ContractPlugin.csproj -------------------------------------------------------------------------------- /PluginSystem/PluginContract/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/PluginContract/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /PluginSystem/PluginSystem.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/PluginSystem.sln -------------------------------------------------------------------------------- /PluginSystem/PluginSystem/PluginSystem.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/PluginSystem/PluginSystem.csproj -------------------------------------------------------------------------------- /PluginSystem/PluginSystem/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/PluginSystem/Program.cs -------------------------------------------------------------------------------- /PluginSystem/PluginSystem/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/PluginSystem/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /PluginSystem/PluginSystemTests/ClassDiagram.cd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/PluginSystemTests/ClassDiagram.cd -------------------------------------------------------------------------------- /PluginSystem/PluginSystemTests/PluginSystemClassDiagram.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/PluginSystemTests/PluginSystemClassDiagram.csproj -------------------------------------------------------------------------------- /PluginSystem/PluginSystemTests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/PluginSystemTests/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /PluginSystem/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/PluginSystem/readme.md -------------------------------------------------------------------------------- /ProductsApp/NuGet.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/NuGet.Config -------------------------------------------------------------------------------- /ProductsApp/ProductsApp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp.sln -------------------------------------------------------------------------------- /ProductsApp/ProductsApp/App_Start/SwaggerConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp/App_Start/SwaggerConfig.cs -------------------------------------------------------------------------------- /ProductsApp/ProductsApp/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp/App_Start/WebApiConfig.cs -------------------------------------------------------------------------------- /ProductsApp/ProductsApp/Controllers/V1/ProductsV1Controller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp/Controllers/V1/ProductsV1Controller.cs -------------------------------------------------------------------------------- /ProductsApp/ProductsApp/Controllers/V2/ProductsV2Controller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp/Controllers/V2/ProductsV2Controller.cs -------------------------------------------------------------------------------- /ProductsApp/ProductsApp/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp/Global.asax -------------------------------------------------------------------------------- /ProductsApp/ProductsApp/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp/Global.asax.cs -------------------------------------------------------------------------------- /ProductsApp/ProductsApp/Models/Product.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp/Models/Product.cs -------------------------------------------------------------------------------- /ProductsApp/ProductsApp/ProductsApp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp/ProductsApp.csproj -------------------------------------------------------------------------------- /ProductsApp/ProductsApp/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ProductsApp/ProductsApp/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp/Web.config -------------------------------------------------------------------------------- /ProductsApp/ProductsApp/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProductsApp/ProductsApp/packages.config -------------------------------------------------------------------------------- /ProgressBat/ProgressBat.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat.sln -------------------------------------------------------------------------------- /ProgressBat/ProgressBat/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat/App.config -------------------------------------------------------------------------------- /ProgressBat/ProgressBat/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat/Form1.Designer.cs -------------------------------------------------------------------------------- /ProgressBat/ProgressBat/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat/Form1.cs -------------------------------------------------------------------------------- /ProgressBat/ProgressBat/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat/Form1.resx -------------------------------------------------------------------------------- /ProgressBat/ProgressBat/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat/Program.cs -------------------------------------------------------------------------------- /ProgressBat/ProgressBat/ProgressBat.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat/ProgressBat.csproj -------------------------------------------------------------------------------- /ProgressBat/ProgressBat/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ProgressBat/ProgressBat/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /ProgressBat/ProgressBat/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat/Properties/Resources.resx -------------------------------------------------------------------------------- /ProgressBat/ProgressBat/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /ProgressBat/ProgressBat/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ProgressBat/ProgressBat/Properties/Settings.settings -------------------------------------------------------------------------------- /RandTest/RandTest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest.sln -------------------------------------------------------------------------------- /RandTest/RandTest/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/App_Start/WebApiConfig.cs -------------------------------------------------------------------------------- /RandTest/RandTest/Controllers/DemoController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Controllers/DemoController.cs -------------------------------------------------------------------------------- /RandTest/RandTest/Controllers/TestController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Controllers/TestController.cs -------------------------------------------------------------------------------- /RandTest/RandTest/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Global.asax -------------------------------------------------------------------------------- /RandTest/RandTest/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Global.asax.cs -------------------------------------------------------------------------------- /RandTest/RandTest/Models/Choice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Models/Choice.cs -------------------------------------------------------------------------------- /RandTest/RandTest/Models/DB/DbModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Models/DB/DbModel.cs -------------------------------------------------------------------------------- /RandTest/RandTest/Models/Question.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Models/Question.cs -------------------------------------------------------------------------------- /RandTest/RandTest/Models/Test.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Models/Test.cs -------------------------------------------------------------------------------- /RandTest/RandTest/NLog.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/NLog.config -------------------------------------------------------------------------------- /RandTest/RandTest/NLog.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/NLog.xsd -------------------------------------------------------------------------------- /RandTest/RandTest/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /RandTest/RandTest/Properties/PublishProfiles/RandTest.pubxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Properties/PublishProfiles/RandTest.pubxml -------------------------------------------------------------------------------- /RandTest/RandTest/RandTest.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/RandTest.csproj -------------------------------------------------------------------------------- /RandTest/RandTest/UI/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/UI/index.html -------------------------------------------------------------------------------- /RandTest/RandTest/UI/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/UI/test.js -------------------------------------------------------------------------------- /RandTest/RandTest/UI/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/UI/theme.css -------------------------------------------------------------------------------- /RandTest/RandTest/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Web.Debug.config -------------------------------------------------------------------------------- /RandTest/RandTest/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Web.Release.config -------------------------------------------------------------------------------- /RandTest/RandTest/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/Web.config -------------------------------------------------------------------------------- /RandTest/RandTest/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RandTest/RandTest/packages.config -------------------------------------------------------------------------------- /ReadJSON/ReadJSON.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ReadJSON/ReadJSON.sln -------------------------------------------------------------------------------- /ReadJSON/ReadJSON/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ReadJSON/ReadJSON/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /ReadJSON/ReadJSON/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ReadJSON/ReadJSON/Program.cs -------------------------------------------------------------------------------- /ReadJSON/ReadJSON/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ReadJSON/ReadJSON/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ReadJSON/ReadJSON/ReadJSON.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ReadJSON/ReadJSON/ReadJSON.csproj -------------------------------------------------------------------------------- /ReadJSON/ReadJSON/parseJSON.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ReadJSON/ReadJSON/parseJSON.cs -------------------------------------------------------------------------------- /RecRmDir/RecRmDir.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RecRmDir/RecRmDir.sln -------------------------------------------------------------------------------- /RecRmDir/RecRmDir/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RecRmDir/RecRmDir/Program.cs -------------------------------------------------------------------------------- /RecRmDir/RecRmDir/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RecRmDir/RecRmDir/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /RecRmDir/RecRmDir/RecRmDir.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RecRmDir/RecRmDir/RecRmDir.csproj -------------------------------------------------------------------------------- /RestSharpTest/RestSharpTest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RestSharpTest/RestSharpTest.sln -------------------------------------------------------------------------------- /RestSharpTest/RestSharpTest/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RestSharpTest/RestSharpTest/App.config -------------------------------------------------------------------------------- /RestSharpTest/RestSharpTest/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RestSharpTest/RestSharpTest/Program.cs -------------------------------------------------------------------------------- /RestSharpTest/RestSharpTest/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RestSharpTest/RestSharpTest/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /RestSharpTest/RestSharpTest/RestSharpTest.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RestSharpTest/RestSharpTest/RestSharpTest.csproj -------------------------------------------------------------------------------- /RestSharpTest/RestSharpTest/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/RestSharpTest/RestSharpTest/packages.config -------------------------------------------------------------------------------- /SaleforceValidator/SaleforceValidator.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SaleforceValidator/SaleforceValidator.sln -------------------------------------------------------------------------------- /SaleforceValidator/SaleforceValidator/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SaleforceValidator/SaleforceValidator/App.config -------------------------------------------------------------------------------- /SaleforceValidator/SaleforceValidator/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SaleforceValidator/SaleforceValidator/Form1.Designer.cs -------------------------------------------------------------------------------- /SaleforceValidator/SaleforceValidator/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SaleforceValidator/SaleforceValidator/Form1.cs -------------------------------------------------------------------------------- /SaleforceValidator/SaleforceValidator/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SaleforceValidator/SaleforceValidator/Form1.resx -------------------------------------------------------------------------------- /SaleforceValidator/SaleforceValidator/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SaleforceValidator/SaleforceValidator/Program.cs -------------------------------------------------------------------------------- /SaleforceValidator/SaleforceValidator/crashdump.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SaleforceValidator/SaleforceValidator/crashdump.ico -------------------------------------------------------------------------------- /SampleLinq/SampleLinq.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SampleLinq/SampleLinq.sln -------------------------------------------------------------------------------- /SampleLinq/SampleLinq/People.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SampleLinq/SampleLinq/People.cs -------------------------------------------------------------------------------- /SampleLinq/SampleLinq/Person.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SampleLinq/SampleLinq/Person.cs -------------------------------------------------------------------------------- /SampleLinq/SampleLinq/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SampleLinq/SampleLinq/Program.cs -------------------------------------------------------------------------------- /SampleLinq/SampleLinq/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SampleLinq/SampleLinq/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SampleLinq/SampleLinq/SampleLinq.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SampleLinq/SampleLinq/SampleLinq.csproj -------------------------------------------------------------------------------- /SampleList/SampleList.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SampleList/SampleList.sln -------------------------------------------------------------------------------- /SampleList/SampleList/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SampleList/SampleList/Program.cs -------------------------------------------------------------------------------- /SampleList/SampleList/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SampleList/SampleList/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SampleList/SampleList/SampleList.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SampleList/SampleList/SampleList.csproj -------------------------------------------------------------------------------- /StockMarket/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/StockMarket/App.config -------------------------------------------------------------------------------- /StockMarket/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/StockMarket/Program.cs -------------------------------------------------------------------------------- /StockMarket/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/StockMarket/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /StockMarket/StockDelta.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/StockMarket/StockDelta.cs -------------------------------------------------------------------------------- /StockMarket/StockMarket.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/StockMarket/StockMarket.csproj -------------------------------------------------------------------------------- /StockMarket/StockMarket.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/StockMarket/StockMarket.sln -------------------------------------------------------------------------------- /StockMarket/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/StockMarket/Utils.cs -------------------------------------------------------------------------------- /StockMarket/img/1StockMarket.EXE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/StockMarket/img/1StockMarket.EXE.png -------------------------------------------------------------------------------- /StockMarket/img/2StockMarket.EXE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/StockMarket/img/2StockMarket.EXE.png -------------------------------------------------------------------------------- /StockMarket/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/StockMarket/readme.md -------------------------------------------------------------------------------- /SummationX/SummationX.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SummationX/SummationX.sln -------------------------------------------------------------------------------- /SummationX/SummationX/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SummationX/SummationX/Program.cs -------------------------------------------------------------------------------- /SummationX/SummationX/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SummationX/SummationX/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SummationX/SummationX/SummationX.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SummationX/SummationX/SummationX.csproj -------------------------------------------------------------------------------- /SummationX/SummationX/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SummationX/SummationX/app.config -------------------------------------------------------------------------------- /Swagger-Net.Sample/NuGet.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swagger-Net.Sample/NuGet.Config -------------------------------------------------------------------------------- /Swagger-Net.Sample/Swagger-Net.Sample.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swagger-Net.Sample/Swagger-Net.Sample.sln -------------------------------------------------------------------------------- /Swagger-Net.Sample/Swashbuckle.Sample/App_Start/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swagger-Net.Sample/Swashbuckle.Sample/App_Start/Startup.cs -------------------------------------------------------------------------------- /Swagger-Net.Sample/Swashbuckle.Sample/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swagger-Net.Sample/Swashbuckle.Sample/Global.asax -------------------------------------------------------------------------------- /Swagger-Net.Sample/Swashbuckle.Sample/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swagger-Net.Sample/Swashbuckle.Sample/Global.asax.cs -------------------------------------------------------------------------------- /Swagger-Net.Sample/Swashbuckle.Sample/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swagger-Net.Sample/Swashbuckle.Sample/Web.config -------------------------------------------------------------------------------- /Swagger-Net.Sample/Swashbuckle.Sample/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swagger-Net.Sample/Swashbuckle.Sample/packages.config -------------------------------------------------------------------------------- /SwapCase/SwapCase.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SwapCase/SwapCase.sln -------------------------------------------------------------------------------- /SwapCase/SwapCase/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SwapCase/SwapCase/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SwapCase/SwapCase/StringExtension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SwapCase/SwapCase/StringExtension.cs -------------------------------------------------------------------------------- /SwapCase/SwapCase/SwapCase.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SwapCase/SwapCase/SwapCase.csproj -------------------------------------------------------------------------------- /SwapCase/SwapCaseTests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SwapCase/SwapCaseTests/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SwapCase/SwapCaseTests/StringExtensionTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SwapCase/SwapCaseTests/StringExtensionTests.cs -------------------------------------------------------------------------------- /SwapCase/SwapCaseTests/SwapCaseTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/SwapCase/SwapCaseTests/SwapCaseTests.csproj -------------------------------------------------------------------------------- /Swashbuckle.Sample/Swashbuckle.Sample.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swashbuckle.Sample/Swashbuckle.Sample.sln -------------------------------------------------------------------------------- /Swashbuckle.Sample/Swashbuckle.Sample/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swashbuckle.Sample/Swashbuckle.Sample/Global.asax -------------------------------------------------------------------------------- /Swashbuckle.Sample/Swashbuckle.Sample/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swashbuckle.Sample/Swashbuckle.Sample/Global.asax.cs -------------------------------------------------------------------------------- /Swashbuckle.Sample/Swashbuckle.Sample/SwashbuckleSample.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swashbuckle.Sample/Swashbuckle.Sample/SwashbuckleSample.xml -------------------------------------------------------------------------------- /Swashbuckle.Sample/Swashbuckle.Sample/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swashbuckle.Sample/Swashbuckle.Sample/Web.config -------------------------------------------------------------------------------- /Swashbuckle.Sample/Swashbuckle.Sample/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Swashbuckle.Sample/Swashbuckle.Sample/packages.config -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi.sln -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/App_Start/SwaggerConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/App_Start/SwaggerConfig.cs -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/App_Start/WebApiConfig.cs -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/Controllers/BaseController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/Controllers/BaseController.cs -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/Controllers/QueriesController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/Controllers/QueriesController.cs -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/Controllers/WorkCompletedController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/Controllers/WorkCompletedController.cs -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/Controllers/WorkItemsController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/Controllers/WorkItemsController.cs -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/Global.asax -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/Global.asax.cs -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/Models/CompletedWork.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/Models/CompletedWork.cs -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/Models/Work.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/Models/Work.cs -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/Models/WorkObj.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/Models/WorkObj.cs -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/TFS_WebApi.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/TFS_WebApi.csproj -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/Web.config -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/index.html -------------------------------------------------------------------------------- /TFS_WebApi/TFS_WebApi/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TFS_WebApi/TFS_WebApi/packages.config -------------------------------------------------------------------------------- /TFS_WebApi/readme.md: -------------------------------------------------------------------------------- 1 | # TFS_WebApi 2 | 3 | http://tfswebapi.azurewebsites.net/swagger 4 | -------------------------------------------------------------------------------- /TaskStart/TaskStart.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TaskStart/TaskStart.sln -------------------------------------------------------------------------------- /TaskStart/TaskStart/Animations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TaskStart/TaskStart/Animations.cs -------------------------------------------------------------------------------- /TaskStart/TaskStart/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TaskStart/TaskStart/Program.cs -------------------------------------------------------------------------------- /TaskStart/TaskStart/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TaskStart/TaskStart/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /TaskStart/TaskStart/TaskStart.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TaskStart/TaskStart/TaskStart.csproj -------------------------------------------------------------------------------- /TestIsGenericType/TestIsGenericType.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TestIsGenericType/TestIsGenericType.sln -------------------------------------------------------------------------------- /TestIsGenericType/TestIsGenericType/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TestIsGenericType/TestIsGenericType/Program.cs -------------------------------------------------------------------------------- /TestIsGenericType/TestIsGenericType/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TestIsGenericType/TestIsGenericType/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /TestIsGenericType/TestIsGenericType/TestIsGenericType.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/TestIsGenericType/TestIsGenericType/TestIsGenericType.csproj -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net.sln -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/App.config -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/LICENSE.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/LICENSE.rtf -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/Program.cs -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/SoundEncoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/SoundEncoder.cs -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/SoundMIDI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/SoundMIDI.cs -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/SoundStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/SoundStream.cs -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/SoundTags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/SoundTags.cs -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/SoundWave.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/SoundWave.cs -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/Test_Bass.Net.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/Test_Bass.Net.csproj -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/packages.config -------------------------------------------------------------------------------- /Test_Bass.Net/Test_Bass.Net/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Test_Bass.Net/Test_Bass.Net/readme.txt -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport.sln -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/App.config -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/Program.cs -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/Properties/Resources.resx -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/Properties/Settings.settings -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/ToTangoExportUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/ToTangoExportUtil.cs -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/ToTangoXport.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/ToTangoXport.Designer.cs -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/ToTangoXport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/ToTangoXport.cs -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/ToTangoXport.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/ToTangoXport.csproj -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/ToTangoXport.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/ToTangoXport.ico -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/ToTangoXport.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/ToTangoXport.resx -------------------------------------------------------------------------------- /ToTango/ToTangoXport/ToTangoXport/sample.ToTango: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/ToTangoXport/ToTangoXport/sample.ToTango -------------------------------------------------------------------------------- /ToTango/absToTango/absToTango.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/absToTango/absToTango.sln -------------------------------------------------------------------------------- /ToTango/absToTango/absToTango/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/absToTango/absToTango/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /ToTango/absToTango/absToTango/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/absToTango/absToTango/Program.cs -------------------------------------------------------------------------------- /ToTango/absToTango/absToTango/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/absToTango/absToTango/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ToTango/absToTango/absToTango/ToTangoExport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/absToTango/absToTango/ToTangoExport.cs -------------------------------------------------------------------------------- /ToTango/absToTango/absToTango/ToTangoReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/absToTango/absToTango/ToTangoReader.cs -------------------------------------------------------------------------------- /ToTango/absToTango/absToTango/absToTango.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/absToTango/absToTango/absToTango.csproj -------------------------------------------------------------------------------- /ToTango/absToTango/absToTango/mapping.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/absToTango/absToTango/mapping.csv -------------------------------------------------------------------------------- /ToTango/absToTango/absToTango/sql.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/absToTango/absToTango/sql.cs -------------------------------------------------------------------------------- /ToTango/xInstall/ToTangoXport-1.0.0.6.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/xInstall/ToTangoXport-1.0.0.6.exe -------------------------------------------------------------------------------- /ToTango/xInstall/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/xInstall/build.bat -------------------------------------------------------------------------------- /ToTango/xInstall/setup.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTango/xInstall/setup.nsi -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI.sln -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI.v12.suo -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/App_Start/WebApiConfig.cs -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/Controllers/AccountIdController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/Controllers/AccountIdController.cs -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/Controllers/BaseApiController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/Controllers/BaseApiController.cs -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/Controllers/CompanyController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/Controllers/CompanyController.cs -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/Controllers/EmailController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/Controllers/EmailController.cs -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/Global.asax -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/Global.asax.cs -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/Index.html -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/ToTangoAPI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/ToTangoAPI.csproj -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/Web.Debug.config -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/Web.Release.config -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/Web.config -------------------------------------------------------------------------------- /ToTangoAPI/ToTangoAPI/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/ToTangoAPI/ToTangoAPI/packages.config -------------------------------------------------------------------------------- /Trie/Trie.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/Trie.sln -------------------------------------------------------------------------------- /Trie/Trie/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/Trie/App.config -------------------------------------------------------------------------------- /Trie/Trie/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/Trie/Program.cs -------------------------------------------------------------------------------- /Trie/Trie/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/Trie/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Trie/Trie/Random.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/Trie/Random.cs -------------------------------------------------------------------------------- /Trie/Trie/Trie.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/Trie/Trie.cs -------------------------------------------------------------------------------- /Trie/Trie/Trie.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/Trie/Trie.csproj -------------------------------------------------------------------------------- /Trie/Trie/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/Trie/packages.config -------------------------------------------------------------------------------- /Trie/TrieBenchmark/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/TrieBenchmark/App_Start/WebApiConfig.cs -------------------------------------------------------------------------------- /Trie/TrieBenchmark/Controllers/TrieBenchmarkController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/TrieBenchmark/Controllers/TrieBenchmarkController.cs -------------------------------------------------------------------------------- /Trie/TrieBenchmark/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/TrieBenchmark/Global.asax -------------------------------------------------------------------------------- /Trie/TrieBenchmark/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/TrieBenchmark/Global.asax.cs -------------------------------------------------------------------------------- /Trie/TrieBenchmark/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/TrieBenchmark/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Trie/TrieBenchmark/TrieBenchmark.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/TrieBenchmark/TrieBenchmark.csproj -------------------------------------------------------------------------------- /Trie/TrieBenchmark/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/TrieBenchmark/Web.Debug.config -------------------------------------------------------------------------------- /Trie/TrieBenchmark/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/TrieBenchmark/Web.Release.config -------------------------------------------------------------------------------- /Trie/TrieBenchmark/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/TrieBenchmark/Web.config -------------------------------------------------------------------------------- /Trie/TrieBenchmark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/TrieBenchmark/index.html -------------------------------------------------------------------------------- /Trie/TrieBenchmark/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/TrieBenchmark/packages.config -------------------------------------------------------------------------------- /Trie/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/Trie/readme.md -------------------------------------------------------------------------------- /UnQliteApp/UnQliteApp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UnQliteApp/UnQliteApp.sln -------------------------------------------------------------------------------- /UnQliteApp/UnQliteApp/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UnQliteApp/UnQliteApp/App.config -------------------------------------------------------------------------------- /UnQliteApp/UnQliteApp/Model.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UnQliteApp/UnQliteApp/Model.cs -------------------------------------------------------------------------------- /UnQliteApp/UnQliteApp/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UnQliteApp/UnQliteApp/Program.cs -------------------------------------------------------------------------------- /UnQliteApp/UnQliteApp/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UnQliteApp/UnQliteApp/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UnQliteApp/UnQliteApp/UnQliteApp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UnQliteApp/UnQliteApp/UnQliteApp.csproj -------------------------------------------------------------------------------- /UnQliteApp/UnQliteApp/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UnQliteApp/UnQliteApp/packages.config -------------------------------------------------------------------------------- /UseNLog/NLog/NLog.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UseNLog/NLog/NLog.config -------------------------------------------------------------------------------- /UseNLog/NLog/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UseNLog/NLog/NLog.dll -------------------------------------------------------------------------------- /UseNLog/NLog/NLog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UseNLog/NLog/NLog.xml -------------------------------------------------------------------------------- /UseNLog/NLog/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UseNLog/NLog/README.txt -------------------------------------------------------------------------------- /UseNLog/UseNLog.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UseNLog/UseNLog.sln -------------------------------------------------------------------------------- /UseNLog/UseNLog/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UseNLog/UseNLog/Program.cs -------------------------------------------------------------------------------- /UseNLog/UseNLog/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UseNLog/UseNLog/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UseNLog/UseNLog/UseNLog.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/UseNLog/UseNLog/UseNLog.csproj -------------------------------------------------------------------------------- /WebApi560/WebApi560.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi560/WebApi560.sln -------------------------------------------------------------------------------- /WebApi560/WebApi560/App_Start/SwaggerConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi560/WebApi560/App_Start/SwaggerConfig.cs -------------------------------------------------------------------------------- /WebApi560/WebApi560/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi560/WebApi560/App_Start/WebApiConfig.cs -------------------------------------------------------------------------------- /WebApi560/WebApi560/Controllers/DefaultController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi560/WebApi560/Controllers/DefaultController.cs -------------------------------------------------------------------------------- /WebApi560/WebApi560/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi560/WebApi560/Global.asax -------------------------------------------------------------------------------- /WebApi560/WebApi560/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi560/WebApi560/Global.asax.cs -------------------------------------------------------------------------------- /WebApi560/WebApi560/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi560/WebApi560/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /WebApi560/WebApi560/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi560/WebApi560/Web.config -------------------------------------------------------------------------------- /WebApi560/WebApi560/WebApi560.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi560/WebApi560/WebApi560.csproj -------------------------------------------------------------------------------- /WebApi560/WebApi560/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi560/WebApi560/packages.config -------------------------------------------------------------------------------- /WebApi_MyGet/NuGet.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/NuGet.Config -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet.sln -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/App_Start/SwaggerConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/App_Start/SwaggerConfig.cs -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/App_Start/WebApiConfig.cs -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/Controllers/BaseController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/Controllers/BaseController.cs -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/Controllers/ChildController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/Controllers/ChildController.cs -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/Controllers/DefaultController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/Controllers/DefaultController.cs -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/Global.asax -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/Global.asax.cs -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/Index.html -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/Web.config -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/WebApi_MyGet.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/WebApi_MyGet.XML -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/WebApi_MyGet.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/WebApi_MyGet.csproj -------------------------------------------------------------------------------- /WebApi_MyGet/WebApi_MyGet/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_MyGet/WebApi_MyGet/packages.config -------------------------------------------------------------------------------- /WebApi_NetCore/WebApi_NetCore.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_NetCore/WebApi_NetCore.sln -------------------------------------------------------------------------------- /WebApi_NetCore/WebApi_NetCore/Controllers/AuthorsController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_NetCore/WebApi_NetCore/Controllers/AuthorsController.cs -------------------------------------------------------------------------------- /WebApi_NetCore/WebApi_NetCore/Controllers/ErrorController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_NetCore/WebApi_NetCore/Controllers/ErrorController.cs -------------------------------------------------------------------------------- /WebApi_NetCore/WebApi_NetCore/Controllers/ValuesController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_NetCore/WebApi_NetCore/Controllers/ValuesController.cs -------------------------------------------------------------------------------- /WebApi_NetCore/WebApi_NetCore/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_NetCore/WebApi_NetCore/Program.cs -------------------------------------------------------------------------------- /WebApi_NetCore/WebApi_NetCore/ScaffoldingReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_NetCore/WebApi_NetCore/ScaffoldingReadMe.txt -------------------------------------------------------------------------------- /WebApi_NetCore/WebApi_NetCore/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_NetCore/WebApi_NetCore/Startup.cs -------------------------------------------------------------------------------- /WebApi_NetCore/WebApi_NetCore/WebApi_NetCore.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_NetCore/WebApi_NetCore/WebApi_NetCore.csproj -------------------------------------------------------------------------------- /WebApi_NetCore/WebApi_NetCore/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_NetCore/WebApi_NetCore/appsettings.Development.json -------------------------------------------------------------------------------- /WebApi_NetCore/WebApi_NetCore/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_NetCore/WebApi_NetCore/appsettings.json -------------------------------------------------------------------------------- /WebApi_NetCore/WebApi_NetCore/doc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_NetCore/WebApi_NetCore/doc.xml -------------------------------------------------------------------------------- /WebApi_StrathwebCacheOutput/WebApi_StrathwebCacheOutput.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WebApi_StrathwebCacheOutput/WebApi_StrathwebCacheOutput.sln -------------------------------------------------------------------------------- /WindowsFormsApplication7/WindowsFormsApplication7.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WindowsFormsApplication7/WindowsFormsApplication7.sln -------------------------------------------------------------------------------- /WindowsFormsApplication7/WindowsFormsApplication7/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WindowsFormsApplication7/WindowsFormsApplication7/App.config -------------------------------------------------------------------------------- /WindowsFormsApplication7/WindowsFormsApplication7/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WindowsFormsApplication7/WindowsFormsApplication7/Form1.cs -------------------------------------------------------------------------------- /WindowsFormsApplication7/WindowsFormsApplication7/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WindowsFormsApplication7/WindowsFormsApplication7/Form1.resx -------------------------------------------------------------------------------- /WindowsFormsApplication7/WindowsFormsApplication7/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/WindowsFormsApplication7/WindowsFormsApplication7/Program.cs -------------------------------------------------------------------------------- /bike-distributor-refactor/BikeDistributor.Test/DiscountTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/bike-distributor-refactor/BikeDistributor.Test/DiscountTest.cs -------------------------------------------------------------------------------- /bike-distributor-refactor/BikeDistributor.Test/OrderTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/bike-distributor-refactor/BikeDistributor.Test/OrderTest.cs -------------------------------------------------------------------------------- /bike-distributor-refactor/BikeDistributor.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/bike-distributor-refactor/BikeDistributor.sln -------------------------------------------------------------------------------- /bike-distributor-refactor/BikeDistributor/Bike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/bike-distributor-refactor/BikeDistributor/Bike.cs -------------------------------------------------------------------------------- /bike-distributor-refactor/BikeDistributor/Data.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/bike-distributor-refactor/BikeDistributor/Data.cs -------------------------------------------------------------------------------- /bike-distributor-refactor/BikeDistributor/Discount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/bike-distributor-refactor/BikeDistributor/Discount.cs -------------------------------------------------------------------------------- /bike-distributor-refactor/BikeDistributor/Line.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/bike-distributor-refactor/BikeDistributor/Line.cs -------------------------------------------------------------------------------- /bike-distributor-refactor/BikeDistributor/NLog.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/bike-distributor-refactor/BikeDistributor/NLog.config -------------------------------------------------------------------------------- /bike-distributor-refactor/BikeDistributor/NLog.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/bike-distributor-refactor/BikeDistributor/NLog.xsd -------------------------------------------------------------------------------- /bike-distributor-refactor/BikeDistributor/Order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/bike-distributor-refactor/BikeDistributor/Order.cs -------------------------------------------------------------------------------- /bike-distributor-refactor/BikeDistributor/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/bike-distributor-refactor/BikeDistributor/packages.config -------------------------------------------------------------------------------- /csReflection/csReflection.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/csReflection/csReflection.sln -------------------------------------------------------------------------------- /csReflection/csReflection/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/csReflection/csReflection/App.config -------------------------------------------------------------------------------- /csReflection/csReflection/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/csReflection/csReflection/Program.cs -------------------------------------------------------------------------------- /csReflection/csReflection/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/csReflection/csReflection/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /csReflection/csReflection/csReflection.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/csReflection/csReflection/csReflection.csproj -------------------------------------------------------------------------------- /geom/geom.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/geom/geom.sln -------------------------------------------------------------------------------- /geom/geom/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/geom/geom/Program.cs -------------------------------------------------------------------------------- /geom/geom/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/geom/geom/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /geom/geom/geom.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/geom/geom/geom.csproj -------------------------------------------------------------------------------- /geom/geom/poly.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/geom/geom/poly.txt -------------------------------------------------------------------------------- /geom/geom/util.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/geom/geom/util.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly.sln -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/App.config -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/Program.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/offleaseonly.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/offleaseonly.csproj -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/offleaseonlyClient/CarOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/offleaseonlyClient/CarOperations.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/offleaseonlyClient/Cars.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/offleaseonlyClient/Cars.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/offleaseonlyClient/CarsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/offleaseonlyClient/CarsExtensions.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/offleaseonlyClient/ICarOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/offleaseonlyClient/ICarOperations.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/offleaseonlyClient/ICars.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/offleaseonlyClient/ICars.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/offleaseonlyClient/IScrape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/offleaseonlyClient/IScrape.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/offleaseonlyClient/IStats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/offleaseonlyClient/IStats.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/offleaseonlyClient/Models/Car.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/offleaseonlyClient/Models/Car.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/offleaseonlyClient/Scrape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/offleaseonlyClient/Scrape.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/offleaseonlyClient/Stats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/offleaseonlyClient/Stats.cs -------------------------------------------------------------------------------- /offleaseonly/offleaseonly/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/offleaseonly/offleaseonly/packages.config -------------------------------------------------------------------------------- /regExport/regExport.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/regExport/regExport.sln -------------------------------------------------------------------------------- /regExport/regExport/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/regExport/regExport/Program.cs -------------------------------------------------------------------------------- /regExport/regExport/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/regExport/regExport/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /regExport/regExport/regExport.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/regExport/regExport/regExport.csproj -------------------------------------------------------------------------------- /regExport/regExport/wmi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heldersepu/csharp-proj/HEAD/regExport/regExport/wmi.cs --------------------------------------------------------------------------------