Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

Tuesday 16 January 2018

ASP.NET:How to Search and replace text in word file/document using C#/VB.NET ||Find and replace text in word file/document using C#/VB.NET

Hi friends,in this article I will explain about How to find and replace text in word file/document using C#/VB.NET
sampleDoc.docx
Name <<Name>>
Welcome  <<Name>>
DepartmentName is  <<DepartmentName>>
Your Date of joining is  <<DOJ>>









Wednesday 14 August 2013

Different Types of Caching in ASP.NET | ASP.NET Page Output Cache | Improving Performance with Output Caching

 Hi friends, in this article I will explain about the different types of caching in ASP.NET?
  •  Caching is a powerful feature in ASP.NET that can increase the performance of a Web application. Caching is generally used to catch frequently accessed data. 
  • Basically we are retrieving data from a database like SQL Server, Oracle etc. is one of the slowest Web site operations that we can perform. 
  • However, if you can cache the database data in memory and avoid accessing the database with every page request, you can dramatically increase the performance of your application.

Thursday 25 July 2013

Difference between cookie and session? || what is Cookie? || What is Session? in .NET || Cookies in ASP.NET

Hi Friends, in this article I will explain about what is Cookie? What is Session and Difference between cookie and session?
What is cookie?
  • A cookie is often used to identify a user.
  • Cookies have so many names likes HTTP Cookie, Web Cookie, Browser Cookie, Session Cookie, etc.
  • A cookie is a small file that the server embeds on the user's computer.
  • Each time the same computer requests a page with a browser, it will send the cookie too.
  • With ASP, you can both create and retrieve cookie values.

Monday 15 April 2013

How to call Lisp Program from VB.NET ? || Calling AutoCAD commands from .NET

                                    Hi Friends, in this article I will explain about how to open AutoLISP file through vb.net windows forms.
Suppose we are working on VB.NET windows forms ,suddenly we call the LISP function from VB.NET windows form then it use because we already the code in AutoLISP and rewritten the LISP file in VB.NET its time waste so simply call the AutoLISP command from VB.NET is very easy compare to rewrite.
I already explained in the article How to open new AutoCAD drawing using VB.NET or C#? Or How to Connect with AutoCAD and Open A Drawing in VB.NET /C#
How to create a project in VB.NET?
I explain the create the project in screenshots, follow below screenshots.
© 2012-2018 Aspdotnet-Kishore.blogspot.com. All Rights Reserved.
The content is copyrighted to Kishore and may not be reproduced on other websites without permission from the owner.