Format:
Recent snippets matching tags of Snippet
<!-- CTRL+K, CTRL+X = Insert Snippet --> <!-- CTRL+K, CTRL+B = Manage Snippets --> <CodeSnippet Format="1.0.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <Header> <Title>Property with NotifyPropertyChanged</Title> <Author>Jerry Nixon</Author> <Shortcut>propnote</Shortcut> <Description>Property with NotifyPropertyChanged</Description>
374 Views
1 comments
<?xml version="1.0" encoding="utf-8" ?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> <Header> <Title>nprop</Title> <Shortcut>nprop</Shortcut> <Description>Notifying property, utilizing NotifyingObject</Description> <Author>Spree Interactive</Author> <SnippetTypes> <SnippetType>Expansion</SnippetType>
170 Views
2 comments
Creating a mail message is simple. C# using Rebex.Net; using Rebex.Mime.Headers; ... // create an instance of MailMessage MailMessage message = new MailMessage(); // and set its properties to desired values
857 Views
no comments
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Net.Mail; namespace G08_291110 { class Program { static void Main(string[] args) {
127 Views
no comments
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace ConsoleApplication2 { class Program { static void Main(string[] args) {
148 Views
no comments
<?xml version="1.0" encoding="utf-8"?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> <Header> <Title>Nunit Test Class</Title> <Shortcut>ntestc</Shortcut> <Description>Code snippet for a nunit test class</Description> <Author>Jason Rowe</Author> <SnippetTypes> <SnippetType>Expansion</SnippetType>
231 Views
no comments
<?xml version="1.0" encoding="utf-8"?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> <Header> <SnippetTypes> <SnippetType>Expansion</SnippetType> </SnippetTypes> <Title>Test Method</Title> <Shortcut>ntestm</Shortcut> <Description>Code snippet for a test method</Description>
241 Views
no comments
<?xml version="1.0" encoding="utf-8" ?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> <Header> <Title>If null throw ArgumentNullException</Title> <Shortcut>tan</Shortcut> <Description>Code snippet for method parameter null-checking</Description> <Author>Marc Jacobi</Author> <SnippetTypes> <SnippetType>Expansion</SnippetType>
247 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
