CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Snippet
XML
<!-- 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>
by Jerry Nixon   November 08, 2011 @ 9:29am
374 Views
1 comments
 
XML
<?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>
by Sami Lamti   September 18, 2011 @ 6:02am
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  
by sivo asm   December 28, 2010 @ 3:17am
Tags: snippets
857 Views
no comments
 
C#
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) {
by sivo asm   December 28, 2010 @ 2:54am
Tags: snippets
127 Views
no comments
 
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
 
namespace ConsoleApplication2 {
    class Program {
 
        static void Main(string[] args) {
by sivo asm   December 28, 2010 @ 2:05am
Tags: snippets
148 Views
no comments
 
XML
<?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>
by Jason Rowe   December 17, 2010 @ 3:41pm
231 Views
no comments
 
XML
<?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>
by Jason Rowe   December 17, 2010 @ 3:39pm
241 Views
no comments
 
XML
<?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>
by obiwanjacobi   November 29, 2010 @ 10:34am
247 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate