Archives

Archives / 2004 / October
  • x86 Assembler in .NET?

    It’s pretty amazing what you can find while searching Google. I recently came across the following while doing a little IL research: http://www.viksoe.dk/code/asmil.htm. Someone took the time to write a compiler that takes 80386 assembler code and generates IL. An example of using the code to create an ASP.NET page is shown below:



    What’s this world coming to? :-)

  • System.Xml Online Reference

    Looks like TopXml.com has put up a nice System.Xml reference that shows the different XML classes in the System.Xml namespace along with their properties, methods, and some VB.NET sample code.   If you’re new to working with XML this should serve as a good starting point.

  • XML Changes from Beta 1 to Beta 2

    Microsoft’s Dare Obasanjo has put together a great list of XML related changes between .NET V2 Beta 1 and Beta 2 at http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=f2d229e4-a0f3-4660-aeda-0806c4ace79d.  Some of the highlights include the merging of the XPathEditableNavigator into the XPathNavigator (which was expected), and the removal of XQuery support (although SQL Server 2005 will still have some XQuery support to work with native XML types).  Although removal of XQuery support is a bummer given all of the great things you can do with it, I personally think it’s a good move given the current status of the XQuery spec and the lengthy process it’s going through to get recommended status within the W3C.  I’d rather have classes that adhere to the “official” spec rather than a potential moving target.  Too many maintenance headaches come up down the road otherwise.

  • The "Enterprise" View and Web Services

    I’m always amazed how inflexible some people are when it comes to taking an “Enterprise” view of a company’s architecture.  People seem to get fixated on 1 tree in a forest and don’t realize there are a lot of other trees out there that could benefit from a proper Enterprise architecture design.  While there’s a lot that goes into creating the “optimal” enterprise architecture, I think Web Services can play a huge role.  The problem is, many of the people I interact with just don’t seem to get it.  I’ll admit that Web Services are a fairly new technology (although not that new at this stage of the game), but the concepts are actually quite simple and actually make sense.

  • The Power of InfoPath

    I’ve read a lot of articles about InfoPath over the past few months and took a few minutes to play around with it myself, but to be honest it never clicked as to why it was truly needed given that we had ASP.NET Web Forms and .NET WinForms.  I even created my own FormBuilder.NET application to simplify creating basic ASP.NET forms and integrating them with databases (it’s all browser based).  My original take was that it was simply a way to generate basic forms and I wasn’t thrilled about the fact that you had to install InfoPath (clients have to install it as well) in order to fill out the forms.  Well, my initial impressions about InfoPath were wrong!

  • Better Late Than Never.....

     I’ve had several people ask why I don’t have a blog out there yet. My standard response has always been that I just don’t have enough time (which is true most days) between running my consulting business, training, spending time with my wife and kids, running the http://www.xmlforasp.net website, writing, etc., etc..  However, after reading more and more blogs from a variety of people I’ve come to the conclusion that creating a blog is a great way to help out others (when the blog is technology related….sorry but I don’t have much to offer in the area of self-help J) plus is a great way to track different things that have been worked on.  

comments powered by Disqus