pckujawa's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev [Page 1 of 3] Next »
C# performance Reflection dotnet delegates
Converting MethodInfo into a delegate instance to improve performance
posted 1 week ago by pckujawa
C# c gui Net csharp persistence
Persisting values in an application between executions and upgrades (.NET)
posted 2 weeks ago by pckujawa
C# Net databases
Basic insert and select commands for SQLite in .NET
posted 2 weeks ago by pckujawa
C# hex control gui
Hex edit control for .NET GUI
posted on February 15, 2010 by pckujawa
C# multithread async multitask
.NET 4.0 and System.Threading.Tasks
posted on February 15, 2010 by pckujawa
C# ip ethernet networking udp
Listening for and receiving UDP packets on a particular local IP and port
posted on February 12, 2010 by pckujawa
C# security obfuscate
Obfuscating .NET code so as to hide implementation details from public view (using BabelObfuscator)
posted on February 11, 2010 by pckujawa
C# mac socket ip ethernet
Get the network interface card (NIC) from a known MAC address (and get the IP addresses on that NIC)
posted on February 11, 2010 by pckujawa
C# socket tcp ethernet udp
Bind a socket (including UdpClient and TcpClient) to a local network interface card (NIC)
posted on February 11, 2010 by pckujawa
C# WinForms enumerate
Enumerate all controls and sub-controls in a windows form
posted on February 2, 2010 by pckujawa
C# deployment
Embed reference dlls (assemblies) in an executable (exe) or one dll in .NET
posted on January 27, 2010 by pckujawa
C# pipes IPC
Communicate between different applications and processes (Inter-Process Communication)
posted on January 19, 2010 by pckujawa
C# time date epoch
Working with Unix epoch in .NET (changing between DateTime and time since epoch)
posted on January 12, 2010 by pckujawa
C# binary
Tips for dealing with binary arrays (BitArray, BitVector32, etc) in .NET
posted on January 12, 2010 by pckujawa
C# xml
Simple XML parsing using LINQ (create an anonymous or real object from XML data)
posted on December 16, 2009 by pckujawa
C# Net Asynchronous
Automatically showing a wait cursor to indicate a long operation is occurring
posted on December 15, 2009 by pckujawa
C# logging nlog
Logging in .NET with NLog (default config file, catch all exceptions and route to logger, ...)
posted on December 10, 2009 by pckujawa
C# xml XPath saved by 1 person
Parsing information from an XML source (elements, nodes, attributes) using XPath
posted on December 9, 2009 by pckujawa
C# file WinForms saving restoring persistence saved by 1 person
Persisting data using XML config files in WinForms (saving and restoring user and application data)
posted on December 8, 2009 by pckujawa
C# faq
Collection of .NET FAQs (catch all exceptions, UML, file associations, shutdown/restart, etc)
posted on December 4, 2009 by pckujawa
C# gui enum dataBinding saved by 1 person
Binding an enum to a control (such as a ComboBox or DataGridView) with a custom string for each enum value
posted on November 23, 2009 by pckujawa
C#
Creating Bindable Objects (Having a DataGridView Show a List of Your Custom Objects)
posted on November 19, 2009 by pckujawa
C#
Isolated Storage in .NET (Reading, Writing, and Deleting a File; Checking Available Space)
posted on November 19, 2009 by pckujawa
C# validation WinForms
Visual Studio .NET Controls for Taking IP Address and MAC Address Info as Inputs
posted on November 3, 2009 by pckujawa
C# validation WinForms
User input validation in Visual Studio .NET using MaskedTextBoxes and an ErrorProvider
posted on November 3, 2009 by pckujawa