-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: vb
Linq strikes again
Linq has become one of my favorite things to use. It allows you to approach the concepts of objects just as you would a sql query on a database. Linq is very flexible and i have not found an instance … Continue reading
Posted in Uncategorized
Tagged .net, c#, Dataset, datatable, Dataview, Linq, Rowfilter, vb
Leave a comment
Item Of the Day. Playing .net io.stream using FMOD
So lets say you want to connect to a website to stream their music through your app, but the problem is they dont give you a direct link only a connectstream from system.net.connectstream. How do you play this with fmod? … Continue reading