Always remain updated about current software development trends
I get a lot of questions about Active versus Passive FTP Connections, specifically when people are configuring their FTP firewall settings as described in my articles like Configuring FTP Firewall Settings in IIS and FTP Firewall Support , and I get related...
Recently, I worked on an old webform project and used the asp.net validation controls. I previously used some features of validation controls, but I encountered more scenarios this time. I found these controls are fairly flexible and can be configured to work...
CodeProjectIn one of our project, we were creating web site using Asp.Net single page application with knockout.js. We had to add TinyMCE html editor in one of my page. It took some time to make it work. Add binding handler for tinyMce using knock out. Please...
For the past five years, Microsoft has been working with a diverse group of companies to develop the Advanced Message Queuing Protocol (AMQP) standard. The group of 20+ companies consisted of tech vendors, including Red Hat and VMware, and enterprises like...
Make your DotNetNuke site publicly available
Alternative for AutoComplete control without Ajax and Webservices
Alternative for AutoComplete control without Ajax and Webservices
A common request when working with LINQ queries (Entity Framework, NHibernate, etc) is the ability to intercept them, that is, inspect an existing query and possibly modify something in it. This is not extremely difficult to do "by hand", but Microsoft...
In this post, I want to demonstrate how you can add real-time interactivity to a website that is written with ASP.Net WebForms. \xa0I'm going to show you how easily and quickly you can have SignalR update the content of a standard ListView webcontrol to show...