IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1822.20 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-06-15
Pages: < Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Next >
[07:57]<afd>+i see, so it's not comments in XML ;)
[07:57]<afd>+damn M$
[07:57]<afd>+where di you put the /// <summary> ... ?
[07:57]<kdzdgdjvgnv>+yeah
[07:57]<kdzdgdjvgnv>+above this code
[07:57]<kdzdgdjvgnv>+FileInfo f = new FileInfo( "BinFile.dat" );
[07:58]<afd>+you can't put it there
[07:58]<afd>+<summary>.. is for class, method, field, etc
[07:58]<kdzdgdjvgnv>+oh :P
[07:58]<afd>+you can't add documents for part of code
[07:58]<kdzdgdjvgnv>+oh only for certain coding not all
[07:59]<afd>+yes only for the part appear in API
[07:59]<kdzdgdjvgnv>+okay I see your point now thank you
[08:05]<kdzdgdjvgnv>+god i hate delegates
[08:17]<kdzdgdjvgnv>+someone told me I had to use delegates and threading in Networking can Iadmit those or do I have to use them? j/w so don't flame me :P
[08:32]<afd>+KirynDotNet: delegate is great!
[08:32]<kdzdgdjvgnv>+but are annoying :P
[08:32]<afd>+ah well
[08:32]<afd>+why are they annoying??
[08:36]<kdzdgdjvgnv>+too complicated
[08:37]<zgzzcygnv>+ACTION slaps KirynDotNet around a bit with a large trout
[08:38]<kdzdgdjvgnv>+ACTION hits AnarkiNet across the head with a empty beer bottle
[08:39]<kdzdgdjvgnv>+oh i see what they are now ;)
[08:53]<zgzzcygnv>+ugh
[08:53]<zgzzcygnv>+i needs some ritalin or something, XSD is so hard to focus on
[09:02]<kdzdgdjvgnv>+coffee :-P
[09:09]<kdzdgdjvgnv>+AnarkiNet, hey is this the right way of doing the XML?
[09:09]<kdzdgdjvgnv>+http://pastebin.com/710140
[09:11]<kdzdgdjvgnv>+brb im going to go install Ubuntu if I can find my disk
[09:13]<zgzzcygnv>+uhh
[09:13]<zgzzcygnv>+sort of
[09:14]<zgzzcygnv>+that class is absolutely pointless though
[09:14]<kdzdgdjvgnv>+which class
[09:14]<zgzzcygnv>+SimpleMath
[09:15]<kdzdgdjvgnv>+why
[09:15]<zgzzcygnv>+#
[09:15]<zgzzcygnv>+ public static int Add ( int x, int y )
[09:15]<zgzzcygnv>+#
[09:15]<zgzzcygnv>+ {
[09:15]<zgzzcygnv>+#
[09:15]<zgzzcygnv>+ return x + y;
[09:15]<zgzzcygnv>+#
[09:15]<zgzzcygnv>+ }
[09:16]<zgzzcygnv>+what the hell is the point of that?
[09:16]<kdzdgdjvgnv>+iono it was an example in my book
[09:16]<kdzdgdjvgnv>+i get what you meant
[09:16]<zgzzcygnv>+thats not XML anyway
[09:16]<zgzzcygnv>+its XML commentation
[09:17]<kdzdgdjvgnv>+yeah is it right how it is are did i screw up
[09:19]<zgzzcygnv>+it looks right but
[09:19]<zgzzcygnv>+lots of unneccessary stuff
[09:19]<zgzzcygnv>+like the delegate doesnt need a return element
[09:19]<zgzzcygnv>+and the returns element is for a summary of what is returned
[09:19]<zgzzcygnv>+not supposed to be left blank
[09:20]<kdzdgdjvgnv>+overlooked it
[09:20]<zgzzcygnv>+oh and either that example was REALLY flawed or you have a typo:
[09:20]<zgzzcygnv>+public static int Subtract ( int x, int y )
[09:20]<zgzzcygnv>+{
[09:20]<zgzzcygnv>+return x + y;
[09:20]<zgzzcygnv>+}
[09:20]<zgzzcygnv>+nice subtraction :P
[09:21]<kdzdgdjvgnv>+typo
[09:21]<kdzdgdjvgnv>+you know why i have so many typos on here its cause i type too fast without looking at the keyboard and thats how it comes about ;)
[09:21]<mrryffr>+When you use C# Visual Studio -> Publish, where does the program get installed to?
[09:22]<mrryffr>+Can't see it in Program Files
[09:22]<kdzdgdjvgnv>+Magilla, don't use publish ;)
[09:22]<kdzdgdjvgnv>+it sucks anyways
[09:23]<mrryffr>+lol
[09:23]<kdzdgdjvgnv>+hey iono if u have it but go to create project
[09:23]<mrryffr>+also, in the start menu it uses "Application References", not Shortcuts, so you can't see where the program is from it
[09:23]<zgzzcygnv>+publish is garbage
[09:23]<kdzdgdjvgnv>+other project tpyes and see if you have Setup Project
[09:24]<kdzdgdjvgnv>+Types*
[09:24]<dnscr>+and why is publish garbage?
[09:24]<zgzzcygnv>+publish is garbage
[09:24]<zgzzcygnv>+its total garbage
[09:24]<kdzdgdjvgnv>+see ;)
[09:24]<dnscr>+arguments?
[09:24]<zgzzcygnv>+it requires like IIS6 just to distribute your app
[09:24]<kdzdgdjvgnv>+run the installer and you will see
[09:24]<dnscr>+nonsence
[09:24]<zgzzcygnv>+and it makes all these garbage files
[09:24]<zgzzcygnv>+but if you want to use it, go for it
[09:24]<zgzzcygnv>+i'll never use your app and neither will anyone else
[09:24]<mrryffr>+I'm off on a callout bbl
[09:24]<zgzzcygnv>+because its insecure and clunky
[09:25]<dnscr>+if you cannot get it working right, don't blame others
[09:25]<kdzdgdjvgnv>+It needs to be removed from VS
[09:25]<dnscr>+it does not require iis
[09:25]<zgzzcygnv>+it does
[09:25]<zgzzcygnv>+...
[09:25]<dnscr>+no it doesn't
[09:25]<dnscr>+i can simply deploy it on a file share server
[09:25]<zgzzcygnv>+uh, ok keep thinking that
[09:25]<kdzdgdjvgnv>+thats why im using InstallShield for my distribution :P
[09:25]<zgzzcygnv>+rofl
[09:26]<zgzzcygnv>+yeah cause a network share is so accessible to the internet
[09:26]<zgzzcygnv>+god your dumb
[09:26]<kdzdgdjvgnv>+meska you can easily just use Setup Project than Publish







