March 2007 - Posts
After my DataView.RowFilter post , the next obvious step is of course a short post on using the DataView.Sort property. This property is simpler, as it simply takes column names, with a possible ASC or DESC modifier. You cannot use expressions directly
Read More...
I always found the text layout on the DataColumn.Expression page a bit odd. So, in the spirit of my last post , I decided to go ahead and do something similar for it - here is a reformatted version, which will print out in columns and should fit on a
Read More...
So, I've been doing a bit of work with System.Reflection.Emit lately, and I've found that just having the list of the OpCodes fields around is pretty useful. I navigate to the page, but there are really a lot of opcodes, and I keep scrolling back and
Read More...
If you've already boarded the Vista train, here is a very nifty addition to make to the Search bar: Search++. http://brandonlive.com/startplusplus/download/ I'm now enjoying some play phil collins while I write this - the commands and their usage are
Read More...
Often in the forums we see questions about having SELECT-like functionality on local data (that is, on a DataSet, without accessing a database). There are a number of operations that the ADO.NET classes can perform on the client which are often good enough
Read More...