Skip navigation.

Web talk

June 2006

Frames, ASPX Pages and Rejected Cookies

If an ASP.NET page is embedded in a frameset or an <iframe>, strange things happen to cookies. By default, Internet Explorer rejects them because it treats them as non-trusted “third-party” artifacts. For example, if you try to issue an authentication cookie within a “framed” page, your login will keep running in circles. Read this blog post

  | Discuss this post9 comments  |  No TrackBacks

Applying Domain-Driven Design and Patterns is Out

I’m very excited about Jimmy Nilsson’s new book Applying Domain-Driven Design and Patterns: With Examples in C# and .NET. I’ll refrain from a formal book review as I’m only one chapter in, but I can already see it’s an awesome book. With contributions and influence by Martin Fowler and Eric Evans, this is the kind of book needed badly in the .NET community. More so if you subscribe to the Domain-Driven Design thinking. Read this blog post

  | Discuss this post1 comment  |  No TrackBacks

Overview of Contract-First Web Service Development

If you are new to the concept of contract-first web service design, I’ve got a couple of pointers for you. Read this blog post

  | Discuss this post1 comment  |  No TrackBacks

Don't Write Frameworks for Dummies

From Domain-Driven Design by Eric Evans: Read this blog post

  | Discuss this postNo comments yet  |  No TrackBacks

Overview of Page State Persisters

Today’s installment of nagging you to pay attention where your view state goes is about another ASP.NET 2.0 novelty: the PageStatePersister class. Read this blog post

  | Discuss this post5 comments  |  No TrackBacks

Lecturing, Giving Talks

The Brain Book is a fantastic read! Here’s an excerpt on presenting and giving talks: Read this blog post

  | Discuss this post2 comments  |  No TrackBacks

Awesome Firefox extension: FireBug

If you do any client-side debugging (CSS, DOM, JavaScript) without FireBug, you’re doing it the hard way. Read this blog post

  | Discuss this post1 comment  |  No TrackBacks

How to Preserve Control State

At times, you need to extend a server control to add functionality. For example, I found the Wizard control lacking a property which indicated what the previous step was. In other words, when the ActiveStepChanged event is raised, can you tell which way the user was going through the wizard (forward, by clicking Next; or backward, by clicking Previous)? Read this blog post

  | Discuss this post1 comment  |  No TrackBacks

New Jersey Code Camp II Recap

Big thanks to Don, Peter, Scott and others for making the second NJ Code Camp happen! Read this blog post

  | Discuss this postNo comments yet  |  No TrackBacks

Issues With Saving Unicode Pages in Visual Studio Put to Rest?

Good news for those who read my post Unicode in Visual Studio.NET 2003 and experienced problems outlined there. Read this blog post

  | Discuss this post2 comments  |  No TrackBacks