IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-04-02 18:00:08
Channels: 41
Logged Lines: 6229042
Size: 1797.83 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-07-26
[00:00]<sdnffdxdlld>every DAL i've worked on has autogen'd the BO's
[00:00]<_d0>gnite gusy
[00:00]<awjzdd>_m0 night
[00:00]<awjzdd>smellyhippy does mordins ?
[00:00]<sdnffdxdlld>but theres alot to be said for doing it the other way
[00:00]<sdnffdxdlld>it did when i last used it .. i made the code gen :P
[00:01]<sdnffdxdlld>theres prolly code hanging around in it that i did ;)
[00:01]<awjzdd>nice
[00:01]<sdnffdxdlld>tho alot has been rewritten
[00:02]<awjzdd>smellyhippy: Castle ARs code gen is rather lacking.. only works with MSSQL
[00:02]<awjzdd>and shoddy at that
[00:03]<sdnffdxdlld>hmmm the ones i've used only do mssql too but then i've never needed anything else
[00:03]<sdnffdxdlld>wether at weork or home
[00:03]<sdnffdxdlld>-e
[00:03]<sdnffdxdlld>but they generate decent code ;)
[00:03]<gxysvggz>Do you usually work with MS SQL Server or MySQL with ASP .NET?
[00:04]<sdnffdxdlld>I might help matt with a mssql 2005 version ... that could have some real cool stuff in
[00:04]<sdnffdxdlld>I dont do web stuff
[00:04]<sdnffdxdlld>and the stuff i did in the past with it was all either custom controls or backend
[00:05]<sdnffdxdlld>and thats the end of zulu :/
[00:05]<awjzdd>i do web stuff
[00:05]<awjzdd>i use MySQL mostly.
[00:05]<sdnffdxdlld>suppose i'd better find some music again
[00:05]<awjzdd>MSSQL on our winforms app.. MySQL on web stuff
[00:06]<sdnffdxdlld>our win and web apps used the same lower tiers
[00:06]<sdnffdxdlld>it was only the front end that changed
[00:07]<awjzdd>we have a win/web form app that does that
[00:07]<awjzdd>that both use MySQL
[00:07]<awjzdd>infact the models/controllers are teh same for both
[00:07]<awjzdd>ok i take that back
[00:07]<awjzdd>the controllers are slightly different
[00:07]<sdnffdxdlld>then why not use the same db for everything ... cuts down on the maintinance
[00:07]<awjzdd>smellyhippy: fun to get a different feel for things
[00:07]<awjzdd>;)
[00:08]<awjzdd>I seem to be happier using mySQL rather than MSSQL
[00:08]<sdnffdxdlld>I'd get annoyed at not having the ability for clr stored procs now i think :/
[00:09]<sdnffdxdlld>and i've seen what many have said about fun with mysql ;)
[00:09]<sdnffdxdlld>tho my recent stuff with mssql 2k5 has thorwn up some bastards
[00:09]<awjzdd>i'd rather be ok with using either.. never know what you'll run into
[00:10]<sdnffdxdlld>I go for winforms/c#/mssql jobs over here ... i have a very good cv with experience with it ... i'd like to expand but its not critical yet
[00:10]<sdnffdxdlld>i'd rather get some c++ experience in than mysql
[00:10]<awjzdd>i read through some C++ today for my boss
[00:10]<awjzdd>some sound manipulating stuff
[00:11]<awjzdd>complicated it was, fo sho
[00:11]<sdnffdxdlld>oh btw would you be interested in doing a c# ircd?as a side project
[00:11]<sdnffdxdlld>i recon theres enough talent and motivation in here to get a good chunk done before everyone gets bored
[00:12]<awjzdd>I ummmm could poke around with it some if you threw up a CVS/SVN
[00:12]<awjzdd>and got started
[00:12]<awjzdd>I could waste some time writing a method here and there ;)
[00:12]<sdnffdxdlld>lol
[00:12]<sdnffdxdlld>so doing some of the funky internals doesn't interest you?
[00:13]<sdnffdxdlld>or anyone else btw
[00:13]<sdnffdxdlld>i just think it could be a really funky project
[00:13]<awjzdd>well its not that it doesn't interest me.. i can't commit to anything igven my schedule and my possible job loss
[00:13]<sdnffdxdlld>job loss = more time!
[00:13]<sdnffdxdlld>lol
[00:14]<awjzdd>lol
[00:15]<awjzdd>job loss = depression!
[00:15]<fnzjy>yabba
[00:15]<sdnffdxdlld>true so you wont want to leave the house :P
[00:15]<sdnffdxdlld>what better way to hone your skills for your next job ... look good o nthe cv *points* "I made this err bit"
[00:16]<sdnffdxdlld>aghhhh
[00:16]<sdnffdxdlld>all wrong! like this ..
[00:17]<sdnffdxdlld>I'll burn the evil out of you
[00:17]<sdnffdxdlld>oh a squirrel
[00:18]<awjzdd>lol
[00:18]<awjzdd>aight
[00:18]<awjzdd>i'm goin home
[00:18]<sdnffdxdlld>lol
[00:18]<awjzdd>later on guys
[00:18]<sdnffdxdlld>cya dude
[00:19]<y-gz>Is there someone who has experience with NAnt ?
[00:19]<y-gz>http://monoport.com/653
[00:20]<y-gz>I am havin problems with this build file
[00:30]<sdnffdxdlld>omg at top wtf forum post
[00:32]<dbq>hi, if i've got a c++ .dll with .def file, can i somehow auto-import all the exported functions into a c# project?
[00:33]<dbq>without defining each command manually ?
[00:33]<sdnffdxdlld>DB2: sometimes you can just straight reference it ... failing that i'm pretty sure theres a utility that will generate a wrapper class
[00:33]<sdnffdxdlld>failing that then yeah your own wrapper class would be needed
[00:35]<dbq>i was wondering if anybody knows of such a util
[00:35]<sdnffdxdlld>it comes with the sdk
[00:36]<sdnffdxdlld>have you tried just referencing it via VS?
[00:36]<dbq>i'll try
[00:36]<rxrcr>smellyhippy, re dailywtf, ell oh ell
[00:37]<sdnffdxdlld>its sad that thats so beliveable :S
[00:38]<rxrcr>very believable
[00:39]<wprmn>hey guys, how can i bind a datasource (specifically an arraylist) to a listview control?
[00:41]<rxrcr>xfade, in avalon you can do that with your own objectDataProvider. I don't know if thats an option in Winforms though
[00:48]<wprmn>thanks for the suggestion chaka, unfortunatly this needs to be winforms based
[00:49]<rxrcr>yeah I don't think there's an equivolent in winforms, sorry
[01:14]<sdnffdxdlld>time for bed me thinks
[01:14]<sdnffdxdlld>night yall
[01:24]<-- svgvsdyzgjvr xrs>/dev/null")
[01:31]<jnpys>how to disable beep sound on textbox then i press enter
[01:52]<mjjcd>oi, quick question, how does one convert a String to a double?
[01:53]<jnpys>Convert.ToDouble(string)
[01:53]<jnpys>how to disable beep sound on textbox then i press enter







