HTTP/2 301
date: Sun, 12 Oct 2025 22:19:33 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=GiQCAv2%2FHl6D5wImIz09iaz2yAIenS4TuxxFmjyRQyVd6ZxjkGYkucshtyEd%2B6ohNriG0wHfNlw892IZItpKLIDoP%2Fxhjn5Pv3l%2FqMLbBCczvw%3D%3D"}]}
set-cookie: ARRAffinity=60d786520893a912f5aaa8e39f1f00b6aa7bfba2f2ea24e7ca7ae34d2a24a8cb; HttpOnly; Secure; Path=/; Domain=www.coderjournal.com
cf-ray: 98d9fabb59043bda-BOM
alt-svc: h3=":443"; ma=86400
HTTP/1.1 301 Moved Permanently
Date: Sun, 12 Oct 2025 22:19:33 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=GwDrjZNVX5H3McadWdUODyycM6Fq4iYNvCLw8DTPzi9mMc5Bd4f6iMIP42XblPvubGtgGX0zH6%2Berjr6ZBccPRGkyqYCwstMTjQYLSM%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 98d9fabd8a7a85a2-BOM
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Sun, 12 Oct 2025 22:19:34 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=Tmbf%2BpeF5hSjiEZq3PGd2g0tNi7oRUZpyg7XMKkgCEHqDvtFaBGdv7Y0ucZbjnZDN9bdviUn3mEIwntKqcZJSwCJVxqbrYH0yD4jjac%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: 98d9fabdfdc41eed-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 »