Close
Skip to content

Softwareproduction

Software Development Blog, mainly C# and .NET

  • ASP.NET Core
  • Mobile Development
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Month: June 2012

Helpful JavaScript Methods for the Telerik Grid for ASP.NET MVC

June 14, 2012September 27, 2017Munir HusseiniNo Comments

The Telerik MVC Grid is quite a cool component. Nevertheless, some client-side API functions are desperately missing. For example, you cannot select or…

Read More 1451 views

Getting The Database Connection String From an ObjectContext

June 13, 2012September 27, 2017Munir Husseini1 Comment

The trick here is to cast the Connection property of the ObjectContext to the type System.Data.EntityClient.EntityConnection. Then you can access…

Read More 1455 views
(c) 2011-2020 Munir Husseini