Visit site Dan Miser

August 2006

0
votes
Vote UpVote

Class Library config files

Dan Miser – Many posts have been written about the fact that you cannot specify a config file for class libraries. While I understand the logic of putting the config file in the host process instead, there are always valid reasons for wanting to go outside the use case scenarios envisioned by the designer. My ...
Details Favorite? Off-Topic? dmiser@wi.rr.com @ 2006-08-23 09:43
0
votes
Vote UpVote

Missing: Connection String Wizard

Dan Miser – I have a need to allow users to build up a connection string and store it in a config file. Pretty simple need, and I would imagine rather standard. After all, I can't imagine any user I deploy to would have the same connection string I do, much less the same database. As it turns out, providing a ...
Details Favorite? Off-Topic? dmiser@wi.rr.com @ 2006-08-22 10:14
0
votes
Vote UpVote

COM Interop

Dan Miser – I wrote a VS.NET 2005 class library that I wanted to use from Delphi. Using COM Interop, this should be a breeze. Simply call "regasm MyLibrary.dll /tlb" and I should get a type library that I can import in Delphi. If that's all there was to it, then I wouldn't be blogging. ;-) The first problem I ...
Details Favorite? Off-Topic? 2006-08-22 03:40
0
votes
Vote UpVote

COM Interop

Dan Miser – I wrote a VS.NET 2005 class library that I wanted to use from Delphi. Using COM Interop, this should be a breeze. Simply call "regasm MyLibrary.dll /tlb" and I should get a type library that I can import in Delphi. If that's all there was to it, then I wouldn't be blogging. ;-) The first problem I ...
Details Favorite? Off-Topic? dmiser@wi.rr.com @ 2006-08-21 22:40
0
votes
Vote UpVote

Connection string sample

Dan Miser – I just came across this site today. It shows a bunch of different connection string sample for various databases and technologies. It also links back to downloads for the databases. All in all, a very focused and nicely done reference web site.
Details Favorite? Off-Topic? dmiser@wi.rr.com @ 2006-08-17 11:04
0
votes
Vote UpVote

Custom columns in DataGridView

Dan Miser – After writing a .NET application that used the DataGridView, I noticed that there was no ColumnType drop down to allow the user to easily edit a date/time field. At first, I came across a really good write up on MSDN on how to accomplish this. However, it was written in VB, so I couldn't use it as- ...
Details Favorite? Off-Topic? dmiser@wi.rr.com @ 2006-08-01 21:36

July 2006

0
votes
Vote UpVote

MSSQL TIMESTAMP

Dan Miser – I'm using the Enterprise Library Data Access Application Block in order to use a variety of different databases on the backend without changing my code. One thing that recently came up was how to properly use a TIMESTAMP field in MSSQL. I don't want to use SqlDbType.Timestamp, as that refers to a ...
Details Favorite? Off-Topic? dmiser@wi.rr.com @ 2006-07-31 16:37
0
votes
Vote UpVote

.NET Lookup combobox data binding

Dan Miser – Time to confess: I'm a fan of data binding. I've loved it ever since Delphi 3 made it workable by introducing TClientDataset. It's powerful, but makes application code fairly simple. Yes, it can be - and often, is - abused when used incorrectly, but overall, it's a good concept. I recently worked ...
Details Favorite? Off-Topic? 2006-07-05 18:47
0
votes
Vote UpVote

.NET Lookup combobox data binding

Dan Miser – Time to confess: I'm a fan of data binding. I've loved it ever since Delphi 3 made it workable by introducing TClientDataset. It's powerful, but makes application code fairly simple. Yes, it can be - and often, is - abused when used incorrectly, but overall, it's a good concept. I recently worked ...
Details Favorite? Off-Topic? dmiser@wi.rr.com @ 2006-07-05 13:47

June 2006

0
votes
Vote UpVote

ZIP files in solution

Dan Miser – I've been writing a lot of test cases and projects in VS.NET lately. (Ed note: No, this doesn't mean I've abandoned Delphi. I still love Delphi, and use it as my full-time tool. However, I always have - and always will - keep abreast on the entire world of development tools.) One thing that I ...
Details Favorite? Off-Topic? 2006-06-28 14:47
0
votes
Vote UpVote

ZIP files in solution

Dan Miser – I've been writing a lot of test cases and projects in VS.NET lately. (Ed note: No, this doesn't mean I've abandoned Delphi. I still love Delphi, and use it as my full-time tool. However, I always have - and always will - keep abreast on the entire world of development tools.) One thing that I ...
Details Favorite? Off-Topic? dmiser@wi.rr.com @ 2006-06-28 09:47
0
votes
Vote UpVote

SqlDependency

Dan Miser – I just spent some time checking out how SqlDependency works. SqlDependency is an ADO.NET 2.0 class that is a high level wrapper for detecting changes in a database and getting automatic notification back to your application. This technology is very useful for caching rarely changing data. ...
Details Favorite? Off-Topic? dmiser@wi.rr.com @ 2006-06-27 10:08
0
votes
Vote UpVote

LINQ: GetQueryText

Dan Miser – The following code snippet shows how to pick up the SQL that will be generated by a given LINQ query. The DataContext.GetQueryText() method makes this very easy. However, what we REALLY need is an easy way to go the other way, too. For example, given an adhoc string, generate the DLINQ query to ...
Details Favorite? Off-Topic? dmiser@wi.rr.com @ 2006-06-23 12:08
0
votes
Vote UpVote

AOL cancellation

Dan Miser – I noticed Captain Jake wrote about his experience with AOL cancellation recently. It appears that he is not alone. Listen to the mp3 and be prepared to just be amazed. It looks like Vincent has become a minor celebrity over this incident. I think the funniest part of this is the AOL executive that ...
Details Favorite? Off-Topic? dmiser@wi.rr.com @ 2006-06-22 11:35
0
votes
Vote UpVote

Cleaning out my Hard Drive

Dan Miser – OK, so it doesn't have the same ring as Eminem's song, but it is accurate. :-) I was going through some of the older sections of my hard drive looking to reorganize and cleanup unwanted files. While I was doing that, I came across a project, TerraService, that I did ages ago. To the best of my ...
Details Favorite? Off-Topic? 2006-06-20 20:06
Subscribe:
Contact us to advertise on DelphiFeeds.com

Community Links

Delphi Tage Torry Firebird News

Sponsor

 
Please login or register to use this functionality.
(click on this box to dismiss)