“Any logic that runs on the server needs a server roundtrip to respond to anything the user does.” - Patterns of Enterprise Application Architecture
Grab the nearest book.Open the book to page 23.Find the fifth sentence.Post the text of the sentence in your journal along with these instructions.
Got the hint from Steve Eichert, although I have no idea why I'm doing this. But for fun, who cares? It's been a while since I blogged, being at a client with no internet connection (for me). For the client this is probably best, for me it's the worst thing that can happen! ;-)
Now we've got the weblogs and my website is about to be completed and to be released, I've been thinking about registering a domainname. The only problem is, people find Sphear a difficult name, especially when you want them to type the url in their browser and they've never seen the name 'Sphear' in writing.
Now my question is, does anybody now of a good name? I prefer Dutch, as my personal website is going to be in Dutch, but it's not mandatory.By the way, I thought of 'sfeer.nl' but it was already registered by a company who was offering the name for sale. Yeah, sure, as if...
If you can think of a cool and easy name, let me know!
For a few of my collegues, probably the first time they heard of intercepting methods by proxies was when the main developer of our E-Platform explained the communication BUS in this platform. I just noticed a link on asp.net which contains a very basic and very easily understandable example on how to use these proxies.
With proxies intercepting methods calls, you can transform the data transported, verify if a user is authorized to call the method and much more. You can find the example here.