- Follow this blog:
- RSS
- Email Alert
Software Engineer
Mary Weilage
TechRepublic Staff
Must-Read Post
Windows 8: A developer's first impressions
Justin James highlights the major changes in Windows 8 that developers need to know, and explains why he thinks Microsoft strategy might backfire.
-
Working with Visual Studio 2010 from the command line
Learn about some of the Visual Studio 2010 command line switches, which Tony Patton says were instrumental in getting his environment up and running again.
Posted by Tony Patton | February 10, 2012, 9:02 PM PST
-
Poll: Will IE10 finally break the HTML5 logjam?
Justin James explains why Windows XP holdouts are dampening his optimism about IE10 helping the HTML5 cause. Share your thoughts about the subject.
Posted by Justin James | February 9, 2012, 7:59 PM PST | Latest comment by Justin James
-
The key to making applications discoverable
In application development, discoverability is how easily a user can find a feature or function. Read tips on making applications discoverable, and learn when you may need to apply the 80/20 rule.
Posted by Justin James | February 7, 2012, 1:18 PM PST | Latest comment by apotheon
-
Poll: Have you tried Ruby on Rails?
Let us know whether you've used Ruby on Rails, and if so, whether you like it for your development projects.
Posted by Justin James | February 3, 2012, 9:19 AM PST | Latest comment by mattohare@...
-

White Papers
Reducing Server Sprawl with the Right Hardware
When server sprawl becomes a problem, you'll notice it in your power and cooling costs. To save money on running costs, switch to new hardware capable of running virtual machines. Read this white...
From: IBM
Learn more -

