Format:
Recent snippets matching tags of factor
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using System.Threading; namespace Westwind.Utilities { /// <summary>
234 Views
no comments
using System.Data; using System.Data.OracleClient; using Microsoft.Practices.EnterpriseLibrary.Data; string sql = "DELETE from FFATA_RULES where N_ID = :N_ID"; Database db = DatabaseFactory.CreateDatabase(); System.Data.Common.DbCommand cmd = db.GetSqlStringCommand(sql); db.AddInParameter(cmd, ":N_ID", DbType.Int32, ID); db.ExecuteNonQuery(cmd);
130 Views
no comments
using WestWind.BusinessObjects; namespace CompanyName { public class WebStoreFactory { public static busItem GetbusItem() { busItem ItemObject = new busItem(); return (busItem) WebStoreFactory.SetProperties(ItemObject);
220 Views
no comments
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Sample.Business { public class SampleFactory { public static busUser GetUser()
229 Views
no comments
public class EnableArtistTrackActionSpecs { private readonly Playlist playlistFake; private readonly ArtistTrack trackToEnable; public EnableArtistTrackActionSpecs() { playlistFake = new Playlist(); trackToEnable = MockRepository.GenerateStub<ArtistTrack>(); }
222 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
