in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » My .Net Exploits (RSS)
  • About the Mark Miller talk.

    Ei,, I have been receiving alot of emails lately asking me to share some details about the Mark Miller talk at the San Diego .Net Developers group last week. I'm sorry guys if I havent had the time to post the thoughts that were shared on that session, i have been a bit busy lately but dont worry......
    Posted to Weblog by keithrull on 10-11-2005
  • Mark Miller at the San Diego .NET Developers Group tommorow!

    Gee! I'll be having a blast tommorow! Finally i'll get to see one of the guys that i look up to in Application Development and Design! Mark Miller, author of (among many other things) CodeRush, a productivity add-in for VS.NET and Refactor! an add-in to Visual Studio .NET that parses your Source code...
    Posted to Weblog by keithrull on 10-03-2005
  • What's your favorite piece of code?

    *Note* I also posted this on the forums at [ http://community.devpinoy.org/forums/258/ShowPost.aspx ] "People say that your favorite piece of code tells tales about you.." I want to hear it from you guys, whats your favorite piece code? I work alot with flat files and databases using c# and most of the...
    Posted to Weblog by keithrull on 09-13-2005
  • Disconnected ADO.NET DataSet Example

    I saw a post in DevPinoy today asking for a demonstration on the disconnected data paradigm in ADO.NET is. With that i decided to create a sample program to illustrate how this works in ADO.NET. Before I continue i would like first to show you the running example to give you a quick overview. [ C# Sample...
    Posted to Weblog by keithrull on 08-22-2005
  • A Collection of Coding Guidelines and Standards in C# and VB.NET

    Here are some useful links that tackle programming guidelines on C# and VB.NET. VB.NET Coding Guidelines by Cory Smith http://addressof.com/blog/articles/CodingGuidelines.aspx VB.NEt Coding Guidelines by Daniel Moth http://www.danielmoth.com/Blog/2004/09/vb-rules-net-way.html VB.NET Coding Guidelines...
    Posted to Weblog by keithrull on 08-18-2005
  • Accessing the Windows Registry

    Here is a quick example on how to access the registry in .NET. This example just iterates thru each key found inside the registry folder ang prints each entry and its value to the console. The important thing to note on this example is that we first declare the location on where to read the key and reference...
    Posted to Weblog by keithrull on 08-12-2005
  • Part 3: Creating CSV in ASP.NET

    In Part 1 and Part 2 of this series, we have used column mappings and index mapping to generate our csv files. These approach requires us to loop thru each colum to create the header, the loop thru again to create the rows. The problem with this approach is the amount of time spent in coding such procedures...
    Posted to Weblog by keithrull on 07-14-2005
  • Part 2: Creating CSV in ASP.NET

    In Part 1 of this series i have showed to you how to use a IDataReader in creating a function that would generate a CSV file. In part 2 of this series I'm going to show you how to accomplish the same task but this time using a different object. We will still implement the same concept that we used in...
    Posted to Weblog by keithrull on 07-09-2005
  • Part 1: Creating CSV in ASP.NET

    Part 1 shows us how to create CSV files in both C# and VB.NET using techniques that were used back on the old days of ADO and OLEDB but implementing them using native ADO.NET objects(IDataReader) instead of recordsets. We use a IDataReader instead of a provider specific reader (SqlDataReader, OleDbDataReader...
    Posted to Weblog by keithrull on 07-03-2005
  • File System Browsing: New Approach vs. Old Approach

    *NOTE: the source code for this projerct in C# and in VB.NET can be found at the end of this post. I have also posted this example in codeproject "File system browsing? What the heck is that?" "Old way? New way? is there another way???" I guess most of us are still on the pre-.NET mindset, a term i commonly...
    Posted to Weblog by keithrull on 07-01-2005
Page 1 of 2 (12 items) 1 2 Next >