Today, a friend of mine asked me to create two examples of C# WinForm applications (one using .NET3.5 and other using .NET2.0).
The target, so far, is only a proof of concept to check how extend an existing application to show some information from an existing ORACLE DB.
My friend said me: “If you want use NHibernate there is no problem.”
You know… NHibernate is not the best tool for data mining especially when the source of data is a plain view.
Well… the result of the story was: five minute per each application using only the mouse.
> "five minutes per each application using only the mouse"
ReplyDeleteIt's cool, but somehow I hate that it can be done that way; that should not be possible, too much abstraction..
Come on Fabio don't be a canuto! and give us more details about how you did it :)
ReplyDelete@Roman
ReplyDeleteI don't understand what you mean. I have used only the mouse and drag&drop... pure VisualStudio integrated tools (with databinding of course).
Which is the secret ?
Hey Fabio, I think I didn’t pay much attention to the part of “only the mouse”. I thought you used some fancy artifacts to do a lot of work such as:
ReplyDelete- Paging, with http://unhaddins.googlecode.com/svn/trunk/uNhAddIns/uNhAddIns/Pagination/Paginator.cs
- Filtering by columns using one of these guys: http://code.google.com/p/unhaddins/wiki/LesTroisMousquetaires
- Sorting.
A couple of months ago I tried to extend the Telerik Grid behavior using the ICriteria but it didn’t work pretty good that’s why I was interesting about how you did it.
BTW, the part of “don’t be a canuto” was just a joke; I know you share all your knowledge with the community. In fact, I attended to a talk you gave for free at MUG and I can say it was awesome!
No Román... nothing about NHibernate.
ReplyDeleteThe proof of concept was only pure databinding using pure VisualStudio and .NET controls.
Obviously forgot OOP.