FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · CodeMazeBlog/CodeMazeGuides · GitHub
CodeMazeBlog
/
CodeMazeGuides
Public
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
982
Code
Pull requests
16
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Sep 11, 2026
Fastest way to read a text file: retarget net10.0, add async reads, re-run benchmark (#2172)
Show description for 562261e
vladimir-pecanac-main
authored
562261e
View commit details
Copy full SHA for 562261e
Browse repository at this point
URL encoding and decoding: retarget net10.0, add UrlEncoder and Uri behaviour tests (#2163)
Show description for 1e3d931
vladimir-pecanac-main
authored
1e3d931
View commit details
Copy full SHA for 1e3d931
Browse repository at this point
SplitString: fix platform-dependent newline split, retarget net10.0 (#2167)
Show description for c1f0276
vladimir-pecanac-main
authored
c1f0276
View commit details
Copy full SHA for c1f0276
Browse repository at this point
Commits on Sep 10, 2026
Base64 encode and decode: retarget net10.0, fix the Tests.cs encoding defect, add files, streams, TryDecode and Base64Url (#2173)
Show description for 25ee3d6
vladimir-pecanac-main
authored
25ee3d6
View commit details
Copy full SHA for 25ee3d6
Browse repository at this point
Rate limiting: rename folder to RateLimiting, retarget net10.0, own the rejection handling (#2164)
Show description for dcd1911
vladimir-pecanac-main
authored
dcd1911
View commit details
Copy full SHA for dcd1911
Browse repository at this point
Dictionary key exists: retarget net10.0, IEquatable fix, assert-on-throw, new coverage (#2186)
Show description for 079c26b
vladimir-pecanac-main
authored
079c26b
View commit details
Copy full SHA for 079c26b
Browse repository at this point
Commits on Sep 9, 2026
Converting string to byte array: retarget net10.0, add the reverse direction (#2178)
Show description for a0f0505
vladimir-pecanac-main
authored
a0f0505
View commit details
Copy full SHA for a0f0505
Browse repository at this point
Numeric format strings: retarget net10.0, add section separators, composite formatting and TryFormat (#2171)
Show description for bcb6cc1
vladimir-pecanac-main
authored
bcb6cc1
View commit details
Copy full SHA for bcb6cc1
Browse repository at this point
Decimal precision: retarget net10.0, refresh test packages (FluentAssertions 7.2.2) (#2183)
Show description for d4cdcf2
vladimir-pecanac-main
authored
d4cdcf2
View commit details
Copy full SHA for d4cdcf2
Browse repository at this point
Commits on Sep 8, 2026
PR Build: exclude Live tests from the CI test run (#2162)
vladimir-pecanac-main
authored
a6fb735
View commit details
Copy full SHA for a6fb735
Browse repository at this point
Angular series: migrate parts 7 to 15 to angular/AngularSeries (Angular 22 standalone) and add an npm CI lane (#2187)
Show description for 85ca318
vladimir-pecanac-main
authored
85ca318
View commit details
Copy full SHA for 85ca318
Browse repository at this point
Commits on Sep 7, 2026
Dictionary default value: retarget net10.0, fix mis-wired tests, drop dynamic (#2174)
Show description for 17a7397
vladimir-pecanac-main
authored
17a7397
View commit details
Copy full SHA for 17a7397
Browse repository at this point
OptionalParameterinWebApi: retarget net10.0, drop Swashbuckle, add the GetBy pair and the missing optional-parameter tests (#2168)
Show description for 6d80239
vladimir-pecanac-main
authored
6d80239
View commit details
Copy full SHA for 6d80239
Browse repository at this point
Parse and TryParse: retarget net10.0, MSTest 4.3.3, cover the .NET 7/8 overloads (#2169)
Show description for f91c4c7
vladimir-pecanac-main
authored
f91c4c7
View commit details
Copy full SHA for f91c4c7
Browse repository at this point
Commits on Sep 6, 2026
Parsing DateTime: retarget net10.0, fix the misused format constant, file-scoped namespaces (#2157)
Show description for 355e825
vladimir-pecanac-main
authored
355e825
View commit details
Copy full SHA for 355e825
Browse repository at this point
Read and parse a JSON file in C#: retarget net10.0, add JsonNode and async methods (#2154)
Show description for c26ecb9
vladimir-pecanac-main
authored
c26ecb9
View commit details
Copy full SHA for c26ecb9
Browse repository at this point
JSON deserialization into a dynamic object: retarget net10.0, add return-type tests (#2159)
Show description for e648dc4
vladimir-pecanac-main
authored
e648dc4
View commit details
Copy full SHA for e648dc4
Browse repository at this point
Commits on Sep 5, 2026
Property ordering in JSON: retarget net10.0, MSTest 4.3.3, fix converter Read() re-entry (#2156)
Show description for ae70a5c
vladimir-pecanac-main
authored
ae70a5c
View commit details
Copy full SHA for ae70a5c
Browse repository at this point
Global JSON options: retarget net10.0, configure Newtonsoft through MVC (#2161)
Show description for da987b0
vladimir-pecanac-main
authored
da987b0
View commit details
Copy full SHA for da987b0
Browse repository at this point
Custom naming policy: retarget net10.0, consolidate four projects to two, NUnit 4 (#2155)
Show description for 9825210
vladimir-pecanac-main
authored
9825210
View commit details
Copy full SHA for 9825210
Browse repository at this point
Commits on Sep 4, 2026
CamelCase serialization: retarget net10.0, cache the options instance, add the web preset (#2151)
Show description for c8ddb44
vladimir-pecanac-main
authored
c8ddb44
View commit details
Copy full SHA for c8ddb44
Browse repository at this point
DateOnly and TimeOnly: retarget net10.0, add conversion samples and tests (#2152)
Show description for 66e368e
vladimir-pecanac-main
authored
66e368e
View commit details
Copy full SHA for 66e368e
Browse repository at this point
DateTimeFormatInCSharp: retarget net10.0, MSTest 4.3.3, deterministic assertions (#2153)
Show description for 2c1ead6
vladimir-pecanac-main
authored
2c1ead6
View commit details
Copy full SHA for 2c1ead6
Browse repository at this point
Commits on Sep 3, 2026
Configuration series: migrate the six samples to net10.0 (#2149)
Show description for fb6c063
vladimir-pecanac-main
authored
fb6c063
View commit details
Copy full SHA for fb6c063
Browse repository at this point
Commits on Sep 2, 2026
Advanced REST Concepts series: migrate the samples to CodeMazeGuides on .NET 10 (#2148)
Show description for b61adf2
vladimir-pecanac-main
authored
b61adf2
View commit details
Copy full SHA for b61adf2
Browse repository at this point
Commits on Sep 1, 2026
Basic Web API series: migrate all six parts to aspnetcore-webapi/BasicWebApiSeries (#2147)
Show description for 1ff2760
vladimir-pecanac-main
authored
1ff2760
View commit details
Copy full SHA for 1ff2760
Browse repository at this point
Commits on Aug 31, 2026
DateTime.Now vs DateTime.UtcNow: retarget net10.0, bump test packages, add Unspecified conversion tests (#2150)
Show description for 02452c5
vladimir-pecanac-main
authored
02452c5
View commit details
Copy full SHA for 02452c5
Browse repository at this point
Serialize enum as string: retarget net10.0, ConfigureHttpJsonOptions, DataContractJsonSerializer and source-generation samples (#2160)
Show description for 2fab44e
vladimir-pecanac-main
authored
2fab44e
View commit details
Copy full SHA for 2fab44e
Browse repository at this point
Serialize a list to JSON: retarget net10.0, add stream serialization (#2158)
Show description for 7efa5b7
vladimir-pecanac-main
authored
7efa5b7
View commit details
Copy full SHA for 7efa5b7
Browse repository at this point
Commits on Aug 30, 2026
MediatR exception handler: retarget net10.0, MediatR 14.2.0, OpenApi 10.0.11, Swashbuckle 10.2.3 (#2142)
vladimir-pecanac-main
authored
a59a6f6
View commit details
Copy full SHA for a59a6f6
Browse repository at this point
Rebus: retarget net10.0, Rebus 8.9.3 and companion packages (#2140)
Show description for 3d3c874
vladimir-pecanac-main
authored
3d3c874
View commit details
Copy full SHA for 3d3c874
Browse repository at this point
Redis caching in C#: retarget net10.0, Microsoft.Extensions.Caching.StackExchangeRedis 10.0.11, StackExchange.Redis 3.1.31 (#2143)
vladimir-pecanac-main
authored
ccb423a
View commit details
Copy full SHA for ccb423a
Browse repository at this point
Commits on Aug 29, 2026
CompareArrays: retarget net10.0, split Article comparer, rename object-equality benchmarks (#2141)
Show description for 88d3c0f
vladimir-pecanac-main
authored
88d3c0f
View commit details
Copy full SHA for 88d3c0f
Browse repository at this point
TaskRunVsTaskFactoryStartNew: retarget to net10.0, bump test SDK/xunit (#2146)
vladimir-pecanac-main
authored
e2a62c0
View commit details
Copy full SHA for e2a62c0
Browse repository at this point
MassTransitRabbitMQ: retarget net10.0, MassTransit 9.2.0, generic-host consumer (#2144)
Show description for a7916d8
vladimir-pecanac-main
authored
a7916d8
View commit details
Copy full SHA for a7916d8
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL