mohit | Shared With: Everyone - Aug 17 2007 | development, programming, random
mohit | Shared With: Everyone - Apr 24 2008 | development, asp, net, c#, scalability, programming
Quoted: A truly scalable ASP.NET Web site makes optimum use of the thread pool. That means making sure request-processing threads are executing code instead of waiting for I/O to complete. If the thread pool becomes saturated due to all the threads grinding away on the CPU, there's little you can do but add servers.
.
However, most Web apps talk to databases, Web services, or other external entities, and limit scalability by forcing thread-pool threads to wait for database queries, Web service calls, and other I/O operations to complete.ShareViewed: 15 Times
mohit | Shared With: Everyone - Apr 24 2008 | html, xhtml, todo, development, chaya, c#, asp.net, programming
I am going to use this to clean up the html for some of the sites I maintain. The author (Omar Al Zabir, CTO of pageflakes) is one of the best .Net developers around.
Quoted: Convert HTML to XHTML while applying tag and attribute filters in order to produce nice and clean HTML for web posting.; Author: Omar Al Zabir; Section: C#; Chapter: Languages
ShareViewed: 56 Times
mohit | Shared With: Everyone - Apr 16 2008 | software, development, tools, programming, engineering
Quoted: [From a commenter] In my experience people with this proposition are just as seriously underestimating the business side. If you're going to take on a business partner, that partner better be able to bring in money. You should ask how much money they're bringing to the table and what the sales pipeline looks like. If both are empty, then they aren't going to hold up their end of the bargain no matter what you build.
ShareViewed: 9 Times
mohit | Shared With: Everyone - Mar 20 2008 | asp.net, development, c#, validation, .net, programming
The problem with calling Validate in Page_Load is that your controls may not be ready to be validated (i.e. they need to be Loaded before they are ready to be validated).
Quoted: One potentially confusing thing about this timing is that the validators will not have been evaluated at the time Page_Load is triggered. The benefit of this is that it gives you a chance to programmatically change property values affecting the validity of the page, such as enabling or disabling certain validators.
...
If this timing is not to your liking and you prefer to evaluate everything in Page_Load, you can do this by explicitly triggering the validation during this event by calling Page.Validate.ShareViewed: 3 Times
mohit | Shared With: Everyone - Dec 19 2007 | development, strings, programming
Some useful online string functions.
Quoted: On this site, you will find online tools to perform common string manipulations such as reversing a string, calculating a string's length or encoding a string.
ShareViewed: 11 Times
mohit | Shared With: Everyone - Aug 19 2007 | smt5600, windows mobile, development, programming, asp.net, microsoft, httpbrowsercapabilities
ASP.Net thinks my cell phone's browser doesn't support cookies. So, I can't login to blue dot mobile. I think this can be solved by updating a browser definition file on the server.
Quoted: Browser definition files contain definitions for individual browsers. At run time, ASP.NET uses the information in the request header to determine what type of browser has made the request. Then ASP.NET uses .browser files to determine the capabilities of the browser, and how to render markup to that browser.
ShareViewed: 14 Times
mohit | Shared With: Everyone - Aug 10 2007 | development, programming, languages
Looking for source code to do this. Any pointers?
Quoted: The Chilkat ASP String Component is freeware and may be used in any ASP application. To install, download and unzip the ASP String Component. Then copy the CkString.dll to a directory on your ASP Web Server and register it with regsvr32.exe.
ShareViewed: 10 Times
mohit | Shared With: Everyone - Nov 25 2006 | development, programming, functionalQuoted: Programming
...
* Why Functional Programming Matters. John Hughes.ShareViewed: 6 Times
mohit | Shared With: Everyone - Jul 25 2006 | windows, programming, development
redotted from uday:
Quoted: OK, so it's a pun on "The 7 Habits of Highly Effective People". But there are a number of programming techniques that I've found virtually instantly identify a defective program. In addition, there are a number of techniques that mark a program as deeply suspect, and likely to break. Finally, there are a number of techniques which represent poor style, some exceptionally poor, which violate principles of modularity and which result in programs that are clumsy to construct, difficult to debug, and impossible to maintain.
ShareViewed: 12 Times

- buggia - Aug 17 2007
You must be Mohit's friend before you can comment on this Fave.I like the testimonials section
Send Mohit a friend request or a personal message instead.