Bala Blog | Sitecore MVP | Coveo MVP | DX MVP
  • Home
  • Contact
  • MVP
  • Speaker
  • YouTube
  • Foodie
Balaji Kandasamy

Balaji Kandasamy

https://bala.one
ASP.NET

SQL CE with ASP .NET Application

Use the below code snippet to make SQL CE it work with ASP .NET application [C#] protected void Page_Load(object sender, EventArgs e) { AppDomain.CurrentDomain.SetData("SQLServerCompactEditionUnderWebHosting", true); string connectionString = @"Data Source=|DataDirectory|\Northwind.sdf"; Northwind nw = new Northwind(connectionString); var DataSource = nw.Orders.Skip(
15 Apr 2009
ASP.NET

SQL CE db creation with C#

I hope this would be useful for porting a MDF Sql db to CE Sql db. we all very much familiar with ADO.NET the namespaces available for SQL server data provider are System.Data and System.Data.SqlClient similarly in ADOCE.NET for SQL CE data provider are System.
13 Apr 2009 1 min read
Intro

My First Blog Post

I am just another software developer who wishes to share the experience. Share it! Let’s grow together! My interest in programming is web technologies around Microsoft stack C#, ASP.NET, Javascript.... I learn a lot from My Guru he never says no will give whatever I ask him. Stay
16 Oct 2008
← Newer Posts Page 4 of 4
Bala Blog | Sitecore MVP | Coveo MVP | DX MVP © 2026
  • Sign up
Powered by Ghost