J2EE-Introduction

0 comments
J2EE is Java, optimized for enterprise computing. Officially J2EE stands for Java 2 Platform, Enterprise Edition. Unlike the traditional Java, which is often used to build client enhancements, J2EE is designed to build server applications. Officially, the J2EE platform is "a set of coordinated specifications and practices that together enable solutions for developing, deploying, and managing" such server applications.

How to play audio or sound files from Silverlight?

0 comments

Silverlight provides a class called MediaElement which can be used to play audio or video files.



Difference between Silverlight 1 and Silverlight 2

0 comments
Silverlight 1 is purely AJAX and Javascript based. All the code has to be written in Javascript and XAML.



Silverlight-Introduction

0 comments
Silverlight is a web based technology, launched by Microsoft in April 2007. Silverlight is considered as a competitor to Adobes Flash.

Asp.Net File Types

0 comments

Web site applications can contain a number of file types, some supported and managed by ASP.NET, and others supported and managed by the IIS server.

Querystring

0 comments
Query string is used to Pass the values or information form one page to another page.Query strings are also generated by form submission, or by a user typing a query into the address bar of the browser.

Directory Structure in Asp.net

0 comments

ASP.NET directory structure can be determined by the developer's preferences. Apart from a few reserved directory names, the site can span any number of directories.

Generate Random strong password string using C#

0 comments
Here is a very useful C# code snippet for generating random strong passwords. The password is generated using upper case and lower case alphabets, numerals and special characters.

Compute the difference between Two dates in Java

0 comments
This example shows how to compute the difference between two dates. It shows how to compute the difference between the dates in days, hours, minutes, seconds and even milliseconds.

Pro ASP.NET MVC V2 Framework

0 comments
Author Steven Sanderson has seen the ASP.NET MVC Framework mature from the start, so his experience, combined with comprehensive coverage of all the new features, including those in the official MVC development toolkit, offers the clearest understanding of how this exciting new framework can improve your coding efficiency. With this book, youll gain invaluable up-to-date knowledge of security, deployment, and interoperability challenges.

Microsoft .NET Framework 2010

0 comments
The Microsoft .NET Framework is a software framework that can be installed on computers running Microsoft Windows operating systems. It includes a large library of coded solutions to common programming problems and a virtual machine that manages the execution of programs written specifically for the framework. 

ASP.NET MVC Framework Unleashed

0 comments
In this book, world-renowned ASP.NET expert and member of the Microsoft ASP.NET team Stephen Walther shows experienced developers how to use Microsoft's new ASP.NET MVC Framework to build web applications that are more powerful, flexible, testable, manageable, scalable, and extensible.

CREATING THUMBNAIL FROM IMAGES USING ASP.NET

0 comments
In this article you can understand how to create thumbnails from images at time of Upload using ASP.NET.I create a small utility class that can convert and image into thumbnails.