HTTP/2 301
date: Tue, 14 Oct 2025 07:03:56 GMT
content-type: text/html; charset=UTF-8
location: https://nickberardi.com/tag/dotnet-programming/
server: cloudflare
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
x-powered-by: ASP.NET
cf-cache-status: DYNAMIC
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pJ71Bk9GItL6t%2B3GX2ElD9OF8Kkgnki%2BCD%2FURl5eiQDUbVRZ4eN2meeUOKRBhQylqfZI3PDU3qSvvVIA%2BJvRF4cXJvw3eqUffupE6vlp%2BjnRmw%3D%3D"}]}
set-cookie: ARRAffinity=60d786520893a912f5aaa8e39f1f00b6aa7bfba2f2ea24e7ca7ae34d2a24a8cb; HttpOnly; Secure; Path=/; Domain=www.coderjournal.com
cf-ray: 98e5383b2a4c855b-BOM
alt-svc: h3=":443"; ma=86400
HTTP/1.1 301 Moved Permanently
Date: Tue, 14 Oct 2025 07:03:56 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://nickberardi.com/tag/dotnet-programming/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZfKB8%2BNkbLOf7GyqZ%2BDbv89iLsrPHcDgvp4ImcwIs5QQ7JLymCAh3qxR7QZcYag7YgYf%2Bi3SsezvFekZismZm7MCo0Hqdj2IBNy79ik%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 98e53844390c4bfb-BOM
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Tue, 14 Oct 2025 07:03:58 GMT
content-type: text/html; charset=utf-8
server: cloudflare
cache-control: public, max-age=0
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KK4BuOROBWzquCMEniT%2Fp%2FwMveop1Y9GMHYR%2FSh3SH40tCuE8U5H4M3lvFosZwR5yw%2F4hncFrW3uItJJ7ucZhGn%2FBBOTV%2FoceVYtT0U%3D"}]}
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
vary: Accept-Encoding
x-powered-by: Express
x-powered-by: ASP.NET
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: ARRAffinity=60d786520893a912f5aaa8e39f1f00b6aa7bfba2f2ea24e7ca7ae34d2a24a8cb; HttpOnly; Secure; Path=/; Domain=nickberardi.com
cf-ray: 98e53844bead40a5-BOM
alt-svc: h3=":443"; ma=86400
.NET - Nick Berardi
.NET
A 56-post collection
Today I had the question come up about some wonky behavior with retrieving data from Cassandra for non-string types. Here is the issue in a »
Last time I demonstrated how to create your first Fluent Cassandra app. After we finished learning about how to create records and save them to the »
As your are probably aware by now if you follow my Twitter status or have looked in to some of my recent posts. I am »
I wanted to post this mostly for my future reference. But I think it is also equally as useful to anybody else with a .NET project »
In a world where we are all use to dealing with objects we often forget that everything gets reduced to ones and zeros before being transmitted »
Previously I had written about how to setup Cassandra as a database on your Windows machine. As I was diving in deeper to learn more about »