| MSDN
ARTICLES |
|
Click Here for the latest web developers articles about
your
favorite
technologies, from MSDN!
|
|
 |
| HOME |
|
Welcome to DotASPX.Net. We
are a resource for helpful articles, tutorials, advice,
forums, links,
and book listings, all dedicated to
ASP.NET. We are experts in Asp.Net, VB, C#
and SQL.
At this point, if you are asking yourself, "What
is ASP.NET?",
then you probably do not belong here, and you should leave
now.
But if you know what ASP.NET is, and if you are willing
to embrace the power of ASP.NET,
then by all means, stay.
No matter
what your level
of expertise, we can help with your Asp.Net development questions.
If you are a newbie,
then you have come to the right place. We like newbies,
especially if they are cooked right. Our helpful staff
is standing
by to help you with your Asp.Net
questions.
And if you
are
a guru,
we welcome you, oh great one.
| Latest Microsoft Blogs |
ASP.NET MVC Tip #41 – Create Cascading Dropdown Lists with Ajax
In this tip, I demonstrate three methods of creating cascading drop down lists in an MVC application. First, I demonstrate how to write JavaScript code to update one dropdown list when another dropdown list changes. Next, I show you how you can retrieve the data for the dropdown lists from either a controller action or a web service. A reader of this blog emailed me recently and asked how he could create cascading dropdown lists in an MVC application. Why would you want to create cascading dropdown lists? Imagine that you want a user to select a car make and model. You display a dropdown list of car makes. Each time a user selects a new car make, a dropdown list displaying car models is populated (see Figure 1). Figure 1 – Cascading DropDown...(read more)
9/6/2008 8:56:26 PM
|
Microsoft Extensibility Framework released on CodePlex
I am super jazzed that we released the Microsoft Externality Framework CTP2 on CodePlex. http://www.codeplex.com/MEF We have taken a lot of good feedback in from the community... a few cool things here: 1. We shipped source code! 2. We have a complete set of developer Overviews , guidelines and samples . 3. Because of community feedback, we now support constructor injection 4. MEF itself is now more extensible... For example, want POCO ?, no problem, you can easily write an extension to store the customer attribute metadata in an external file. More to come here, but it is a solid start! 5. Lots of API cleanup based on feedback.. Related, we also recently updated Framework Design...(read more)
9/6/2008 12:10:01 AM
|
ASP.NET MVC Application Building: Forums #3 – Post Messages
In this series of blog entries, I build an entire ASP.NET MVC forums application from start to finish. In this blog entry, I add the functionality to the Forums application that enables users to post new messages and replies. Before reading this blog entry, you should read the previous two blog entries in this series: ASP.NET MVC Application Building: Forums #1 – Create the Perfect Application – In this first entry, I explain the overall goals of the ASP.NET MVC Forums application. I emphasize the importance of Software Design Principles and justify my choice to use test-driven development. ASP.NET MVC Application Building: Forums #2 – Create the First Unit Test – In the second entry, I build the first unit test and create...(read more)
9/5/2008 8:44:17 PM
|
MvcFutures And ASP.NET MVC Beta
Wanted to provide a quick heads up about the MvcFutures assembly within ASP.NET MVC CodePlex Preview 5 . As mentioned in various places, this assembly contains various experimental features we are considering for future versions of ASP.NET MVC. When we release the BETA for ASP.NET MVC, it will not automatically be included in the project template by the installer. We’ve included it in the various previews for convenience, but we want the BETA installer to be as close to the RTM installer experience as possible. We will make sure that the assembly remains available on CodePlex . I just wanted to make you aware of this so there is no surprises when we release the Beta regarding this. Thanks! Technorati Tags: aspnetmvc Read More......(read more)
9/5/2008 6:36:15 PM
|
Firefox, ClickOnce, XBAPs and .NET 3.5 SP1
One of the things that I noticed immediately when I made the SmallestDotNet was that Firefox was reporting the version of the .NET Framework installed. There's a Firefox extension that is installed with .NET 3.5SP1. I was stoked about this because I'd like users of BabySmash to be able to use ClickOnce from Firefox to launch it. ClickOnce and Firefox When you install .NET Framework 3.5SP1, there's a key written to the registry whether Firefox is installed or not. If Firefox is installed later, it will notice the key and use the plugin. If it's already installed, it'll just work. The registry key points to a Firefox Extension (XPI) that acts like the 3rd party FFClickOnce extension that a lot of us installed before. The registry...(read more)
9/5/2008 3:21:49 PM
|
ASP.NET MVC Application Building: Forums #2 – Create the First Unit Test
In this series of blog entries, I build an entire ASP.NET MVC Forums application from scratch. In this blog entry, I create my first unit test for the Forums application and implement the code necessary to pass the test. Before reading this blog entry, you might want to read the first entry in this series: ASP.NET MVC Application Building: Forums #1 – Create the Perfect Application – Describes the goals of the ASP.NET MVC Forums application. Create the ASP.NET MVC Application Let me start by creating a new ASP.NET MVC application. Launch Visual Studio 2008 and select the menu option File, New Project. Select the ASP.NET MVC Web Application project type, give the project the name MvcForums, and click the OK button. When the dialog...(read more)
9/5/2008 1:41:29 PM
|
ASP.NET MVC Application Building: Forums #1 – Create the Perfect Application
In this series of blog entries, I build an entire ASP.NET MVC Forums application from start to finish. The goal is to discover and promote best-practices for building applications with the ASP.NET MVC framework. In this first entry, I discuss the overall goals for the forums application. I discuss the importance of avoiding code smells and how software design principles and patterns can help you write code that is resilient to future change. I also justify my choice to use test-driven development while building the Forums application. What is Good Software? I don’t want to build just any forums application. The goal is to build the best forums application possible . My modest goal is to build the perfect forums application. This goal immediately...(read more)
9/5/2008 12:41:59 PM
|
Important blogs to visit regularly
While I like to think of my blog as a “must read”, I wanted to give out a list of some of the blogs that I think are really important to keep up with, either by visiting the blog or by subscribing to the RSS feed. Microsoft Update WSUS WSUS issues Security SWI blog Malware protection Vista Security Minded – from Kai the Security Guy ScottGu Somasegar http://www.securedeveloper.com/ IEBlog If you have any others that you visit regularly, I’d like to hear about them. I tried to focus on blogs that are important to more then just ASP.NET folks, but I’d be glad to hear about ASP.NET blogs as well. Read More......(read more)
9/5/2008 6:00:00 AM
|
Building Business Applications with Silverlight?
I'd love to hear feedback and thoughts you have about building business focused applications with Silverlight. What is motivating you to consider Silverlight? if you have already started to evaluating, what is easy or hard about it? Related, Blaine recently posted a survey on his blog about much the same thing focused on gathering data for Prism 2.0 Please take the survey! Thanks! Read More......(read more)
9/5/2008 1:22:24 AM
|
Microsoft Optimization for your IT
I haven’t seen a whole lot of information coming out about how Microsoft can help you optimize your IT infrastructure so I thought I could mention it. You can read more about the whole program at http://www.microsoft.com/optimization/default.mspx There is more information on our Server and Tools site at http://www.microsoft.com/servers/optimization.mspx There are also some learning links that you can use to help also at http://www.microsoft.com/learning/mcp/optimization/default.mspx . So what is this Optimization about anyway? Well, it is a set of three models that we have build to enable a business to realize the full value of its IT infrastructure and platform investments. This is all about putting more of your time and effort...(read more)
9/4/2008 6:00:00 AM
|
|
|
Copyright © 2005 - Parametric
Systems - All Rights Reserved.
|

|