kalyan

Stories submitted by kalyan

Create Word Documents using .NET without Interop(weblogs.asp.net)

submitted by kalyankalyan(315) 3 years, 5 months ago

This library creates Word Documents (.docx) using .NET. It is written purely in C#, you don't need any Word viewing applications or Interop (COM) dlls installed/registered. read more...

add a comment |category: |Views: 196

tags: another

Getting good dumps when an exception is thrown(blogs.msdn.com)

submitted by kalyankalyan(315) 3 years, 5 months ago

Unfortunately, the default way of catching exception give you a very useful dump in your error-report. The problem is that by the time the catch block has been started, the stack frames showing how the exception occurred are no longer available. Managed exceptions are built on Windows Structured Exception Handling, and so have the same two-pass model. ‘catch’ blocks are executed on the second pass, but really what we want here is to generate our error-report on the first-pass (before EBP gets reset).... read more...

add a comment |category: |Views: 5

tags: another

If you take security seriously…(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 5 months ago

Security tools from microsoft and must read links... read more...

add a comment |category: |Views: 7

tags: another

Two New Free EBooks From Microsoft(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 5 months ago

Understanding IPv6 Writing Secure Code for Vista read more...

add a comment |category: |Views: 17

tags: another

How to prevent IE from caching your Dialog Windows and Ajax Requests(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 5 months ago

A simple javascript based tip. read more...

add a comment |category: |Views: 7

tags: another

Application Pocket Architecture Guides(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 6 months ago

.Net Application Pocket Architecture Guides read more...

add a comment |category: |Views: 7

tags: another

Function and function in Javascript(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 6 months ago

Difference between Function and function keywords in Javascript. read more...

add a comment |category: |Views: 3

tags: another

19 Javascript String functions explained(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 7 months ago

Some very useful Javascript String functions read more...

add a comment |category: |Views: 27

tags: another

nUrlRewriter - IIS7 Url Rewriter(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 7 months ago

nUrlRewriter is a ASP.NET Http Module written in managed C# code which examines incoming Http requests and applies user defined criteria read more...

add a comment |category: |Views: 14

tags: another

Fiddling with Fiddler(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 7 months ago

Fiddling with Fiddler - An introduction to fiddler read more...

add a comment |category: |Views: 7

tags: another

ASP.Net, Ajax, JQuery, Web Services - Great tools, but wait…(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 7 months ago

Know when to use and when not to... read more...

add a comment |category: |Views: 22

tags: another

Reflection in .Net Part - 1(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 8 months ago

A starting point to learning Reflection in .Net. read more...

add a comment |category: |Views: 18

tags: another

Few Design Decisions and Development Tips For Web Applications(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 8 months ago

Few Design Decisions and Development Tips For developing Web Applications read more...

add a comment |category: |Views: 14

tags: another

12 Performance Tips For ASP.Net WebApplications(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 9 months ago

Improve the speed of your ASP.Net Web Applications by following these 12 tips. read more...

add a comment |category: |Views: 15

tags: another

Links For August 22nd 2008(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 9 months ago

.Net programming Links For August 22nd 2008 read more...

add a comment |category: |Views: 2

tags: another

Speed Up Your Website By PreLoading - Example Included(blog.kantikalyan.com)

submitted by kalyankalyan(315) 3 years, 9 months ago

A technique to improve the speed of a website. An example is also included. read more...

add a comment |category: |Views: 7

tags: another