শুক্রবার, ২৭ জানুয়ারী, ২০১২

C# 4.0 The Complete Reference

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.
 Begin mastering C# 4.0 today with help from this authoritative volume.


Coverage includes:
  • 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
 Download Here( 9MB )..

মঙ্গলবার, ২৪ জানুয়ারী, ২০১২


Book Description:
This comprehensive resource covers J2ME architecture and explains how to build applications and services for cell phones and PDAs with J2ME. You'll also get details on security, information management, and storage, as well as advanced topics such as Mobile Information Device Profile (MIDP) and Connected Limited Device Configuration (CLDC)
Click Here For Download

বৃহস্পতিবার, ১৯ জানুয়ারী, ২০১২

Create A Boortable Pen Drive / Flash Drive


Instructions: Create bootable Flash drive
1. Plug the USB drive in
2. Open a command prompt window with administrator privileges.
3. Type diskpart and press enter


4. Now type list disk and press enter
All the disks connected to the pc will be displayed. Make a note of the disk number of your flash drive you are about to make bootable.


5. In the command prompt window type select disk ### . (### is the number of the disk and in the above example it is 2, so it becomes select disk 2)


6. Type clean and press enter (make sure you got the correct disk in step 5 before doing this)


7. Type create partition primary and press enter


8. Type select partition 1 and press enter


9. Type active and press enter


10. To format the drive type format fs=fat32 and press enter (this will take some time)


11. Type assign and press enter. This will assign a drive letter to the usb, remember the letter as it will be needed later. In this example the assigned letter is L


12. Now type exit and press enter to exit diskpart.

Instructions: Adding Vista installation files and making it bootable
13. Insert your Vista DVD to the DVD ROM and remember it drive letterl. Mine is I
14. Open a command prompt (or if you didn’t close the one opened earlier use that) and type I:\boot\bootsect.exe /nt60 L: (Replace I: with your Vista installation disk drive letter and L: with the drive letter of your USB flash drive)
[Vista DVD ROM]:\BOOT\BOOTSECT.EXE /NT60 [USB FLASH DRIVE]:


15. Close the command prompt window.
16. Go to your Vista installation disk select all files and copy them to the USB flash drive
Here’s a full image of the diskpart procedure:


17.For Bootimg: (Dvd Drive)H:\boot\bootsect.exe /nt60 (Pen drive) I: /mbr.
18. Then copy all windows 7 file from cd. Comment is :
XCOPY (DVD DRIVE) H:\*.* /S/E/F (PEN DRIVE) I:\