(Suprotim Agarwal) In this article, we will see how to convert time from one time zone to another, in an ASP.NET application.
Tag: Development
How to Store Session Data in ASP.NET State Server
(Richard Bean) ASP.NET Session State allows four modes to specify where you want to store session data: InProc, SQLServer, State Server and Custom. Default mode InProc, is fastest and default mode, but not useful in many scenarios. One of the significant problems is that sessions stored InProc are d
ASP.NET MVC 3: New @model keyword in Razor
(Scott Guthrie) Two weeks ago we shipped the ASP.NET MVC 3 Beta Release. It supports “go live” deployments, and includes a bunch of nice improvements/enhancements. You can see a summary of the new ASP.NET MVC 3 features in my beta announcement post. Also read my original ASP.NET MVC 3 Preview pos
Working with Large Memory-Mapped Files in VB 2010
(Paul Kimmel) The truth be told sometimes a technology comes along, and I don’t have a user story for it. So, the technology may not be that hard to describe, but figuring out a user story just doesn’t come to me or seem compact enough to fit into an article length column. Memory-mapped files are li
Replacing ASP.NET ‘Base Pages’ with a PageAdapter
(Robert Boedigheimer) A very popular technique for ASP.NET Web Forms is the use of a custom “base page” class. Learn how to use the adapter framework to more easily provide the same functionality.
Optimize Images Using the ASP.NET Sprite and Image Optimization Framework
(Scott Mitchell) The HTML markup of a web page includes the page’s textual content, semantic and styling information, and, typically, several references to external resources. External resources are content that is part of web page, but are separate from the web page’s markup – things like images, s
Implementing Drag and Drop Using jQuery Part 2
(AzamSharp) In the last article we demonstrated how to get started with the drag and drop functionality using the jQuery library. In this article we will persist the user selections or dragged items into the database and then repopulate the shopping cart.
Using Composed Javascript UI Controllers With Event Delegation
(Ben Nadel) In the past couple of days, I’ve been experimenting with using composed Javascript UI controllers in an attempt to create more maintainable code behind complex user interface modules.
How to Create Shadowed Text in Windows Forms
(Ged Mead) Here’s another of those old tips I’ve re-found. If you want to create the effect of text having a shadow behind it as shown here:
Sending Email in ASP.NET 3.5 using VB.NET with EnableSSL SMTPClient
One of the important skills in ASP.NET web development is the ability to create an HTML web form that can send an email. This is particularly useful in contact and inquiry forms, which are vital components of any website.
