Results 1 to 10 of 24
Hybrid View
-
17th Jun 2010, 10:14 PM #1OPლ(ಠ益ಠლ)Website's:
extremecoderz.comYeah. you can do that lite:
using System.Windows
will work fine, but you are basically loading all the child libraries from within it - which as el_j explained, its really not necessary.
Further to that, if you only want to make use of a single function, for example, "HttpWebRequest" - which is a child of System.Net - you can just do:
System.Net.HttpWebRequest webReq = new System.Net.HttpWebRequest;
rather than "using System.Net" and load the entire thing.
That way, you still get to use what you need, but don't load the entire library.jayfella Reviewed by jayfella on . [c#] variables, ifs, simple math and drawing objects Here is a little tutorial explains how to declare and use strings and integers, how to perform a basic integrity check and how to make use of these values by using an object. It also shows how to create these objects without using the Design view of Visual Studio. The code has been commented to make it easier to read, and is fully functional. You can simply copy-paste its entirety into a new project. using System; using System.Collections.Generic; using System.ComponentModel; using Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
SSH Command Variables
By Maverick in forum Server ManagementReplies: 1Last Post: 11th Jan 2012, 05:40 AM -
C++ Variables & IO [Lesson 2]
By NucleA in forum Web Development AreaReplies: 1Last Post: 11th Dec 2010, 08:30 PM -
How to streamline objects in PHP!
By litewarez in forum Tutorials and GuidesReplies: 8Last Post: 29th May 2010, 05:26 PM -
Swap photo/avatar variables
By Golden Falcon in forum IP.BoardReplies: 7Last Post: 12th Feb 2010, 06:18 PM -
Optimizing the mysqld variables
By Lease in forum Technical and Security TutorialsReplies: 0Last Post: 14th Jan 2008, 05:30 AM
themaLeecher - leech and manage...
Version 5.05 released. Open older version (or...