Click here to Skip to main content
15,888,277 members

Lim Bio Liong - Professional Profile



Summary

    Blog RSS
64,904
Author
1,663
Authority
588
Debator
112
Organiser
1,019
Participant
0
Editor
0
Enquirer
Lim Bio Liong is a Specialist at a leading Software House in Singapore.

Bio has been in software development for over 10 years. He specialises in C/C++ programming and Windows software development.

Bio has also done device-driver development and enjoys low-level programming. Bio has recently picked up C# programming and has been researching in this area.

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralTypical Asynchronous Web Service Method Call. Pin
Lim Bio Liong6-Dec-04 22:05
Lim Bio Liong6-Dec-04 22:05 
GeneralInformation on XP Startup Applications Pin
Lim Bio Liong6-Dec-04 12:42
Lim Bio Liong6-Dec-04 12:42 
GeneralDisplaying An Image In A Picture Box From A Stream. Pin
Lim Bio Liong6-Dec-04 0:16
Lim Bio Liong6-Dec-04 0:16 
GeneralConsuming A Web Service Method inside a HTML Page Pin
Lim Bio Liong5-Dec-04 20:26
Lim Bio Liong5-Dec-04 20:26 
GeneralThe Actual Goals of SOAP. Pin
Lim Bio Liong5-Dec-04 18:58
Lim Bio Liong5-Dec-04 18:58 
GeneralSOAP Misconceptions Pin
Lim Bio Liong5-Dec-04 18:53
Lim Bio Liong5-Dec-04 18:53 
GeneralWays to Remember Remoting Object Instantiation Pin
Lim Bio Liong5-Dec-04 2:34
Lim Bio Liong5-Dec-04 2:34 
GeneralAutomatically Generate The Application.Config File. Pin
Lim Bio Liong4-Dec-04 23:39
Lim Bio Liong4-Dec-04 23:39 
Windows applications in VS.NET use the name app.config by default for the configuration file. This will not be automatically created when you create a Windows application. If you need a configuration file for your application, open your project in VS.NET, go to the 'Solution Explorer' and right click on the project name. Choose Add > Add new item from the menu and select 'Application Configuration file' from the list of choices. This will create an app.config file for you in the application root.

When you compile your application, VS.NET will automatically create a file called <your application name>.exe.config in your bin\debug folder. The contents of the app.config will be automatically copied to this new config file when you compile the application. When you deliver the application to the end user, you have to deliver the exe and this new config file called <your application name>.exe.config and NOT the app.config. Users can modify the data in <your application name>.exe.config file and application will read the data from the config file, when restarted.

GeneralRe: Automatically Generate The Application.Config File. Pin
Lim Bio Liong4-Dec-04 23:48
Lim Bio Liong4-Dec-04 23:48 
GeneralDeploying a Dependency Assembly in IIS Pin
Lim Bio Liong4-Dec-04 18:38
Lim Bio Liong4-Dec-04 18:38 
GeneralRe: Deploying a Dependency Assembly in IIS Pin
Lim Bio Liong4-Dec-04 19:24
Lim Bio Liong4-Dec-04 19:24 
GeneralConvert a byte[] into a String Pin
Lim Bio Liong4-Dec-04 18:03
Lim Bio Liong4-Dec-04 18:03 
GeneralLaunching the .NET Configuration Tool Pin
Lim Bio Liong4-Dec-04 17:08
Lim Bio Liong4-Dec-04 17:08 
GeneralConvert the Bytes from a String into a byte[] Pin
Lim Bio Liong4-Dec-04 16:44
Lim Bio Liong4-Dec-04 16:44 
GeneralAccessing Resource Files in ASP.NET Server. Pin
Lim Bio Liong3-Dec-04 21:52
Lim Bio Liong3-Dec-04 21:52 
GeneralString Builder Usage : Repeated Usage Scenario Pin
Lim Bio Liong3-Dec-04 20:57
Lim Bio Liong3-Dec-04 20:57 
GeneralSample Code Snippets for Generic Role-Based Security Part 1 Pin
Lim Bio Liong3-Dec-04 20:13
Lim Bio Liong3-Dec-04 20:13 
GeneralRe: Sample Code Snippets for Generic Role-Based Security Part 2 Pin
Lim Bio Liong3-Dec-04 20:14
Lim Bio Liong3-Dec-04 20:14 
GeneralKeySize and BlockSize of SymmetricAlgorithm Objects. Pin
Lim Bio Liong2-Dec-04 6:42
Lim Bio Liong2-Dec-04 6:42 
GeneralRe: KeySize and BlockSize of SymmetricAlgorithm Objects. Pin
Lim Bio Liong3-Dec-04 1:59
Lim Bio Liong3-Dec-04 1:59 
GeneralRe: KeySize and BlockSize of SymmetricAlgorithm Objects. Pin
Lim Bio Liong3-Dec-04 2:01
Lim Bio Liong3-Dec-04 2:01 
GeneralRe: KeySize and BlockSize of SymmetricAlgorithm Objects. Pin
Lim Bio Liong4-Dec-04 15:16
Lim Bio Liong4-Dec-04 15:16 
GeneralHow to Convert A DateTime String Back to a DateTime Object. Pin
Lim Bio Liong1-Dec-04 22:06
Lim Bio Liong1-Dec-04 22:06 
GeneralTest Pin
Lim Bio Liong1-Dec-04 20:49
Lim Bio Liong1-Dec-04 20:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.