White Papers
Cloud Computing on Your Terms
By now most people have heard of "the cloud," but that doesn't mean they're ready to start using it. Learn more about private cloud offerings and tomorrow's data center in this white paper from IBM.
From: IBM
Read more -
Developer news: Ceylon, ASP.NET WebForms, Riak Handbook
Read about Android on Intel, Microsoft's RC of its private cloud package, unit testing pros and cons, a WP7 developer contest, and more.
Posted by Justin James | February 2, 2012, 8:38 AM PST
-
Use SQL Server 2008 FILESTREAM to work with BLOB data
Tony Patton details how developers and DBAs can use the SQL Server 2008 FILESTREAM data type within C# code.
Posted by Tony Patton | January 31, 2012, 3:32 PM PST
-
Easily connect to RavenDB data via C#
Tony Patton explains the basics of using RavenDB as a data store and describes how to use C# to work with it.
Posted by Tony Patton | January 27, 2012, 9:58 AM PST
-
Use qTrace to replicate errors for QA testing
QASymphony's qTrace makes it very easy for teams to reproduce an error for testing purposes. Get the details about qTrace.
Posted by Justin James | January 26, 2012, 3:44 PM PST
-
Tips on making sure your apps work for mobile users
Read about two UI considerations you should keep in mind when developing native mobile apps and other app development tips.
Posted by Justin James | January 26, 2012, 11:58 AM PST
-
RavenDB, a database alternative for .NET developers
Raven DB makes it easy to embrace a relational database management system alternative in your .NET applications. Get a feel for Raven DB and how it works with data.
Posted by Tony Patton | January 20, 2012, 8:13 AM PST | Latest comment by Goober Bob
-
Developer news: NetBeans 7.1, Zend Server 5.6, WebMatrix 2 beta
Justin James highlights Iron Speed for mobile, PHP vs. Ruby vs. Python, NYC's high school for programmers, HTML5 canvas tag tutorial, and more.
Posted by Justin James | January 16, 2012, 10:26 PM PST
-
Poll: How long will desktop computing matter?
Justin James predicts that the desktop computing model has five years maximum left for mainstream business use. What's your prediction about the desktop model?
Posted by Justin James | January 16, 2012, 6:13 PM PST | Latest comment by dogknees
-
Importing existing database schemas as Agile Platform entities
Justin James describes the straightforward process of turning an existing database schema into OutSystems Agile Platform entities.
Posted by Justin James | January 13, 2012, 8:53 AM PST | Latest comment by Justin James
-
Poll: What development rumor do you predict will come true in 2012?
Windows Phone 7, Windows 8, RIM, Adobe, and mobile devices are topics of some development rumors for 2012. Let us know which rumor you think will come true this year.
Posted by Justin James | January 10, 2012, 8:05 AM PST | Latest comment by Justin James
-
Five persistent Web application myths
Read what Justin James has to say about a number of common myths he hears about Web applications.
Posted by Justin James | January 9, 2012, 9:05 AM PST | Latest comment by Sterling "chip" Camden
-
Developer news: PHP 5.4 RC4, LightSwitch, geolocation in Web apps
Justin James highlights F# 3.0 and Visual Studio 11 enhancements, updates to Rails support, a Dutch PHP event, and more.
Posted by Justin James | January 6, 2012, 9:42 AM PST | Latest comment by techr@...
-
Three development topics to watch in 2012
HTML5, Windows 8, and mobile development are the only development topics worth talking about this year, according to Justin James.
Posted by Justin James | January 4, 2012, 4:13 PM PST | Latest comment by belli_bettens@...
-
Poll: What development skills do you plan to learn in 2012?
Do you plan to learn Windows 8, HTML5, server-side Web development, mobile development, or another skill this year? Let us know by taking this poll.
Posted by Justin James | January 3, 2012, 7:56 AM PST | Latest comment by farinsfemi
-
A developer's reflections on 2011: Windows 8, HTML5, the cloud, more
Justin James reiterates that he isn't overestimating the impact of Windows 8, admits he was wrong about WP7 in many ways, and more in his year in review wrap-up.
Posted by Justin James | December 30, 2011, 3:07 PM PST | Latest comment by Justin James
-
Poll: What development topics interested you the most in 2011?
Help us plan what we cover in the Software Engineer blog in 2012 by letting us know which development topics intrigued you the most this year.
Posted by Justin James | December 27, 2011, 12:08 PM PST | Latest comment by Professor8
-
Access XML data using LINQ to XML
Tony Patton focuses on what he thinks is one of the more exciting aspects of the LINQ technology: working with XML. LINQ to XML allows you to create, read, and write XML-based data.
Posted by Tony Patton | January 22, 2008, 6:59 AM PST | Latest comment by lukaz@...
-
Download files over the Web with .NET's WebClient class
The System.Net namespace includes the WebClient class for uploading and downloading files via HTTP. You can copy or read files with only a few lines of code. Tony Patton details how the WebClient...
Posted by Tony Patton | June 27, 2008, 4:00 AM PDT | Latest comment by hushcat
-
Tips on making sure your apps work for mobile users
Read about two UI considerations you should keep in mind when developing native mobile apps and other app development tips.
Posted by Justin James | January 26, 2012, 11:58 AM PST
-
Let users pick a file to open via OpenFileDialog in VB.NET
Whenever you need to allow a user to open a particular file without forcing the user to type the full path and file name, you can use the OpenFileDialog class. OpenFileDialog has a number of...
Posted by Irina Medvinskaya | August 23, 2007, 3:01 PM PDT | Latest comment by RumeshBandhu
-

White Papers
Reducing Server Sprawl with the Right Hardware
When server sprawl becomes a problem, you'll notice it in your power and cooling costs. To save money on running costs, switch to new hardware capable of running virtual machines. Read this white...
From: IBM
Learn more -

