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: Luciano Evaristo Guerche (Gorše)
C#
namespace DataFieldMappingConsoleSample
{
    using System;
    using System.Collections.Generic;
    using System.Data;
    using System.Data.SqlClient;
    using System.Linq;
 
    class Program
    {
27 Views
no comments
 
C#
namespace DataFieldMappingConsoleSample
{
    using System;
    using System.Collections.Generic;
    using System.Data;
    using System.Diagnostics;
    using System.Linq;
    using System.Reflection;
 
    [AttributeUsage(AttributeTargets.Property)]
21 Views
no comments
 
C#
namespace swe101
{
    using System;
    using System.Linq;
 
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine(Score(new int[] { 1, 1, 1, 5, 1 }));
195 Views
no comments
 
C#
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Xml.Linq;
 
namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
436 Views
no comments
 
SQL
CREATE TABLE table1 (id int);
INSERT INTO table1 VALUES (1);
INSERT INTO table1 VALUES (2);
INSERT INTO table1 VALUES (3);
 
CREATE TABLE table2 (id int);
INSERT INTO table2 VALUES (2);
INSERT INTO table2 VALUES (3);
 
CREATE TABLE table3 (id int);
by Luciano Evaristo Guerche (Gorše)   January 13, 2010 @ 9:54am
290 Views
2 comments
 
Module Module1
 
    Sub Main()
        Dim InputXml = <?xml version="1.0" encoding="utf-8"?>
                       <users>
                           <user id="1" name="Eduardo"/>
                           <user id="2" name="Luciano"/>
                           <user id="3" name="Ricardo"/>
                       </users>
332 Views
no comments
 
C#
using System;
using System.Security.Cryptography;
 
namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            string PlainText = "Luciano Evaristo Guerche";
248 Views
no comments
 
XML
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
    <DataSources>
        <DataSource Name="DummyDataSource">
            <rd:DataSourceID>0548d639-2bfb-43c4-894a-255a4657cc64</rd:DataSourceID>
            <ConnectionProperties>
                <DataProvider>SQL</DataProvider>
                <ConnectString />
            </ConnectionProperties>
        </DataSource>
by Luciano Evaristo Guerche (Gorše)   December 22, 2009 @ 7:53am
1611 Views
no comments
 
C#
namespace SignAndEncryptXmlDocumentConsoleApplication
{
    using System;
    using System.IO;
    using System.Security.Cryptography;
    using System.Security.Cryptography.Xml;
    using System.Xml;
 
    class Program
    {
600 Views
no comments
 
C#
using System;
using System.Linq;
 
namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Person[] people = new Person[] {
352 Views
no comments
 
SQL
CREATE TABLE SomeBaseTable
(
 BatchId int NOT NULL PRIMARY KEY,
 BatchName varchar(250) NOT NULL,
 AnIntParameter int NULL,
 AnotherIntParameter int NULL
)
GO
 
INSERT INTO SomeBaseTable
by Luciano Evaristo Guerche (Gorše)   October 21, 2009 @ 7:50am
422 Views
1 comments
 
C#
namespace Guerche.Evaristo.Luciano.Utils.ComputerInfo
{
    using System;
    using System.Linq;
    using System.Net.NetworkInformation;
 
    class Program
    {
        static void Main(string[] args)
        {
310 Views
no comments
 
javascript:(function(){var%20x%20=%20document.createElement("script");x.src="http://use.lifeslip.com/yourweb/deli_to_gb.js";var%20c=document.getElementsByTagName("h1");if(c.length){c[0].appendChild(x);}})();
207 Views
no comments
 
SQL
SELECT SERVERPROPERTY('BuildClrVersion') AS [BuildClrVersion]
GO
SELECT SERVERPROPERTY('Collation') AS [Collation]
GO
SELECT SERVERPROPERTY('CollationID') AS [CollationID]
GO
SELECT SERVERPROPERTY('ComparisonStyle') AS [ComparisonStyle]
GO
SELECT SERVERPROPERTY('ComputerNamePhysicalNetBIOS') AS [ComputerNamePhysicalNetBIOS]
GO
441 Views
no comments
 
C#
// <copyright file="Program.cs" company="Carvalho Guerche Comércio e Serviços em Tecnologia de Informação">
// Copyright 2009. All rights reserved by Luciano Evaristo Guerche (Gorše)
// </copyright>
// <email>
// guercheLE@hotmail.com
// </email>
// <summary>
// TidyXML receives an Xml Input file, tidy (format) it and save it back
// </summary>
namespace TidyXml
by Luciano Evaristo Guerche (Gorše)   August 06, 2009 @ 6:02am
Tags: tidy, xml
737 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