pckujawa's Recent Snippets



« Prev [Page 1 of 3] Next »
  1. [ ]Converting MethodInfo into a delegate instance to improve performance

    C# performance Reflection dotnet delegates
    posted 1 week ago by pckujawa
  2. [ ]Persisting values in an application between executions and upgrades (.NET)

    C# c gui Net csharp persistence
    posted 2 weeks ago by pckujawa
  3. [ ]Basic insert and select commands for SQLite in .NET

    C# Net databases
    posted 2 weeks ago by pckujawa
  4. [ ]Hex edit control for .NET GUI

    C# hex control gui
    posted on February 15, 2010 by pckujawa
  5. [ ].NET 4.0 and System.Threading.Tasks

    C# multithread async multitask
    posted on February 15, 2010 by pckujawa
  6. [ ]Listening for and receiving UDP packets on a particular local IP and port

    C# ip ethernet networking udp
    posted on February 12, 2010 by pckujawa
  7. [ ]Obfuscating .NET code so as to hide implementation details from public view (using BabelObfuscator)

    C# security obfuscate
    posted on February 11, 2010 by pckujawa
  8. [ ]Get the network interface card (NIC) from a known MAC address (and get the IP addresses on that NIC)

    C# mac socket ip ethernet
    posted on February 11, 2010 by pckujawa
  9. [ ]Bind a socket (including UdpClient and TcpClient) to a local network interface card (NIC)

    C# socket tcp ethernet udp
    posted on February 11, 2010 by pckujawa
  10. [ ]Enumerate all controls and sub-controls in a windows form

    C# WinForms enumerate
    posted on February 2, 2010 by pckujawa
  11. [ ]Embed reference dlls (assemblies) in an executable (exe) or one dll in .NET

    C# deployment
    posted on January 27, 2010 by pckujawa
  12. [ ]Communicate between different applications and processes (Inter-Process Communication)

    C# pipes IPC
    posted on January 19, 2010 by pckujawa
  13. [ ]Working with Unix epoch in .NET (changing between DateTime and time since epoch)

    C# time date epoch
    posted on January 12, 2010 by pckujawa
  14. [ ]Tips for dealing with binary arrays (BitArray, BitVector32, etc) in .NET

    C# binary
    posted on January 12, 2010 by pckujawa
  15. [ ]Simple XML parsing using LINQ (create an anonymous or real object from XML data)

    C# xml
    posted on December 16, 2009 by pckujawa
  16. [ ]Automatically showing a wait cursor to indicate a long operation is occurring

    C# Net Asynchronous
    posted on December 15, 2009 by pckujawa
  17. [ ]Logging in .NET with NLog (default config file, catch all exceptions and route to logger, ...)

    C# logging nlog
    posted on December 10, 2009 by pckujawa
  18. [ ]Parsing information from an XML source (elements, nodes, attributes) using XPath

    C# xml XPath saved by 1 person
    posted on December 9, 2009 by pckujawa
  19. [ ]Persisting data using XML config files in WinForms (saving and restoring user and application data)

    C# file WinForms saving restoring persistence saved by 1 person
    posted on December 8, 2009 by pckujawa
  20. [ ]Collection of .NET FAQs (catch all exceptions, UML, file associations, shutdown/restart, etc)

    C# faq
    posted on December 4, 2009 by pckujawa
  21. [ ]Binding an enum to a control (such as a ComboBox or DataGridView) with a custom string for each enum value

    C# gui enum dataBinding saved by 1 person
    posted on November 23, 2009 by pckujawa
  22. [ ]Creating Bindable Objects (Having a DataGridView Show a List of Your Custom Objects)

    C#
    posted on November 19, 2009 by pckujawa
  23. [ ]Isolated Storage in .NET (Reading, Writing, and Deleting a File; Checking Available Space)

    C#
    posted on November 19, 2009 by pckujawa
  24. [ ]Visual Studio .NET Controls for Taking IP Address and MAC Address Info as Inputs

    C# validation WinForms
    posted on November 3, 2009 by pckujawa
  25. [ ]User input validation in Visual Studio .NET using MaskedTextBoxes and an ErrorProvider

    C# validation WinForms
    posted on November 3, 2009 by pckujawa
« Prev [Page 1 of 3] Next »