June 2003 - Posts
it doesn't matter how many times I speak in front of people I'm always excited as if it was the first time. I'm giving a session tomorrow on Adnvaced .net debugging with stuff like the sos debugger extension and debugging using the managed addin ( reflector
Read More...
a great reference for Calculated fields inside a dataset. If you have a background in database work, you have undoubtedly run into the rules of normalization. But even though ADO.NET's DataSet class is sometimes described as a "relational database in
Read More...
it's great to see a dissertation that includes .net technlogy. you can read a fine dissertation about AOP . I'de like to see xc# and AOP join together
Read More...
in our project we manage our constants as an xml file and then generate a valid c# file at the same way Type DataSet is being generated in vs.net, someone from my team (saar carmi) wrote a custom code generator. we supplied an xml file stating the type
Read More...
I'm currently reading the Generics document from MS Research and I came across: 1.3 Summary of the Implementation Almost all previous implementation techniques for parametric polymorphism have assumed the traditional compile, link and run model of programming.
Read More...
Eric was in iterviewd at activewin I liked: "programmers don't like languages that make them feel stupid, and C++ certainly did that to me a number of times. C# is definitely my kind of language in that regard."
Read More...
check out: How to debug script in Visual Studio .NET
Read More...
Andy Hopper posted a great sample on hacking ServiceComponent Proxy, people who are hardcore on ServiceComponent knows what this means. you could do almost anything with this including AOP. although nobody knows if it'll work on the next .net version.
Read More...
I took a look at the Petshop v3.0 all I can say is , it's not something I would have recomended for customers to see and learn about best practices in real world application. 1. they said they now support oracle , that's great but why copy the code in
Read More...
wondering the MS newsgroups I found this: (a) DbgProxy & Msvcmon are meant only for native applications. You don't need to start them for a C# App. (b) To debug a C# App, install the remote debugger, make sure you are a valid user, basically set up
Read More...
what you see at the subject is not a mistake a new word to the "-ity" words, it means how much your code supports running as a server. ;) what do you think?
Read More...
just ordered it. based on the last 4 books this should be good too.
Read More...
I got an email from don saying it's ok to use his css file. he did great job on the printing css, you can find his script here or you can check out my blog and choose to "Print Preview" to see what I'm talking about. Thnx don.
Read More...
it's not really breaking , it more like changed without notice, it's like change and not document it , it's like change and throw an exception that's not informative too much, it's like change WO telling us (not even ingo rammer ). what am I talking about?
Read More...
if you happen to live in israel you're invited to hear me talk about Advanced Debugging Techniques and production time debugging in the incoming .net dive day which will take place at 30/6/2003 at the Hilton hotel in Tel-Aviv, you can register HERE
Read More...
I'm not a big fan of printf debugging no matter what platform your working on, I'm currently working for a company that's doing the biggest .net project in israel for one of the banks here. it's a n-tier web application involving all sorts of .net stuff
Read More...
Brad Adams speaks here about what should you focus on when writing .net code. I agree absolutly (it's easy to agree with him), I encountered a situation where we needed Queued Components insode com+, since QC have some restriction on them like, parameters
Read More...