Scheduling Background Tasks in ASP.NET using Quartz.NET
Ever wondered how we can have critical tasks (not just sending out newsletters, tweeting, etc.) scheduled as background tasks our an ASP.NET website? ...
Ever wondered how we can have critical tasks (not just sending out newsletters, tweeting, etc.) scheduled as background tasks our an ASP.NET website? ...
Now that ASP.NET 5.0 (vNext) runs on .NET 2015 – a cross platform version of .NET – it is worthwhile hosting your web applications on Linux. So let's get sta...
Microsoft launched .NET 4.5 in 2012 and later added an upgrade to .NET 4.5.1 in Dec, 2013. So considering the timelines, there has been over an year th...
Microsoft .NET has recently emerged as one of the most mature and strongest platforms for Mobile Computing. Until sometime back, Windows Phone 6.5 was the...
By default the IIS on Vista would not be configured. And while publishing using VS 2008, you might face error such as "IIS 6 Metabase and IIS 6 Configuration...
This has been pending since long. People have been requesting this information and I've not been able to find time to write on Best Practices. And this fine ...
Cities can sleep – but Microsoft won’t let people sleep. They are back with a bang with their new .NET 4.0 and an improved IDE – Visual Studio 2010 that pro...
Queries asked by almost every MOSS resource: Integrating Ajax with MOSS: http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3 Using AjaxCo...
This article provides a comprehensive comparison of features present in WSS vs those in MOSS 2007. How we nail these features down? This is going to be an ...
This page was first available under the title 'discuz'; however due to several structural changes in the architecture of the site (a move from static to CMS)...
One of the common objectives in projects is to display date in M-DD-YYYY format in GridView. The GridView may be bound dynamically from a database, XML, CSV...
Let's today understand Data Validation The first principle: Assume no data to be valid. Second principle : The rigidness of your rules will testify the va...
Since past two years, I have been involved in consulting services at my organization and have faced several queries on various technologies such as ASP.NET, ...
Requirement: TextBox in C# should accept only numbers as input. Solution: Raise an event KeyPress and paste following line of code. private void txtInput_Key...
One of the easiest way to configure a mail service on .NET site is to create a SMTP class and call its function SendMail. using System; using System.Data; ...
Now, this is specially for ASP.NET 2.0 developers, who host web applications on a shared IIS. After deployment, if you have ever received an error message fo...
I was creating a web-application for one of my clientele, where I was supposed to add Meta-Tags dynamically to ASP.NET page. This kind of worried me for som...
Recently, I have been dealing alot in iFrames - the new version of FRAMESET in HTML and while designing web pages, all I look for is - maintainability, platf...
When we open a MOSS site in IE with ‘Run As’ option and log in with an ID/Password other than ‘Windows Logon’, the identity of new ID/Password is persistent....