Format:
Recent snippets matching tags of Factory
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using System.Threading; namespace Westwind.Utilities { /// <summary>
305 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);
152 Views
no comments
using WestWind.BusinessObjects; namespace CompanyName { public class WebStoreFactory { public static busItem GetbusItem() { busItem ItemObject = new busItem(); return (busItem) WebStoreFactory.SetProperties(ItemObject);
244 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()
248 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
