Author Topic: .NET LIBRARY threads  (Read 3490 times)

0 Members and 1 Guest are viewing this topic.

Mark

  • Custom Title
  • Seagull
  • Posts: 28753
.NET LIBRARY threads
« on: January 27, 2010, 08:45:11 AM »
Great idea Kerry!
Quote
Please post questions in a regular thread.
You didn't mention comments so .... :)

feel free to remove this thread if you wish.
TheSwamp.org  (serving the CAD community since 2003)

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: .NET LIBRARY threads
« Reply #1 on: January 27, 2010, 08:53:41 AM »
Thanks Mark. I'm hoping  it will give us a collection of solution based threads that are easily accessable rather than a dispersed 'group' of problem based threads.

[added]
... and it's probably a good idea to leave this thread for general questions related to the topic.
« Last Edit: January 27, 2010, 09:11:15 AM by Kerry Brown »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Chuck Gabriel

  • Guest
Re: .NET LIBRARY threads
« Reply #2 on: January 27, 2010, 10:05:44 AM »
Can I throw Revit code into the mix?

JohnK

  • Administrator
  • Seagull
  • Posts: 10605
Re: .NET LIBRARY threads
« Reply #3 on: January 27, 2010, 10:09:10 AM »
I agree with Mark, its an awesome idea Kerry.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: .NET LIBRARY threads
« Reply #4 on: January 27, 2010, 01:02:08 PM »
Also, can we pin the threads so they stay at the top of the list to make them readally findable
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

mcarson

  • Guest
Re: .NET LIBRARY threads
« Reply #5 on: January 27, 2010, 02:29:58 PM »
Great idea, I agree. But, wouldn't it be a fantastic resource to a non-member (copy - paste - oh! look what I did).
Anyway, what's the best format to post? I think I posted that I had about 700kb of code - mostly modules. I done a straight copy and paste of one of them into the thread and exceeded the limit.
Do I really need to split the modules up?
Will I add an attachment?

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: .NET LIBRARY threads
« Reply #6 on: January 27, 2010, 03:50:20 PM »
Can I throw Revit code into the mix?

I don't see why not Chuck. I know you'll note it's specific usage :)

As the 'Library' grows we'll make additional categories as required.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: .NET LIBRARY threads
« Reply #7 on: January 27, 2010, 03:58:06 PM »
Great idea, I agree. But, wouldn't it be a fantastic resource to a non-member (copy - paste - oh! look what I did).
Anyway, what's the best format to post? I think I posted that I had about 700kb of code - mostly modules. I done a straight copy and paste of one of them into the thread and exceeded the limit.
Do I really need to split the modules up?
Will I add an attachment?

You could post your entire code as an attachment to
'Show Your Stuff'

I'd rather keep the postings here as readable 'Code Insert' or links to other posts.
I think that will make it easier for anyone looking for examples of one functional concept.
« Last Edit: January 27, 2010, 05:06:30 PM by Kerry Brown »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

vegbruiser

  • Guest
Re: .NET LIBRARY threads
« Reply #8 on: January 28, 2010, 05:28:48 AM »
What about ".NET Layout" routines? (I realise they're similar to blocks in the way that you access them but still)

vegbruiser

  • Guest
Re: .NET LIBRARY threads
« Reply #9 on: January 28, 2010, 05:30:00 AM »
(Apologies for the double post) Can I stick some Inventor code in here too? (or would that complicate things too much?)

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: .NET LIBRARY threads
« Reply #10 on: January 28, 2010, 06:34:06 AM »
Go for it ! Just be sure to provide notes :)

[EDIT] I've added  .NET Layout,ViewPort,Plot Routines
« Last Edit: January 28, 2010, 06:44:57 AM by Kerry Brown »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

vegbruiser

  • Guest
Re: .NET LIBRARY threads
« Reply #11 on: January 28, 2010, 11:16:16 AM »
Go for it ! Just be sure to provide notes :)

[EDIT] I've added  .NET Layout,ViewPort,Plot Routines
Thanks Kerry. :)

JCTER

  • Guest
Re: .NET LIBRARY threads
« Reply #12 on: January 28, 2010, 11:24:57 AM »
Appreciate the initiative, Kerry.

I hope that as I get further in my .NET learning, and begin to dive into the Autocad API, that I can gleen some education on how to organize and approach problems best.  I love this place.