E-Books For IT students of GEC
Sunday, January 27, 2013
Saturday, July 2, 2011
Find Out If Your Computer Program Is Secretly Connecting to the Internet
If you are trying to track down why your computer is running so slooowwwly, try using this simple DOS command from Digital Inspiration to uncover a possible problem
- Type cmd in your Windows Run box.
- Type "netstat -b 5 > activity.txt" and press enter.
- After say 2 minutes, press Ctrl+C.
- Type "activity.txt" on the command line to open the log file in notepad (or your default text editor)
Tuesday, May 31, 2011
Friday, March 18, 2011
C# 4.0 The Complete Reference by Herbert Schildt
Bestselling author Herb Schildt has updated and expanded his classic programming reference to cover C# 4.0--the latest release of this powerful, feature-rich language. Using carefully crafted explanations, insider tips, and hundreds of examples, C# 4.0: The Complete Reference offers in-depth details on all aspects of C#, including keywords, syntax, and core libraries. New C# 4.0 features, such as named and optional arguments, the dynamic type, expanded covariance and contravariance capabilities, and support for parallel programming with the Task Parallel Library (TPL) and PLINQ are also discussed.
Perfect for beginners and professional C# programmers alike, this expert resource is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Begin mastering C# 4.0 today with help from this authoritative volume!
- Data types and operators
- Control statements
- Classes and objects
- Constructors, destructors, and methods
- Interfaces, arrays, enumerations, and structures
- Method and operator overloading
- Inheritance and virtual methods
- Reflection and runtime type ID
- Exception handling
- Delegates, properties, events, and indexers
- Attributes
- Multithreading and the Task Parallel Library
- Generics
- LINQ and PLINQ
- Lambda expressions
- Anonymous types
- Extension methods
- Named and optional arguments
- Implicitly typed variables
- I/O, networking, and collections
- The preprocessor and much, much more
Friday, March 11, 2011
Java Complete Reference by Herbert Schildt
The world’s leading programming author offers comprehensive coverage of the new Java releaseThe definitive guide to Java has been fully expanded to cover every aspect of Java SE 6, the latest version of the world’s most popular Web programming language. This comprehensive resource contains everything you need to develop, compile, debug, and run Java applications and applets.From the Back CoverThe Definitive Guide for Java ProgrammersIn this comprehensive resource, top-selling programming author Herbert Schildt shows you everything you need to develop, compile, debug, and run Java programs. This expert guide has been updated for Java Platform Standard Edition 6 (Java SE 6) and offers complete coverage of the Java language, its syntax, keywords, and fundamental programming principles.You’ll also find information on Java’s key API libraries, learn to create applets and servlets, and use JavaBeans. Herb has even included expanded coverage of Swing–the toolkit that defines the look and feel of the modern Java GUI. Essential for every Java programmer, this lasting resource features the clear, crisp, uncompromising style that has made Herb the choice of millions of programmers worldwide.Coverage includes:Data types and operatorsControl statementsClasses and objectsConstructors and methodsInterfaces and packagesMethod overloading and overridingInheritanceException handlingGenericsAutoboxingEnumerationsAnnotationsThe enhanced for loopVarargs (variable-length arguments)MultithreadingThe I/O classesNetworkingThe Collections FrameworkApplets and servletsAWT and layout managersJavaBeansSwingThe Concurrent APIMuch, much more |