Tech-Giant(Jargons.. for .Net Professionals): How do I define a data adapter?
Related Posts:
Create customize OpenFileDialogBox and SaveFileDialogBox using shellThe Open dialog box lets the user specify the drive, directory, and the name of a file or set of files to open.The Save As dialog box lets the user sp… Read More
File System Watcher in C#(Get notified after any modification)Drag FileSystemWatcher control in your form from toolbox and add the events for created,deletion and renaming.Ex:-#region Designer viewthis.fileSystem… Read More
String Functionality of C# (Play with strings) 1:- Convert string to LowerCase public static String Lower(String constantString) { return constantString.ToLower(); }2:-Convert String to Uppe… Read More
Get CSIDL Code (System Index of Directories)const int CSIDL_DESKTOP = 0x0000; // const int CSIDL_INTERNET = 0x0001; // Internet Explorer (ico… Read More
Get Information about Operating-System(Like its an English operating system or German operating system)/// /// Get the operating system language./// public static void GetOperatingSystemLanguage(){ ManagementObjectSearcher objectSearcher = new Manag… Read More
0 comments:
Post a Comment