.net 4

Tag details

Welcome to the '.net 4' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with '.net 4'.

Are you an expert about '.net 4'? Do you want to be the Technorati authority on '.net 4'? You can write a description that will appear right here: Join Blogcritics!

Look up Offsite Link ".net-4" at The Free Dictionary

Latest blogosphere posts tagged “.net 4”
 

  • Using ListView Control in ASP.NET 4.5


    Authority Authority:
    ASP.NET ListView Control has a great features that GridView and Repeater controls had control over the markup. The ListView Control allows you to display the data in various formats including grid format, bulleted list format and in flow format. You will be having the better control on HTML and CSS to format the data. ...
    1 week ago
  • Validation Components in ASP.NET MVC


    Authority Authority:
    Validating the user input and showing a user-friendly error message is an important step in Web Application development. ASP.NET MVC framework provides validation features which helps developer to validate model values. The validation features in MVC allows you to write the validation using attributes which is called ...
    2 weeks ago
  • Using Caching in ASP.NET Web Applications


    Authority Authority:
    Caching is a way which you can use to improve the performance of an ASP.NET Web applications. Caching is a location where you can store the data and access quickly. You have to use caching carefully and this post explains different caching mechanisms that available in ASP.NET web applications.The three ways that you ...
    2 weeks ago
  • EventSource: A New Way to Trace


    Authority Authority:
    Module 3 Highlights This is the next installment in my series of high points in .NET 4.5, which parallels my Pluralsight course “ What’s New in .NET 4.5 ”. I think the course offers important insight and details into the release, and if you’ve already watched it, this will give a second explanation of the ...
    2 weeks ago
  • Seeding a Database in Entity Framework


    Authority Authority:
    The code-first approach of Entity Framework creates the database in LocalDB instance of SQL Server Express. The Entity Framework uses the model’s property names and data types to create the tables.Entity Framework uses EdmMetadata table to synchronize model classes with the database schema. To keep the database in ...
    2 weeks ago
  • Scaffolding in ASP.NET MVC4


    Authority Authority:
    What is Scaffolding?Scaffolding in ASP.NET MVC generates the code for create, read, update and delete operations in your application. This post outlines the different Scaffolding templates available in MVC4. If you do not like the default scaffolding then you can customise the code generation.You need a model to start ...
    4 weeks ago

Comments about .net 4

Personal attacks are NOT allowed
Please read our comment policy