iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
ASP.NET - Preventing SQL Injection Attacks
SQL injection can occur, as demonstrated above, when an application uses input to construct dynamic SQL statements or when it uses stored procedures... more »
0 commentsSave Tags: .net, database, security, web design
Software Developer Salaries
Indeed Salary Search is an index of salary information extracted from over 50 million job postings from thousands of unique sources over the last 12... more »
0 commentsSave Tags: reviews
Horizontal JavaScript Accordion 1kb
This versatile 1kb horizontal accordion script can be used for menus, images, presentation content and more.
0 commentsSave Tags: gui, javascript, web 2.0, web design
Building a web app the Microsoft way
Think fast, feature-rich and affordable web app development and Microsoft may not be the first thing that springs to mind. But one agency put any... more »
0 commentsSave Tags: microsoft, web design
Secure Persistent ASP.NET Forms Authentication.
While the ASP.NET Forms Authentication system is a great system for authentication, it has one significant shortcoming for a lot of sites. You can... more »
0 commentsSave Tags: .net, web design
Using ASP.NET Routing Independent of MVC
One of the demos I've been doing at the MSDN Roadshow is to take the new ASP.NET routing capabilities (currently in preview) and show them in... more »
0 commentsSave Tags: .net, frameworks
JavaScript Graphing Version 2 and News
For today, lets take a look at the improvements I have made on the code for Visual Graphing in JavaScript. You can play with the new code at the... more »
0 commentsSave Tags: frameworks, javascript
The Four Stages of Learning
I've found many parallels with the four stages of learning in software development, from how a developer's approach to design changes to how agile... more »
0 commentsSave Tags: opinion, reviews
ASP.NET 3.5, AJAX and WebServices
This article explains the use of webservices in ASP.NET 3.5 AJAX environment and it tells how to call web service methods from a client-side... more »
0 commentsSave Tags: .net, ajax, web services
Accessing data using Language Integrated Query (LINQ) in ASP.NET WebPages – Part 2
Part 2, sequel and the last of the article Accessing data using Language Integrated Query(LINQ) in ASP.NET WebPages - Part 1 explains how to create... more »
0 commentsSave Tags: .net, database, methodology
Using Custom BasePage Class in ASP.Net
There will be some requirements in most of our projects that has to repeat same operations on every page. This will make us to repeat the same code in... more »
0 commentsSave Tags: .net, frameworks
YouTube Data API Changes and Player API
If you haven't heard the big news yet, the YouTube Data API has been updated and the YouTube Player APIs have been released. The APIs look very... more »
0 commentsSave Tags: flash-flex, javascript, web 2.0, web services
Creating a list of the data cached at a point in the asp.net Application cache
We all know about the use of caching in our application. With good use of cache we can increase the performance of the application considerably since... more »
0 commentsSave Tags: .net, how-to
ASP.NET Splitter Bar - Resize panels, table cells, and controls.
The VwdCms.SplitterBar control is designed to give you column resizing in a 2 column page layout. Use the splitter bar to resize a panel, div, table... more »
0 commentsSave Tags: .net, web design
How to Run ASP.Net MVC on Mono
Firstly, you'll need CTP 2 of the ASP.Net MVC framework, which you can get here. I'm going to assume that you know enough about ASP.Net to make the... more »
1 commentsSave Tags: .net, frameworks
ASP.NET MVC: Store Routes in the Database
Routing in the new .NEW MVC Framework is a synch to customize. This post shows how to move route definitions out of the global.asax.cs and into the... more »
0 commentsSave Tags: .net, frameworks, how-to
Enum With String Values In C#
I am currently making a Virtual Earth asp.net ajax server control and came to the point where I had to replicate the enums in my classes, but the... more »
0 commentsSave Tags: other languages
Interesting approach to Integrating Script# and Microsoft ASP.NET Ajax web services
Nice looking approach to generating Script# assemblies that give you intellisense when working with Script# and the Microsoft AJAX.Net toolkit.
0 commentsSave Tags: .net, ajax, how-to, open source
Using the ComponentController in ASP.NET MVC CTP 2
ASP.NET MVC CTP 2 shipped with a new controller class which you may have missed. Community feedback begged for a better way to handle component pages... more »
0 commentsSave Tags: .net, frameworks
Never Write an Insecure ASP.NET Application Ever Again
Simply put, least privilege means that an application, process, or user should have the least access to resources required to accomplish a task and no... more »
0 commentsSave Tags: .net
Thoughts on ASP.NET MVC Preview 2 and Beyond
At this year’s Mix conference, we announced the availability of the second preview for ASP.NET MVC which you can download from here. Videos... more »
0 commentsSave Tags: .net, frameworks, opinion
Testing controller actions inside ASP.Net MVC
The techniques and information here were not all thought up by me. I got a lot of this from Scott Hanselman's screencasts, and at looking at other... more »
0 commentsSave Tags: .net, frameworks
Part 2 : Building and binding hierarchical data from the database to the ASP.NET Navigation Controls
Today, we will be binding to a hierarchical datasource whose nesting structure is not known and can go as deep as it wants. Here, also SQL servers XML... more »
0 commentsSave Tags: .net, web design
Exploring Asp.net Ajax Client Side Library
Although javascript is truly not an object oriented languange, microsoft with the release of client side framework for ajax, had really made working... more »
0 commentsSave Tags: .net, ajax, web design
Silverlight 2 (beta1) - Database Operations with ASP.NET Web Service in Silverlight 2
A few people asked me how to do database operations (CRUD) in Silverlight 2 (beta1). As I have some experiences in using Astoria in Silverlight 1.1... more »
0 commentsSave Tags: .net, frameworks