I am doing blogging since last 5 years and I have seen lots of people asking the same things. Why do you write blog? do you have any side income for this blog? Why you are so active in community ? I am answering this questions almost every day. So I decided to write a blog post about it. Following are the reason why I am writing blogs and doing community work?
Tuesday, July 17, 2012
Model binding with ASP.NET 4.5 and Visual Studio 2012
Note:I have written a whole series of Visual Studio 2012 features and this post will also be part of same series. You can get the whole list of blogs/articles from the Visual studio 2012 feature series posts there. Following is a link for that.Visual Studio 2012 feature seriesIn earlier version of the asp.net we have to bind controls with data source control like SQL Data source, Entity Data Source, Linq Data Source if we want to bind our server controls declaratively. Some developers prefer to write whole data access logic and then bind the data source with databind method. Model binding is something similar to asp.net mvc binding.
Model Binding in ASP.NET 4.5 and Visual Studio 2012:
So what we are waiting for ? let’s take one example. First we need to create a model. For the this I have created a model class called ‘Customer’. Following is code for that.
Thursday, July 12, 2012
Free Visual Studio 2012 eBook from Telerik
Note:I have been writing lots of things about Visual Studio 2012 and this post is same in the series. You can find complete list of post from the following link.Visual Studio 2012 feature series- What’s new in Visual Studio 2012.Visual studio 2012 is there in RC stage and I am exploring that into the great extent. Visual Studio 2012 is great editor there is no doubt. It is much more mature and comes with lots of features. Telerik – A well know in third party controls released a free eBook on Visual Studio 2012 and ASP.NET 4.5. You can find lots of time saving feature documented in this eBook.
Following is a quick list of features they have explored in Visual Studio 2012.
- JavaScript Intellisense
- CSS Intellisense
- ASP.NET and ASP.NET Web API
- Strongly typed data binding
- Page Inspector(new Debugging Tool)
- HTML5 and CSS3 is available out of box
- Request validation prevents yellow screen of death
- WAI Aria makes the web usable by all