IDE, Programming, Various Languages, Web Development

WordPress Source Code Support Options

WordPress
WordPress

Up until today I thought that the only way to show source code in a WordPress.com blog site was to use the <pre></pre> OR <tt></tt> OR <code></code> tags.

In the past I’ve found that these tags are alright for showing small code snippets, but they do nothing to enhance the readability of larger or more involved blocks of code. Often I’ve found code samples that I’ve posted using these tags is more confusing than helpful.

Continue reading “WordPress Source Code Support Options”

Advertisement
.Net, ASP.NET, IDE, Programming, Software, VB.NET, Visual Studio 2010, Web Development, WebForms

Use RAD with Visual Studio WebForms to Programmatically Query a SQLDataSource Control from Custom Code

Rapid Application Development (RAD) offers huge advantages to developers under time constraints looking to get an application released as quickly as possible. Visual Studio 2010’s WebForms is a great environment to use when looking at possible RAD solutions.

In this article I will cover the issue of using RAD with custom code to speed up writing database connections and queries. This is part of my series of articles investigating ASP.NET and Visual Studio 2010.

Continue reading “Use RAD with Visual Studio WebForms to Programmatically Query a SQLDataSource Control from Custom Code”