Coder Profile - Show off your skills, get a coder profile.
 
 
 
  
Posted: 1.91 Year Ago 

Izzmo
United States
Contrib Level: 12
Total Posts: 1,981
I'm taking this class at college right now that has to do with .NET data structures. Some examples are List<T>'s, LinkedList<T>'s.. basically arrays lol.

I've been in the corporate environment with .NET and PHP for a long time, and I have to say, I don't think anything I'm learning applies to the world. Meaning, in the companies I have worked with, (my first internship was on .NET 1.0 (not 1.1)!).. and they were not using any of these implementations of Array's.

I have to deal with this crap on tests, and to tell you the truth, it's really annoying. I still get A's on all the tests, but having to sit there and think about how each one of these works is quite irritating.

Does anyone else actually use these? (Or do you just simply use an Array or ArrayList to handle these types of things?)

In reality, ArrayList will handle any of these, really.
Posted: 1.91 Year Ago 

VBAssassin
United Kingdom
Contrib Level: 17
Total Posts: 5,729
It wont do you any harm learning it. I spent a while learning bitwise shit... and the only time i've used it was in that settings class on my profile! But the point is... it was very effective. Hence why many of the PHP settings are based on the bitwise system to like the error levels in the php.ini file.

My point here is... the more you know... the more angles you can tackle a problem from which in the end should make you much better at solving problems in the most efficient way compaired to a less knowledgable person.

Kind regards,
Scott
Posted: 1.91 Year Ago 

Izzmo
United States
Contrib Level: 12
Total Posts: 1,981
That's very true. I wrote it before a test today and I was kinda mad because of the fact I had to learn it lol. Kinda stupid of me, especially hearing myself say it now, but I still think it holds true of the fact not many people really use these things still. I haven't heard otherwise yet.
Posted: 1.91 Year Ago 

VBAssassin
United Kingdom
Contrib Level: 17
Total Posts: 5,729
What have you programmed so far? Usually what you program determins what you use most often in a language...

It's like having a keyboard without Z... you hardly use it... but you'd be screwed when it comes to writing some words if you didn't have it   
Posted: 1.91 Year Ago 

Izzmo
United States
Contrib Level: 12
Total Posts: 1,981
I code in C#.NET and PHP equally.
Posted: 1.91 Year Ago 

VBAssassin
United Kingdom
Contrib Level: 17
Total Posts: 5,729
Post Quote - Direct Reference
Sorry i mean what types of applications have you programmed? Different types of programs require different skills to code... so how do you know you wont ever need those data structures? At the end of the day if your course asks you to do it, you need to do it regardless... since your end goal is to get your certification... lifes a bitch!   
Posted: 1.88 Year Ago 

Izzmo
United States
Contrib Level: 12
Total Posts: 1,981
Well, they all implement arrays. And most of the time the .NET framework offers, say a List, but you could code it with less for only what you need. .NET tends too have many extra methods that you might not need.

I have coded all sorts of programs, from helping out with middleware applications for a banking platform, to web and application services to web applications like shopping carts, information systems, etc. I am pretty well rounded I believe in regards to developing applications.
Posted: 1.42 Year Ago 

chrisadam
Canada
Contrib Level: 1
Total Posts: 2
In /wiki/Computer_science, a data structure is a particular way of storing and organizing /wiki/Data in a /wiki/Computer so that it can be used /wiki/Algorithmic_efficiency."]#cite_note-0"]#cite_note-1
Different kinds of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks. For example,/wiki/B-tree are particularly well-suited for implementation of databases, while /wiki/Compiler implementations usually use /wiki/Hash_table to look up identifiers.
Data structures are used in almost every program or software system. Specific data structures are essential ingredients of many efficient algorithms, and make possible the management of huge amounts of data, such as large /wiki/Database and /wiki/Web_indexing. Some formal design methods and programming languages emphasize data structures, rather than algorithms, as the key organizing factor in software design.


__________________________________________________________________________________________


Want to get-on Google's first page and loads of traffic to your website? Hire a SEO specialist from Ocean Groupsseo specialist
Page 1 of 1
 
 
Latest News About Coder Profile
Coder Profile Poll
Which sounds better on your coder profiles, and makes more sense to you (think twitter, facebook, etc)?

Followers / Following
Fans / Following
Fans / Fan Of


please login to cast your vote
and see the results of this poll
Latest Coder Profile Changes
Coder Profile was last updated
3.20 Years Ago
Official Blog :: Make A Donation :: Credits :: Contact Me
Terms & Conditions :: Privacy Policy :: Documents :: Wallpapers
Version 1.46.00
Copyright © 2007 - 2012, Scott Thompson, All Rights Reserved