White Papers
Cloud Computing on Your Terms
By now most people have heard of "the cloud," but that doesn't mean they're ready to start using it. Learn more about private cloud offerings and tomorrow's data center in this white paper from IBM.
From: IBM
Read more -
Write a resume that will land you a programming job
Justin James lays out what he sees on a developer's resume that makes him say "wow!"... and what makes him say "ugh!"
Posted by Justin James | October 8, 2007, 10:10 PM PDT | Latest comment by AlexPC
-
Learn how to use the DateTimePicker control in VB.NET
Visual Studio .NET's DateTimePicker control offers a convenient way to allow users to make a date/time selection. In this quick tip, Irina Medvinskaya creates a sample that uses the DateTimePicker...
Posted by Irina Medvinskaya | July 26, 2007, 10:58 AM PDT | Latest comment by shukla23
-
Use ASP.NET's Literal control to its full potential
There are many options when it comes to placing text on an ASP.NET Web form. One option that is often overlooked by new and experienced developers is the Literal Web control, which allows you to...
Posted by Tony Patton | February 26, 2008, 12:50 PM PST | Latest comment by PedroCunhaMB
-
Configuring SQL Developer for MySQL
I rant against Oracle products a lot in this blog, but I have to admit I actually like a few of their products. One of them is SQL Developer. Strangely though, the feature I kind of like best is...
Posted by Rex Baldazo | November 27, 2007, 5:56 PM PST | Latest comment by MariposaLibre
-
Display hierarchical data in VB.NET with the TreeView control
Whenever you need to display hierarchical data in a tree-like format in VB.NET, you should use the TreeView control. In this tip, Irina Medvinskaya presents an example that uses the TreeView...
Posted by Irina Medvinskaya | August 9, 2007, 12:53 PM PDT | Latest comment by soumitraghosh29@...
-
Convert a byte array to a string with VB.NET
I recently covered ways to convert a string into a byte array with VB.NET. When you need to convert a byte array into a string, you can use either BitConverter.ToString or Convert.ToBase64String...
Posted by Irina Medvinskaya | June 28, 2007, 2:03 PM PDT
-
Easily test Web services with soapUI
The soapUI tool makes it much easier to test Web services during development. It's also useful for interacting with third-party Web services to get a better idea of what to expect (and what to...
Posted by Tony Patton | July 3, 2008, 8:23 AM PDT | Latest comment by Raja B
-
Creating a Web service with VB.NET
VB.NET allows you to use Web services as if they were entirely local objects since most of the marshaling between the client and the server is taking place in the background. This tip shows you...
Posted by Irina Medvinskaya | October 4, 2007, 12:05 PM PDT | Latest comment by nimblebits
-
Using the PrintDocument component in VB.NET applications
If you want to allow users to print form components in run-time, the PrintDocument component lets you offer users this functionality. The PrintDocument component is an object that allows users to...
Posted by Irina Medvinskaya | September 13, 2007, 9:20 AM PDT | Latest comment by Sameerchand
-
Five persistent Web application myths
Read what Justin James has to say about a number of common myths he hears about Web applications.
Posted by Justin James | January 9, 2012, 9:05 AM PST | Latest comment by Sterling "chip" Camden
-
Poll: What development rumor do you predict will come true in 2012?
Windows Phone 7, Windows 8, RIM, Adobe, and mobile devices are topics of some development rumors for 2012. Let us know which rumor you think will come true this year.
Posted by Justin James | January 10, 2012, 8:05 AM PST | Latest comment by Justin James
-
ASP.NET basics: Working with the TextBox control
Developers often overlook basic programming options in favor of new or cool ways to deliver results. A good example is the ASP.NET TextBox Web control, which offers plenty of options for building...
Posted by Tony Patton | February 12, 2008, 11:30 AM PST | Latest comment by nsesar
-
Adding a Setup Wizard to VB.NET applications
Visual Studio .NET simplifies the process of installing your applications by providing an easy way to add the Setup Wizard to your applications. In this tip, Irina Medvinskaya will create a simple...
Posted by Irina Medvinskaya | September 27, 2007, 12:12 PM PDT | Latest comment by asmaqureshi82
-
Poll: What development skills do you plan to learn in 2012?
Do you plan to learn Windows 8, HTML5, server-side Web development, mobile development, or another skill this year? Let us know by taking this poll.
Posted by Justin James | January 3, 2012, 7:56 AM PST | Latest comment by farinsfemi
-
Convert a string into a byte array in VB.NET
If you need to convert a string into a byte array in VB.NET, you can use the GetBytes method of one of the encoding objects available in the System.Text namespace. This tip shows various encoding...
Posted by Irina Medvinskaya | June 14, 2007, 10:51 AM PDT | Latest comment by crafoo
-
Form a learning plan for an HTML5 future
Justin James lists core technologies developers should learn in order to keep up with the game changing HTML5.
Posted by Justin James | June 27, 2011, 3:09 PM PDT | Latest comment by mattohare@...
-

White Papers
Reducing Server Sprawl with the Right Hardware
When server sprawl becomes a problem, you'll notice it in your power and cooling costs. To save money on running costs, switch to new hardware capable of running virtual machines. Read this white...
From: IBM
Learn more -

White Papers
Cloud Computing on Your Terms
By now most people have heard of "the cloud," but that doesn't mean they're ready to start using it. Learn more about private cloud offerings and tomorrow's data center in this white paper from IBM.
From: IBM
Read more








































