Format:
Recent snippets matching tags of WriteLine
namespace SignAndEncryptXmlDocumentConsoleApplication { using System; using System.IO; using System.Security.Cryptography; using System.Security.Cryptography.Xml; using System.Xml; class Program {
599 Views
no comments
namespace Guerche.Evaristo.Luciano.Utils.ComputerInfo { using System; using System.Linq; using System.Net.NetworkInformation; class Program { static void Main(string[] args) {
309 Views
no comments
/// <summary> /// Writes the text (expression body) of the function being called, followed by its output. /// </summary> /// <typeparam name="T">The return type of expression/function.</typeparam> /// <param name="expression"> /// The expression/function to be evaluated and whose output will be displayed. /// </param> /// <remarks> /// Useful in seeing the results of function calls while debugging or /// working on spike solutions (see http://www.extremeprogramming.org/rules/spike.html).
228 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
