User contributions for Frla
From Devguid
25 April 2023
- 12:1712:17, 25 April 2023 diff hist +47 Microservices No edit summary
- 12:1512:15, 25 April 2023 diff hist +8 Microservices No edit summary
- 12:1512:15, 25 April 2023 diff hist +36 Microservices No edit summary
- 12:1412:14, 25 April 2023 diff hist +27 N Microservice Frla moved page Microservice to Microservices current Tag: New redirect
- 12:1412:14, 25 April 2023 diff hist 0 m Microservices Frla moved page Microservice to Microservices
19 April 2023
- 22:2822:28, 19 April 2023 diff hist +231 N Nuget:Hosting your own Nuget server Created page with "== About == == References == https://learn.microsoft.com/en-us/nuget/hosting-packages/overview https://www.codeproject.com/Articles/872230/Create-Your-Own-Private-NuGet-Server-in-Windows-Az https://github.com/NuGet/NuGetGallery" current
16 April 2023
- 21:4821:48, 16 April 2023 diff hist +119 N Designpatterns:MVVM Created page with "== MVVM - Model View ViewModel == == References == https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel" current
12 April 2023
- 23:3823:38, 12 April 2023 diff hist −107 Main Page No edit summary current
- 23:0623:06, 12 April 2023 diff hist +28 CSharp:Using IOptions as a parameter for unittesting No edit summary current
- 23:0523:05, 12 April 2023 diff hist +57 CSharp:Using IOptions as a parameter for unittesting No edit summary
- 22:4722:47, 12 April 2023 diff hist +210 N CSharp:Using IOptions as a parameter for unittesting Created page with " <syntax> var optionsConfig = Options.Create(TestCommon.GetConfig().GetSection("ConfigToTest").Get<ConfigToTest>()); </syntax> https://stackoverflow.com/questions/40876507/net-core-unit-testing-mock-ioptionst"
- 22:4222:42, 12 April 2023 diff hist +139 CSharp - Unittesting No edit summary current
11 April 2023
- 22:3722:37, 11 April 2023 diff hist +80 SQL Server No edit summary current
- 22:2822:28, 11 April 2023 diff hist +94 N HeidiSQL Created page with " Category:Database Tools Category:SQL Server Category:MariaDB Category:MySQL" current
- 22:0222:02, 11 April 2023 diff hist 0 m Tools:Testlink Frla moved page Tools:- Testlink to Tools:Testlink without leaving a redirect current
- 22:0222:02, 11 April 2023 diff hist 0 m Tools:Testlink Frla moved page Tool - Testlink to Tools:- Testlink
- 22:0222:02, 11 April 2023 diff hist 0 m Tools:OWASP Zap Frla moved page Tool - OWASP Zap to Tools:OWASP Zap without leaving a redirect current
- 22:0022:00, 11 April 2023 diff hist 0 m Delphi:Logging Frla moved page Delphi - Logging to Delphi:Logging without leaving a redirect current
- 22:0022:00, 11 April 2023 diff hist 0 m Delphi:REST Dataset Frla moved page Delphi - REST Dataset to Delphi:REST Dataset current
- 21:0521:05, 11 April 2023 diff hist +31 Telemetry No edit summary current
- 21:0421:04, 11 April 2023 diff hist +198 N MediaWiki:Sidebar Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** Special:AllPages|All pages * SEARCH * TOOLBOX * LANGUAGES" current
- 20:4920:49, 11 April 2023 diff hist +63 Delphi:REST Dataset No edit summary
- 10:4010:40, 11 April 2023 diff hist +332 Delphi - Localisation No edit summary current
- 10:3210:32, 11 April 2023 diff hist +284 N Delphi:REST Dataset Created page with " https://delphiaball.co.uk/2019/12/24/developing-client-applications-using-restful-master-detail-data-with-trestresponsedatasetadapter/ https://delphiaball.co.uk/2016/04/22/swagger-yaml-delphi/ https://corneliusconcepts.tech/trestresponsedatasetadapter-and-hidden-gems-rest-debugger"
- 10:3110:31, 11 April 2023 diff hist +56 N Git Created page with "https://nvie.com/posts/a-successful-git-branching-model/" current
- 10:3110:31, 11 April 2023 diff hist +80 Methodology:REST API Pattern No edit summary
- 10:1410:14, 11 April 2023 diff hist +81 Delphi - Localisation No edit summary
- 10:1210:12, 11 April 2023 diff hist +352 Delphi - Localisation →Dxgettext
- 10:1010:10, 11 April 2023 diff hist +89 N Delphi:Components Created page with " == Recommended from us == == Delphi component portals == [https://torry.net/ Torry]"
- 09:5809:58, 11 April 2023 diff hist +49 Delphi - Localisation No edit summary
- 09:5809:58, 11 April 2023 diff hist +41 N Delphi - Localisation Created page with "= Built in translation = = Dxgettext ="
4 April 2023
- 20:3520:35, 4 April 2023 diff hist +78 N Tools Created page with "== TODO Test == Pack exe file so they get smaller. https://github.com/upx/upx" current
- 13:5613:56, 4 April 2023 diff hist +367 N Masstransit Created page with "== About == == Videos == The video below show how you can configure Masstransit/RabbitMq for more custom scenarios when you want to ignore the default behavior. It's really good and gives you more insight into Masstransit. [https://www.youtube.com/watch?v=2cG2qzNgcsA Presentation of custom setup] Category:CSharp Category:Nuget Category:MessageQueue" current
3 April 2023
- 10:2710:27, 3 April 2023 diff hist +110 Javascript →Preventing tab from freezing current
- 10:2410:24, 3 April 2023 diff hist 0 Javascript No edit summary
- 10:2410:24, 3 April 2023 diff hist +18 Javascript →Preventing tab from freezing
- 10:2310:23, 3 April 2023 diff hist +497 N Javascript Created page with "== Samples == === Preventing tab from freezing === <syntaxhighlight> var lockResolver; if (navigator && navigator.locks && navigator.locks.request) { const promise = new Promise((res) => { lockResolver = res; }); navigator.locks.request('unique_lock_name', { mode: "shared" }, () => { return promise; }); } </syntaxhighlight> [https://learn.microsoft.com/en-us/aspnet/core/signalr/javascript-client?view=aspnetcore-7.0&tabs=visual-st..."
2 April 2023
- 21:3621:36, 2 April 2023 diff hist +130 N .Net - Sockets Created page with " https://www.nuget.org/packages/EzSockets/ https://github.com/RonenNess/EzSockets https://www.nuget.org/packages/NetCoreServer/" current
30 March 2023
- 22:1222:12, 30 March 2023 diff hist +65 N Telemetry Created page with "== References == https://opentelemetry.io/ https://grafana.com/"
28 March 2023
- 20:5220:52, 28 March 2023 diff hist +153 Methodology:REST API Pattern No edit summary
- 11:1111:11, 28 March 2023 diff hist +40 Microservices No edit summary
- 11:0511:05, 28 March 2023 diff hist +133 N Microservices Created page with "== About == * Single responsibility principle ** Do one thing and do it well Category:Architecture Category:Designpatterns"
- 00:1800:18, 28 March 2023 diff hist +297 Category:Delphi Libraries No edit summary current
- 00:1500:15, 28 March 2023 diff hist +51 Category:Delphi Libraries No edit summary
- 00:1500:15, 28 March 2023 diff hist +32 N Delphi - FastReport Created page with " Category:Delphi Libraries" current
- 00:1400:14, 28 March 2023 diff hist +59 N Category:Delphi Libraries Created page with "== Libraries to test == https://github.com/exilon/QuickLib"
- 00:0100:01, 28 March 2023 diff hist +37 Delphi:Logging →References
27 March 2023
- 21:4421:44, 27 March 2023 diff hist +2 Main Page No edit summary
- 21:4421:44, 27 March 2023 diff hist +235 Main Page No edit summary
- 21:4221:42, 27 March 2023 diff hist +146 N SQL Server Created page with "== Datatypes == * Use Datetime2 and not Datetime == References == https://www.tutorialsteacher.com/articles/datetime-vs-datetime2-in-sqlserver"