By Wayne Plotche, on November 29th, 2011%
Visual Studio 2011 Developer Preview with .Net 4.5 has been announced few months ago.
New features and improvements in core framework are
Ability to limit how long the regular expression engine will attempt to resolve a regular expression before it times out.
Ability to define the culture for an application domain.
Console support for Unicode (UTF-16) encoding.
Support for versioning of cultural . . . → Read More: ASP.NET 4.5 Hosting :: Visual Studio 11 Developer Preview with .Net 4.5
By C Miller, on November 28th, 2011%
The Good News – In ASP.NET 4.5, we can adopt an approach using which the Model can be directly bound with the DataBound controls and CRUD and pagination operations can be implemented very effectively. It incorporates concepts from the ObjectDataSource control and from model binding in ASP.NET MVC. We will see this shortly. ASP.NET 4.5 is . . . → Read More: ASP.NET 4.5 Hosting : Working with Model Binding Feature in ASP.NET 4.5
By Wayne Plotche, on November 1st, 2011%
I will explain how to disable right click on website using Javascript. One day I got requirement like do not allow users to right click on website to see source code of page for that I written JavaScript functionality to disable right click on website to achieve this create new website and design your Default.aspx page . . . → Read More: ASP.NET Hosting :: How to Disable Right Click on ASP.NET Web Page Using JavaScript
By Sandeep Mukhela, on October 31st, 2011%
If your ASP.NET application crashes, has an unhandled exception, hangs or otherwise becomes brain-dead, it will cause the application pool to recycle. Sometimes your application pool recycles for no obvious reason. This is usually a configuration issue or it may be caused by your app performing file system operations in the application directory. Many times developers . . . → Read More: ASP.NET 4.0 Hosting :: The Reasons Application Pool Recycle
By Sandeep Mukhela, on October 14th, 2011%
What is an IP address?
An IP address is a set of 4 numbers assigned to each device on a computer network. When we apply this definition for the internet, the IP address can be considered a numerical representation of a website address. For example, the domain google.com would go to the IP address 73.14.213.99.
How do IP . . . → Read More: ASPHostCentral.com – The Importance of having a UNIQUE IP Address on your Website!
By C Miller, on October 12th, 2011%
When someone types in the address: www.yourdomain.com that name is translated into numbers (called an IP address) and then the computer is directed to that IP address which is the web site. Every web site on the internet is found not by its domain name but by its IP address.
You can reach a site by typing . . . → Read More: ASPHostCentral.com :: What is the difference between Shared IP and Dedicated/Unique IP Address?
By C Miller, on October 11th, 2011%
Optimizing application performance is a key element for business. There are several ways by which we can optimize the applications performance. It can be done either by server side code optimization, caching or some client side optimization. In this post I am going to discuss about one handy and smart way to optimize web applications performance . . . → Read More: ASP.NET 4.5 Hosting :: Bundling and Minification EXPLAINED!
By C Miller, on October 10th, 2011%
.NET 2.0 has included System.Net.Mail code namespace for supporting email programming with .NET
Following is the code snippets for how to send mail from . . . → Read More: ASP.NET Hosting :: How to send email via .NET Application
By C Miller, on September 22nd, 2011%
The .NET Framework 4.5 Developer Preview includes enhancements for ASP.NET 4.5 Developer Preview. Visual Studio 11 Developer Preview also includes enhancements and new features for improved web development.
ASP.NET Core Service
The following lists new features for core ASP.NET functionality:
- Asynchronously reading and writing HTTP requests and responses
ASP.NET 4.5 Developer Preview can read, write, and flush a stream . . . → Read More: ASP.NET 4.5 Hosting :: ASP.NET Core Services and ASP.NET Web Form
By C Miller, on September 22nd, 2011%
I recently upgraded from Visual Web Developer 2008 to Visual Web Developer 2010 and have run into an issue, I started seeing a configuration error. In two cases I had been working on web applications in Visual Web developer 2010.
Case 1 appeared after I had opened an existing application and when prompted, do I want to . . . → Read More: .NET 4 Hosting :: Working with an error message: “Unrecognized attribute targetFramework”