Category: My Blog

  • Blog
  • Category: My Blog

ASP.NET 4.0- Html Encoded Expressions

We all know features in asp.net. We can print any string on page from there. Mostly we are using them in asp.net mvc. Now we have one new features with asp.net 4.0 that we have HTML Encoded Expressions and this prevent Cross scripting attack as we are html encoding them. ASP.NET 4.0 introduces a new

Silverlight: A few thoughts on minimizing CPU usage

Silver light is a great technology introduced by microsoft. You can develope great application with silverlight and microsoft .net framework 3.0.I have found a great link that will give us few thougths to use minimum CPU Resources.here is the link: http://blogs.msdn.com/seema/archive/2007/08/09/silverlight-a-few-thoughts-on-minimizing-cpu-usage.aspx

1.0 windows starter kits from windowsclient.net

Just like the asp.net starter kits windows forms starter kits provide a very good way to learn windows forms programming. Those who are new to the windows forms programming by .net technology must have the windows forms start kits.Windows starter kits include following applications… 1) Auto-Column-Size Windows Forms DataGrid 2) DataGrid ComboBox Column 3) FotoVision

Entity framework code first and inheritance- Table Per Type

Also see part-2 of this blog post- Entity Framework code first and Inheritance–Table per hierarchy Recently I am using Entity Framework a lot. So I tried some of advance scenario and this post related to it only. In this post we will learn how entity framework handles inheritance. In object oriented world, We all use Inheritance