(Jeffrey Juday) In a prior article, Constructing your First PowerShell Provider, we covered PowerShell Provider development. In my follow-up article, Debugging and Designing Custom .NET Framework PowerShell Providers, we looked at more advanced PowerShell development topics like Provider design and
Tag: Development
Silverlight File Manager
(defwebserver) This project demonstrates an implementation of the View Model Style pattern to create a simple Silverlight File Manager. This pattern allows a programmer to create an application that has absolutely no UI. The programmer only creates a ViewModel and a Model. A designer with no program
Techniques for Preventing Duplicate URLs in Your Website
(Scott Mitchell) Chances are, there are several different URLs that point to the same content on your website. For example, the URLs http://yoursite.com, http://yoursite.com/default.aspx, http://www.yoursite.com, or http://www.yoursite.com/default.aspx are all likely valid URLs that results in the s
The New Web App Architecture: ASP.NET MVC 3, jQuery Templating with PURE and the Json Value Provider
(Michael Hamrah) Over the past couple of years there has been a slow progression in the .NET web app world to fully separate out client/server interaction. Long gone are the horrible days of ViewState and Events; MVC provided a nice step to better structure web applications for powerful Web 2.0 exp
Entity Framework 4 ‘Code-First’: Custom Database Schema Mapping
(Scott Guthrie) Last week I blogged about the new Entity Framework 4 “code first” development option. The EF “code-first” option enables a pretty sweet code-centric development workflow for working with data. It enables you to: –Develop without ever having to open a designer or define an XML m
ToJava() – A ColdFusion User Defined Function For Complex Java Casting
(Ben Nadel) ColdFusion is a typeless language; and, when we reside in the ColdFusion world, this is a beautiful feature that none of us really have to care about. But, from time to time, we have to dip down into the strongly-typed world of Java that lies just below the surface. At that point, going
How to Print ASP.NET GridView
(dhaval khunt) We all enjoyed the datalist and the datagrid controls in Asp.net 1.1. There were thousands of operations that we can perform using datagrid and datalist control. Asp.net 2.0 ships with another data bound templated control which is called Grid View. Grid View has made everything easier
WPF Grid Row Iteration
(xzz0195) Do you need to iterate a WPF control’s row collection? This code shows you how to do that by “dropping” down to a more fundamental layer of WPF’s UIElement layer. On the way “down there” the VisualTreeHelper class is used to find the children to the rows.
Maximize Your Website’s Search Engine Placement Using Microsoft’s Free SEO Toolkit
(Scott Mitchell) Search engine optimization, or SEO, is the practice of improving a website’s position in search engines’ results using unpaid techniques. The driver behind SEO is that a better (higher) position in the search results will, most likely, lead to more click throughs, increasing the web
Animations in Windows Presentation Foundation (WPF)
(Memphisto) Windows Presentation Foundation (WPF) is a powerful technology when it comes to graphics and rich user interfaces. Imaginary Screen Transitions are no longer out of reach.
