(Bryian Tan) For the last couple of months, I was helping to patch up several legacy web applications for Cross-Site Scripting and SQL Injection vulnerabilities. I found lots of articles about this topic via Google, but reading about them and experimenting with them are two very different things. So
Tag: Development
Using jQuery’s animate() Method To Power Easing-Based Iteration
(Ben Nadel) Last night, I was reading about jQuery animation when I had the thought that you could use the animate() method to power iteration in which the iteration-step was implemented with an easing function rather than with a liner incrementation. A while back, I demonstrated that the step callb
Silverlight DataGrid – Performing DML Operations (Update, Delete and Insert)
(Mahesh Sabnis) Last week, I was working on a Silverlight LOB application. I came across a requirement for providing an ASP.NET GridView like behavior for the Silverlight DataGrid. I thought of writing an article and sharing my code with you all. In this article, we will see how to perform Insert, U
An introduction to dates and times in Visual Basic.NET (3)
(Ged Mead) Earlier blogs, here and here, introduced the basics of the DateTime class. In this article, I’ll look at the TimeSpan object. As I explained there, the DateTime object is a particular moment in time and sometimes that’s what you’ll need. Other times though you will need to know how much
A Beginners Article about XAML and the WPF Engine
(Dave Richter) This article overviews WPF’s graphics capabilities, including two-dimensional and three-dimensional shapes, fonts and animations. The writer would like to stress that the level of this article is for beginners. The reason why I am writing this article is because WPF integrates drawing
Experimenting With Offline Data Synchronization Using jQuery And ColdFusion
(Ben Nadel) Modern browsers are making it much easier to build web applications with offline capabilities. Between the application cache manifest and the SQLite databases, the web as a platform can now be used to deploy “native feeling” applications for mobile devices.
How to write to a text file in C#
(Mahesh Chand) We can StreamWriter class to write to a file. The Write method is used to write to a text file.
Automating Deployment with Microsoft Web Deploy
(Scott Guthrie) This blog post continues a series of posts I’m doing that cover the new improvements we made around web deployment. In my first post in the deployment series I provided an overview of the new VS 2010 Web Deployment features.
WPF 4.0 Progress Bar Control using Dispatcher Thread
(Mahesh Sabnis) In this article, we will see how to make use of the Progress Bar control provided in WPF. This control is especially used for show progress on automated operations e.g. File Copy, Installation etc. In this short article, I will explain how to make use of the Progress Bar control for
Building an ASP.NET Framework Website Using WebMatrix
(V.N.S Arun) WebMatrix is a light weight tool released by Microsoft to facilitate the development of a website at a rapid pace. If the .NET framework 4.0 is not installed on the machine then the WebMatrix installation will also download and install the .NET framework for you.
