Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~1K People Reached
Favorite Forums
Favorite Tags
c# x 2
php x 1

3 Posted Topics

Member Avatar for angele18

Use Parameters in your sql command. [URL="http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.parameters.aspx"]http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.parameters.aspx[/URL]

Member Avatar for Sergey.Smirnov
0
90
Member Avatar for Finarfin34

I think it would be something like: [CODE]public struct Olaylar { public _1024Bytes Bytes; public Action<_1024Bytes, uint> OnRx; public Action<_1024Bytes, uint> OnTx; public struct _1024Bytes { private byte[] bytes; public byte[] Bytes { get { return bytes ?? (bytes = new byte[1024]); } } public static explicit operator byte[](_1024Bytes bytes) …

Member Avatar for Sergey.Smirnov
0
182
Member Avatar for snehil_khanor

Use DateTime.Parse() - [URL="http://msdn.microsoft.com/en-us/library/kc8s65zs.aspx"]http://msdn.microsoft.com/en-us/library/kc8s65zs.aspx[/URL]

Member Avatar for Sergey.Smirnov
0
773

The End.