A semantic element clearly describes its meaning to both the browser and the developer.
Author: SSWUG Research
Conditional https:// in ASP.Net MVC
ASP.Net MVC defines the RequireHttpsAttribute to require that a controller or an action is requested using the https protocol only.
Explain difference between server and client languages? ( ASP.NET interview questions)
When we look at web it is divided in to two major layers one is the client side and the other is server side. Client side means your browser and server side means the computer where your site is hosted. Now in both layers we need programming languages because in both layer we would like to perform v
Web Configuration Transformation and Web Project Deployment
(Peter Lu) I thought to share something I first learned back in 2011 when I prepared for Microsoft certification examination for ASP.Net 4.0. latterly I put it in use in my project. Since I put it in use, I start to appreciate it more. I could not think otherwise how could I do it without significa
SSWUGtv: How do you know when it is time to ask for a raise? Laura Rose has some great tips today!
Video Programming for IT Professionals Career management advice, coaching and much more. We discuss making the best of your professional development, provide specific tips and ideas for advancing your career and even answer questions from field.
Session Time Out Warning Message Using jQuery in ASP.Net
(Mahesh Alle) In this article I have used the jQuery plug-in, timeout-dialog.js, to provide a session timeout warning message in ASP.NET.
Intro to MySQL Information Schema
(Noel Herrick) Databases store information, right? Well, what if they could store information about your information so you could query it? Good news! Most database engines such as MySQL implement Information Schema, or a set of views that describe your tables and columns.
IBM PureApplication System backup and restore, Part 1: Recovery scenarios
(Bobby Woolf and Tamiko W Brown) IBM PureApplication System is a cloud computing system-in-a-box with integrated hardware and software for deploying and executing workloads in a cloud. As with other systems, administrators should maintain a current set of backups of the system and its workloads.
Adding Your Own Implicit Type Conversions in C#
(Peter Vogel) You may find that you have two classes that you frequently need to convert between. You could repeat the conversion code wherever you need it, or put it in some random class. Or you could add a new implicit conversion to one of the classes.
Validating User Input with VB.NET
(Hannes Du Preez) Validating user input can be quite a pain, especially if you do not know what techniques and what namespaces are at your disposal. Because everyone has a different way of doing things, my methods might not be 100% the same as your methods.

