(Samuel Philip Blackford) This is my first ever submitted article on CodeProject, and I thought I’d like to contribute a piece of code that I have created in order to simplify the storage of settings for an application.
Other News
Go back in time
(Rameshkumar Sasirekha) A new feature in IBM DB2 Version 10 gives you the ability to manage multiple versions of data and track changes over time. Learn how you can manage temporal data using simple SQL statements to maintain a history of database changes, track effective business dates, and analyze
Creative Uses for Extended Properties in SQL Server
(Brent Shaub) Systems could often have volumes of documentation written about them because of their complexity, the extensive changes over time and the many minds that worked on them throughout their existence.
Cross Apply Table Functions
SelecTViews With Stephen Wynkoop Dell enters the Cloud Provider Space, Nokia breached with SQL Injection Attack, interview with Monotouch developer Michael Bluestein about Development with Monotouch as a technology to use your C# skills on iPhone, iPad and Android platforms. Watch the Show $$SWYNK$$ Cross Apply Table Functions I have really enjoyed the use of TSQL functions in SQL Server. […]
Backwards Compatible Reports for SSRS
SelecTViews With Stephen Wynkoop Check Out SelecTViews to hear about a new Heavy Lifting Database Engine called UnQL from CouchBase. Backwards Compatible Reports for SSRS Yesterday I introduced an issue one of our reader faces by having to support older versions of SQL Server Reporting Services, while taking advantages of the new features of the current release. I didn’t receive […]
Understanding Filters in SharePoint List Views
(Glyn Clough) Lists are fundamental to SharePoint. Views are fundamental to lists. It’s therefore important to understand exactly what’s going on when you set up a new view in a SharePoint list.
Finding And Plotting Room Requirements For Concurrent Event Sessions
(Ben Nadel) A while back, I made a small website called www.UXMovies.com. The idea of the site was simple – you put in a Google Movies page and UXMovies.com will plot the movies on a sort-of Gantt chart for a visual understanding of when movies start and end in relationship to each other.
Problem when embedding a Silverlight user control in an existing HTML page
(Ged Mead) Here’s a little riddle to start with: When is 100% not 100%? Answer: When it’s the value assigned to the height in an html object containing a Silverlight user control.
DataBinding in Silverlight
(M.S. Srinath) Silverlight is an application framework that allows us to create apps that provide rich interaction in a web environment. One of the most important concepts in this technology that one must clearly understand is databinding. It is a pretty useful concept to display and work with data.
How to Avoid the Session Fixation Vulnerability in ASP.NET?
(Itfunda) In this article, we are going to learn how to avoid the Session fixation vulnerability in ASP.NET.