Browse by Tags

Zip and Unzip files programmatically
08 February 07 04:32 AM | bipinjoshi | with no comments
Recently one of the reader of DotNetBips.com posted a question on the discussion forums about compressing and decompressing files via code. There is no obvious answer to this question because C# and VB.NET lack this functionality. However, J# does have...
Filed under: ,
ASP.NET AJAX Enabled Web Site File Manager
24 January 07 03:07 AM | bipinjoshi | with no comments
Now that Microsoft has released Atlas...sorry ASP.NET AJAX, lots and lots of applications are going to use it (many are already using it). Here is a simple but handy tool that I wrote using ASP.NET AJAX and the Control Toolkit. BinaryIntellect Web Site...
Filed under: ,
Asynchronous Web Services in ASP.NET 2.0
13 October 06 01:26 AM | bipinjoshi | with no comments
Here is anew addition to dotnetbips.com: Asynchronous Web Services in ASP.NET 2.0 ================================= By default when you call a web method from the client application it is a synchronous call. that means unless the web method returns the...
Filed under:
Develop your own Blog
06 October 06 01:26 AM | bipinjoshi | with no comments
Few months back I wrote a three part article on building your own blog. The complete source code of the sample application is available on binaryintellect.net Develop your own Blog Blogging has become a very popular trend on the web. Many people are using...
Filed under:
URL Mapping in ASP.NET 2.0
22 September 06 06:10 AM | bipinjoshi | 2 comment(s)
Just posted a new article. URL Mapping in ASP.NET 2.0 Few months back I wrote an article titled URL Rewriting in ASP.NET that illustrates how URL rewriting can be accomplished via code. ASP.NET 2.0 doesn't change the situation too much but has added...
Filed under:
Creating Custom Cache Dependency
15 September 06 05:05 AM | bipinjoshi | with no comments
Just published my new article... Creating Custom Cache Dependency =========================== ASP.NET 2.0 offers you several ways to set a dependency between a cached item and a file(s), another cache item(s) or SQL Server database table. No doubt they...
Filed under:
Dynamic Cache Substitution using Substitution Control
05 September 06 06:01 AM | bipinjoshi | with no comments
Just added a new article on DotNetBips.com. Dynamic Cache Substitution using Substitution Control ASP.NET Output Caching features help us to develop performance oriented web sites. No doubt that output caching reduces server side event processing. However...
Filed under:
More Posts