State why we create custom HTTPModule ? Custom HTTPmodule is created for: URL rewriting Compression Specialized authentication and authorization Specialized logging Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Share on Reddit (Opens in new window) Reddit Share on Pinterest (Opens in new window) Pinterest Share on X (Opens in new window) X Share on LinkedIn (Opens in new window) LinkedIn Share on WhatsApp (Opens in new window) WhatsApp Share on Tumblr (Opens in new window) Tumblr Share on Nextdoor (Opens in new window) Nextdoor Share on Mastodon (Opens in new window) Mastodon Share on Telegram (Opens in new window) Telegram Like this:Like Loading… Related
.NET Interview Questions ASP.NET Interview Questions How can user locale information accessed in Asp.net application abhisanto December 17, 2012 0 Question : How can user locale information accessed in Asp.net application Answer : Using System.Web.UI.Page.Culture property Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Share on Reddit (Opens in new window) Reddit Share on Pinterest (Opens in new window) Pinterest Share on X (Opens in new window) X Share on LinkedIn (Opens in new window) LinkedIn Share on WhatsApp (Opens in new window) WhatsApp Share on Tumblr (Opens in new window) Tumblr Share on Nextdoor (Opens in new window) Nextdoor Share on Mastodon (Opens in new window) Mastodon Share on Telegram (Opens in new window) Telegram Like this:Like Loading…
ASP.NET Interview Questions Question : Which property of the image control should you use to set the descriptive text? abhisanto March 2, 2011 0 Question : Which property of the image control should you use to set the descriptive text? Answer : AlternateText Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Share on Reddit (Opens in new window) Reddit Share on Pinterest (Opens in new window) Pinterest Share on X (Opens in new window) X Share on LinkedIn (Opens in new window) LinkedIn Share on WhatsApp (Opens in new window) WhatsApp Share on Tumblr (Opens in new window) Tumblr Share on Nextdoor (Opens in new window) Nextdoor Share on Mastodon (Opens in new window) Mastodon Share on Telegram (Opens in new window) Telegram Like this:Like Loading…
.NET Interview Questions ASP.NET Interview Questions How to declare Microsoft VisualStudio Unit Testing class abhisanto August 22, 2013 0 Microsoft VisualStudio Unit Testing class should be declared with a [TestClass] attribute Example in C# : [TestClass] public class UnitTestMath { [TestMethod] public void TestAdd() { […] Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Share on Reddit (Opens in new window) Reddit Share on Pinterest (Opens in new window) Pinterest Share on X (Opens in new window) X Share on LinkedIn (Opens in new window) LinkedIn Share on WhatsApp (Opens in new window) WhatsApp Share on Tumblr (Opens in new window) Tumblr Share on Nextdoor (Opens in new window) Nextdoor Share on Mastodon (Opens in new window) Mastodon Share on Telegram (Opens in new window) Telegram Like this:Like Loading…