ASP.NET
For Web Developers interested in developing database-driven websites using the Microsoft Stack, you may be interested in a new web development tool by Microsoft, called WebMatrix.
Seems like a neat Visual Studio 2010 Add-In.
Speaking at Orlando Code Camp this weekend on stuff you need to know and leverage in ASP.NET 4 Web Forms and Dynamic Data!!!!
Spark View Engine updated for ASP.NET MVC 2 RTM.
Download the source code and futures assembly, too.
Download ASP.NET MVC 2 RTM.
Gotta love the idea that one can create a view engine in ASP.NET MVC!
For those who are storing a lot of data in SessionState and can benefit from compression.
Learn ASP.NET 4 and ASP.NET MVC from scratch.
Another little change in ASP.NET 4 for convenience.
A couple of additional properties on the Page Class to help set HTML meta tags.
Can't wait to try this out.
The release candidate is out!
A lot of interesting changes to ASP.NET MVC 2 Beta...
Noticing more developers developing Facebook Applications.
Worth checking out if you are looking for components for your ASP.NET MVC projects.
Keep forgetting to mention the beginner area on MSDN which might be useful for learning Microsoft technologies and tools.
A little late, but here is the Tampa ASP.NET MVC Developer Group's September Newsletter with resources on NHibernate, SubSonic and, of course, MVC :)
Cool in concept. MVC links are working, however, but the others are...
Got this working this morning using a few test scenarios. Spend more time with it later.
A quick summary of the ASP.NET MVC Books I have read to date.
Move the namespaces from your ASP.NET MVC Views to the Web.config.
Really enjoyed reading this book!
Another awesome meeting lined up for October!!
Another great client-side validation option for ASP.NET MVC!!
Presented Client-Side Validation this past weekend.
Cool new program for independent web developers.
A walkthrough of the AntiXss 3.1 sample application.
Learn how to incorporate both SubSonic and NHibernate in you ASP.NET MVC Web Applications!!!
Just released as version 1.0.
A landing page for ASP.NET MVC 2.0 Preview 1 Tutorials I have written. Hope it helps.
Using Html.EditorFor Template Helper and ScaffoldColumnAttribute in ASP.NET MVC 2.0.
Using DisplayNameAttribute with Html.LabelFor in ASP.NET MVC 2.0
Using UIHintAttribute in ASP.NET MVC 2.0 to customize output.
A bit about Html.DisplayFor in ASP.NET MVC 2.0.
Let's create a Custom DataTypeAttribute to handle both validation and cool output using the Template Helpers in ASP.NET MVC 2.0.
A quick tutorial on ASP.NET MVC 2.0 and the DataTypeAttribute
Using a separate class to hold those ValidationAttributes.
I thought this project was dead, but it has now been resurrected, washed, and waxed.
Another nice feature in the ASP.NET MVC 2.0 Preview 1.
A quick look at the new attribute. Quite easy to make yourself.
Jump on this deal folks!! It is normally $995.
The source code has been released as well.
Totally forgot Stephen was writing a book.
Phil Haack and Scott Hanselman have a nice screencast.
At least 1 nice surprise in Preview 1 - Templated Helpers! Download it today!
Using the Controller Class as an ActionFilter.
Some thoughts on a post I read today as well as an alternative solution.
Spark View Engine continues to impress.
Good book on the ASP.NET MVC Framework. My second favorite book on the topic :)
For those looking for UI Controls...
My thoughts on this ASP.NET MVC Book...
Playing with AutoMapper Formatters...
Sample code from my presentation last night. Thanks for attending!
Meeting this Thursday on a lot of real-world ASP.NET MVC Topics!!
Quick introduction to the Grid and Pager Helpers in MvcContrib.
A list of useful screencasts from TampaDev.org and by the community.
A screencast based on this past month's Tampa ASP.NET MVC Developer Group. This month's homework will be based on these AjaxHelpers.
Our Html.ActionLink Helpers in ASP.NET MVC could use a little dash of named routes in Rails along with compile-time safety and refactoring support.
A work around for the bleeding edgers.
Quick 12 minute screencast summarizing my presentation on ASP.NET MVC and T4 Templates.
Simple example of using Ajax.BeginForm with PartialViews in an ASP.NET MVC Web Application.
A wonderful mix of ASP.NET MVC and Ruby on Rails this past weekend!
Steve did one heck of a job on this book. A must have book on the ASP.NET MVC Framework in my opinion.
Quick intro to leveraging IDataErrorInfo for validation via the DefaultModelBinder in ASP.NET MVC Framework.
You don't want to miss this meeting. T4 Template Code Generation and Real-World MVC Code Review!!! Pizza and Beverages sponsored by KForce!
Love Dynamic Data, but where is the ASP.NET MVC Love??
A neat ASP.NET MVC Extensibility point to think about :)
A nice blend of basic concepts and advanced topics for the beginning ASP.NET MVC developer.
No-nonsense look at the AntiForgeryToken Support in the MVC Framework to help with Cross-Site Request Forgery Attacks.
Check out the screencast which recaps the first Tampa MVC Developer Group Meeting.
ASP.NET MVC has the OutputCacheAttribute as well for simple caching needs.
Received some questions on the last post regarding injecting dependencies.
A simple way of hooking in a custom authorization service.
A little bit about the ValidateInputAttribute in the ASP.NET MVC Framework.
You will find a few controls in ASP.NET MVC Futures.
For those controller actions that only need to respond to AJAX Requests!
Don't forget to download ASP.NET MVC Futures!
Just like I showed at the Orlando Code Camp!
A new ASP.NET MVC Training Kit from Microsoft!
Thanks to all who attended the event!
Now that LINQ To SQL is dead...
Good info on the future of web development frameworks from PDC.
A reminder on this very cool open source project to help you with such tasks.
Using the EntLib Policy Injection Application Block to assist with validation in ASP.NET MVC.
Using Enterprise Library Validation Application Block in ASP.NET MVC.
ASP.NET MVC has UpdateModel and TryUpdateModel Methods for databinding form values to custom classes.
A quick example of creating a Custom Model Binder in ASP.NET MVC.
ASP.NET MVC Preview 5 has a cool ModelState Property on ViewData.
What looks to be a really cool server control on CodePlex to help with ASP.NET Image Generation.
For those ASP.NET Web Developers looking for simple tips and tricks using Visual Studio.
Subsonic 2.1 was released with a number of new features to help with those database-driven ASP.NET websites.
A long-winded discussion and walkthrough on the use of the ScaffoldTable and ScaffoldColumn Attributes in ASP.NET Dynamic Data to effect the display of tables and columns in your Dynamic Data Websites. Try to stay awake :)
Looks like the ASP.NET Dynamic Data Wizard will continue to be only found on MSDN Code Gallery as there is a new refresh available for Visual Studio 2008 SP1. Here is what it looks like in Visual Studio 2008 SP1 Beta.
A step-by-step look at the new ASP.NET Dynamic Data Entities Websites Project Template and its use of the new EntityDataSource in Visual Studio 2008 SP1. We''l also re-look at what it takes to wire the ADO.NET Entity Data Model to Dynamic Data and implement Scaffolding. Very cool!
The EntityDataSource is a much welcomed companion to the set of ASP.NET DataSource Controls for use with the ADO.NET Entity Data Model. Here is a quick walkthrough of using it with the ASP.NET GridView and Northwind-based ADO.NET Entity Data Model.
The ASP.NET MVC Framework Source Code has an interim update that includes controller actions returning ActionResult as opposed to void and a new RouteCollection.MapRoute Method.
Just as with a Custom MembershipProvider, one can create a Custom RoleProvider in ASP.NET to handle role-based permissions and security. In this 5 minute tutorial I am going to create a custom roleprovider, called SimpleRoleProvider, that only allows users in the "Admin" role to view a page. Read more...
|