HTTP/2 301
date: Wed, 15 Oct 2025 00:29:00 GMT
content-type: text/html; charset=UTF-8
location: https://nickberardi.com/tag/framework-20/
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=Cw4aFYgIBvtTpm3ebBwFpdv%2B3mGkYUUNK0dJYbg9desQe09L69OlvmTALr2xXN9OzECuNqfJ%2Bza3vX5bWrfgORq%2BMV9g8CuCFhNPTlQl0IHYDA%3D%3D"}]}
set-cookie: ARRAffinity=60d786520893a912f5aaa8e39f1f00b6aa7bfba2f2ea24e7ca7ae34d2a24a8cb; HttpOnly; Secure; Path=/; Domain=www.coderjournal.com
cf-ray: 98eb33152efeffa9-BOM
alt-svc: h3=":443"; ma=86400
HTTP/1.1 301 Moved Permanently
Date: Wed, 15 Oct 2025 00:29:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://nickberardi.com/tag/framework-20/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wRgamCA7OjdGT5E1YuMxkBxUAOm7KJtcGTmYKnTk%2FqkPmUyvYDF6du2H4URmOcUoy3PERYQ8Rd7dKSfym7fF4Pm83by9i1oI8xbSvjY%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 98eb331d78d11432-BOM
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Wed, 15 Oct 2025 00:29:01 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=RJQH26JrRHaIP%2B8wFslBXJvFYHsAZeV7uCGS5rPmILLSX8ucpW4xZIaLBUSUxPY7rboeuuwIg3c0t%2BqgbS7XTi5GqvFm9nPMDE9jpaE%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: 98eb331def6e3aec-BOM
alt-svc: h3=":443"; ma=86400
Framework 2.0 - Nick Berardi
Home
Framework 2.0
Framework 2.0
A 5-post collection
As I alluded in a post a couple of weeks ago, I have been a bad blogger. And I have neglected my community of readers. However »
Nick Berardi
on .NET , database , Framework 2.0 , Google , IIS , Linux , MySQL , Performance , Search Engine , SEO , User Experience , Voveo , Web , Web 2.0 , Web Servers
01 October 2007
Recently I have been diving in to the world of REST and all the great things that come along with that. If you are not familiar »
The ?? operator returns the left-hand operand if it is not null, or else it returns the right operand. int? i = null; int count = i ?? 0; The »
Introduction In this post we are going to go over what it takes to create a control, and more specifically a Vista Search Box like control. »
Many developers use a pattern called ORM or Object Relation Mapping to generate data layers for their application. Many other developers choose to create their own »