(Todd Anglin) Every application development project starts the same way. It doesn’t matter whether you’re a single developer scribbling notes on a whiteboard or a major enterprise conducting meeting after meeting with your project stakeholders. Every application starts with requirements. Requirement
Tag: Development
Writing .Net applications in PHP
(Pankaj Shukla) The .NET development framework facilitates writing applications in more than one programming language like VB or C#. While writing a .NET application, you can always opt for a language of our choice. You can even write each module (say a Windows form or a Web form) of an application
VB Migration Partner VB6 to .NET Conversion Tool
(Jugoslav Arsovski) I recently had a requirement to convert a VB6 project to VB 2008. Although this initially caused me a lot of problems, I was fortunate to discover an outstanding product for converting VB6 projects to VB.NET.
LINQ Unleashed: Programming with Anonymous Types
(Paul Kimmel) Finding a beginning is always a little subjective in computer books. This is because so many things depend on so many other things. Often, the best we can do is put a stake in the ground and start from that point. Anonymous types are our stake.
Updating Multiple GridView Rows
(Peter Vogel) By default, in a GridView users can only put one row at a time into edit mode. When users are updating multiple rows they get saddled with a very repetitious workflow: Click the Edit button for the first row…Make the change…Click the Update button…Click the Edit button for the ne
Creating a ‘What I’m Reading’ Widget
(Scott Mitchell) A number of personal websites and blogs have a “What I’m Reading” section, where the site owner lists books he’s currently reading. Typically these widgets include a cover image of the book, the title and author, and a link the web visitor can click to buy the book or learn more abo
Some Tips and Tricks while Using ASP.NET GridView Paging
(Suprotim Agarwal) In this article, we will see some tips and tricks while using the paging feature of the ASP.NET GridView control. To get started with the tips, I have set up a simple GridView that binds to some data using a SQLDataSource.
Button Control in WPF
(Dinesh Beniwal) The Button element represents a WPF Button control in XAML.
Web Deployment with VS 2010 and IIS
(Vishal R. Joshi) Today, deploying a web application is not as easy as it should be. Whether you are deploying your web to a shared hosting environment and paying monthly to maintain it OR whether you have a web server/s managed by your enterprise, there are a lot of manual steps involved in getting
Coding Better: Programming From the Outside In for Fluent Interfaces. Part III
(Matthew Cochran) In my previous article I talked about the general process of developing from the outside-in. This way we ensure that our API is correct and more mature before we invest time and effort in implementation. This process also makes writing a Fluent Interface much more intuitive than w
