(David Talbot) ASP.NET MVC3 builds on the caching abilities found in previous versions of ASP.NET and adds partial page output caching to your toolbox. Partial page output caching allows you to cache the rendering of a specific action on your view to enable your site to run faster.
Tag: Development
EF Code First and ASP.NET MVC Scaffolding of CRUD Actions and Views
(David Hayden) In the previous tutorial, ASP.NET MVC 3 Scaffolding with Entity Framework – Code Generation, I showed how to use the new Add Controller Dialog provided in the ASP.NET MVC 3 Tools Update to scaffold CRUD Actions and Views with Entity Framework.
AJAX ModalPopup Extender Control
(Ankit Nandekar) The ModalPopup extender allows a page to display content to the user in a “modal” manner which prevents the user from interacting with the rest of the page.
Gridviews in ASP.Net and VB.Net
In this introductory tutorial, we will take a look at Gridviews in ASP.NET. This web control is often the most important web control for developing ASP.NET websites. They are mostly used for dynamically presenting database information to the browser in the form of HTML tables and can even interact w
Dynamic Header names in the default ASP.NET MVC List Template
(Hattan Shobokshi) In asp.net mvc when you add a view to correspond with an action method, you have the option of using several pre-defined templates that come with asp.net mvc (Create, Edit, Delete, Details and List.) Depending on the selected template, a particular view is scaffolded for you cont
Test Emails in ASP.NET without a Mail Server
(Suprotim Agarwal) The tip I am going to share today is an old one but many developers do not know about it. Assume you are creating an application and need to test a module that sends out bulk mails, like a newsletter.
Create a Report Using Crystal Report in Visual Studio 2010
(Manish Dwivedi) In this article, you will learn how to show a report using Crystal Report in Visual Studio 2010.
Automate Tedious Debugging Tasks Using Debug Analyzer.NET
(Mario Hewardt) Today there are mechanisms to automate debugging tasks via custom native debugger scripts or even VB script. Unfortunately, these approaches force us to learn new technologies instead of leveraging what we already know.
How to create a non-rectangular image in Silverlight, WPF and WinForms
(Ged Mead) In Windows Forms, it’s quite hard to create a display like this one without doing a lot of work:
Understanding and Using .NET Attributes
(Mark Strawmyer) Attributes are a means of associating declarative information with your code. They are metadata of sorts that you can use on types, methods, and properties that are evaluated at runtime. The .NET Framework predefines and uses attributes to control runtime behavior. Common uses of at
