By tag: developer
0
kicks
How to create a DropDownList with ASP.NET MVC
The DropDownList html helper differs a bit from the standard Html helper methods, and, not surprisingly, the way it works is one of the questions I get asked the most. So in this post Simone dissects this helper method, and shows you how to use it.
0
kicks
ASP.Net Developers Checklist – Security Checklist
In this article we are going to discus some of the Security Related Checklist for ASP.Net Developers. I have four main areas to discus about the security related issues
Input Validation and Authentication Checklist
Web Services Security Checklist
Data Access Security Checklist
Client Script Main...
0
kicks
CodeRun - Online Development Platform
CodeRun is a browser-based Integrated Development Environment (IDE), built on top of the Amazon Elastic Compute Cloud (EC2). It allows programmers to easily develop, test, deploy and publish code online, without requiring powerful hardware or complex software.
0
kicks
Developer Notes For the ASP.NET MVC Framework
Review and sample code for the MVC framework. See how your projects and code will look like.
0
kicks
InnerWorkings tackles Transact-SQL for developers
We help developers learn to code fundamental Transact-SQL activities such as making queries, sorting and filtering, and using table joins. Delve into control-of-flow language and using functions to manipulate data. Hands-on, practice-based, just for developers looking to learn T-SQL.
0
kicks
Learn to AJAX-enable an existing ASP.NET website
Learn how to AJAX-enable an existing ASP.NET web page using AJAX Extensions. The UpdatePanel control provided by the framework makes it really easy to start with AJAX programming by defining the areas of the page you want to update independently without a full page reload. Free download from www.inn...