Welcome to MSDN Blogs Sign in | Join | Help

News


  • Dirk Primbs
    Developer Evangelist
    Microsoft Germany
    These postings are provided
    "AS IS" with no warranties,
    and confer no rights. Use of
    included code samples are
    subject to the terms
    specified at
    Microsoft - Information
    on Terms of Use




    Logout
    Login

    Add to Technorati Favorites

    Impressive Stuff

    Frank (Prengel) showed me a really amazing video yesterday: http://pc.watch.impress.co.jp/docs/2003/1218/sony_06.wmv

    Its pretty impressive what the Sony's engineers are able to do...

    What else? I had some time to continue with my ADO.NET provider for NNTP. My SQL Parser (or as I call it: nntpQL *grin*) works fine now and the data-classes (command, connection, adapter & datareader - sic!) are almost completed. I can write code like

    nntpConnection cn = new nntpConnection("news.microsoft.com");
    nntpCommand cmd = new nntpCommand(
             "SELECT * FROM microsoft.public.de.german.entwickler.techtalk WHERE Subject like 'A%'", cn);

    nntpDataAdapter da = new nntpDataAdapter(cmd);
    DataSet ds = new DataSet();
    da.Fill(ds);

    And besides that this is nice by itself, you'll get everything else for free: I made a RSS-feed out of a newsgroup just by binding a datareader to a datarepeater :-))))  Wanna know how? Have a look at Scott Mitchells really cool article about RSS & ASP.NET: http://msdn.microsoft.com/asp.net/community/authors/scottmitchell/default.aspx?pull=/library/en-us/dnaspp/html/aspnet-createrssw-aspnet.asp

    As soon as I complete the basic documentation for my ADO provider I plan to give the bits to Uwe and Frank for testing and then we'll see :-)

    Posted: Friday, March 12, 2004 7:05 PM by dirkpr

    Comments

    Jeff said:

    Wow... I'm impressed. That's pretty neat stuff!
    # March 12, 2004 8:32 PM

    Juergen Pfeifer said:

    Hi Dirk,
    wenn das testbar ist hätte ich gerne auch eine Kopie davon. Ich baue mir z.Zt. für mein privates Intranet ein stark RSS getriebene Site zusammen und kann das gut gebrauchen.
    # March 12, 2004 8:51 PM

    TrackBack said:

    sqljunkies.com
    # March 15, 2004 12:38 PM

    Christian Weyer: Web Services said:

    # March 22, 2004 3:46 AM

    Christian Weyer: Web Services said:

    # March 22, 2004 3:48 AM

    Dirks WebLog said:

    # March 22, 2004 4:15 AM
    New Comments to this post are disabled
    Page view tracker