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 for: Josh
C#
class Program
   {
       static void Main(string[] args)
       {
           Class1 c1 = "Billy";
           Console.WriteLine(c1.GetType().Name);
           Console.WriteLine(c1.Name);
 
           c1.stuff("Bob");
           Console.ReadLine();
by Josh   September 11, 2010 @ 3:35pm
Tags:
88 Views
no comments
 
msbuild /p:Configuration=release
msbuild /p:Configuration=debug
msbuild 
 
msbuild <Solution>.sln /target:Clean
by Josh   September 15, 2009 @ 9:12am
Tags: msbuild, build
220 Views
no comments
 
C#
public void SubmitEvent(PartnerEvent pEvent, bool adjudicate) {
            PartnerEventSerializable pOrigEvent = PartnerEventSerializable.Convert(pEvent);        // preserve a original event before we modify it
 
            if (m_History.ContainsKey(pOrigEvent.PartnerEventId)) {
                if (pOrigEvent.Equals(m_History[pOrigEvent.PartnerEventId])) {
                    return;
                } else {
                    log.Debug("History check for partner event " + pOrigEvent.PartnerEventId + " -- differs.");
                }
            } else {
by Josh   September 14, 2009 @ 11:42am
Tags: Estimates
147 Views
no comments
 
C#
this.copyTSMI = new System.Windows.Forms.ToolStripMenuItem();
 
by Josh   September 14, 2009 @ 9:46am
Tags:
192 Views
no comments
 
XML
<BrowserMaster>
    <Configuration>
        <showGui value='true'/>
    </Configuration>
    <Browswers>
        <Browswer name='IE' enabled='true'>
            <FullPath> ../ie.exe {0} </FullPath>
            <ProcessName> InternetExplorer </ProcessName>
            <Icon> ../ie.ico</Icon>
        </Browswer>
by Josh   September 09, 2009 @ 3:20pm
Tags:
167 Views
no comments
 
XML
<BrowserMaster>
    <Configuration>
        What goes in here?
    </Configuration>
    <Browswers>
        <Browswer name='IE'>
            <Path> ../ie.exe {0} </Path>
            <ProcessName> InternetExplorer </ProcessName>
            <Icon> ../ie.ico</Icon>
        </Browswer>
by Josh   September 09, 2009 @ 2:13pm
Tags:
158 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