Wednesday 31 July 2013

How do I set Custom Date Format in DateTimePicker (WinForms)? || Windows Controls - .NET Interview Questions and Answers || Interview Questions on .NET Windows Forms.

Hi friends in this article I will explain about how do I set Custom Date Format in DateTimePicker (WinForms)?  Or Windows Controls - .NET Interview Questions and Answers or Interview Questions on .NET Windows Forms.
How do I set Custom Date Format in DateTimePicker (WinForms)?
You can set custom date format in DateTimePicker using below code.

Tuesday 30 July 2013

Difference between Cookies and Session in ASP.Net || What is cookie? || What is session? How to use sessions and cookies?

Hi Friends, in this article I will explain about the Difference between Cookies and Session in Asp.Net.
I already explained in the previous articles about what is cookie? How to use cookie? What is session? How to use sessions? and i gave one Session State example in ASP.NET Session State Example in C#, VB.NET.and one cookie example in Example for cookie.
We can use session and cookies to maintain the state while during page postbacks.

Monday 29 July 2013

ASP.NET Session State Example in C#, VB.NET || What is Session in .NET || How to use Session in .NET ?

Hi friends, in this article I will explain about what is session? How to use session in ASP.NET?
Session : Server Side objects for saving your data for the session you are using the site, there is a time for which these objects stay in the memory and that is defined in web.config for session state section otherwise 20 mins by default.

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 22 July 2013

How to Create Setup project in visual studio || Step By Step To Create Setup.exe For .NET Project || Create Setup and Deployment Project

Hi Friends,in this article i will explain about how to Create setup in visual studio or Step By Step To Create Setup.exe For .NET Project or Create Setup and Deployment Project.

I already explained in previous articles on Windows Forms.

Step 1: First of all, create a Windows Forms application with text boxes and button what you want like an application. 

Step 2: Next add a setup project by clicking on File-> Add-> New Project.

Sunday 21 July 2013

how to save each sheet in an Excel workbook to separate CSV files or saving data in Excel in different sheets of a workbook

Hi friends, in this article I will explain about how to save each sheet in an Excel workbook to separate CSV files or saving data in Excel in different sheets of a workbook.
I will explain through some example. I take one excel workbook it contains 10 worksheets and worksheets names like c1 c2 c3 etc.
Open Microsoft visual studio
Open File--> new-->project

Wednesday 17 July 2013

Restore Recently Closed Tabs in Chrome, Firefox, Internet Explorer | Reopen recently closed tabs in Chrome,Firefox, Internet Explorer

                 Hi friends , in this article I will explain about Restore Recently Closed Tabs in Chrome, Firefox,  Internet Explorer  or  Reopen recently closed tabs in Chrome,Firefox, Internet Explorer.
Sometimes it’s very important because we suddenly or by mistake we close the tab but we want that link, we don’t know that link URL, we can’t do anything. Actually I suffered that’s why I searched for this and write the post for U friends.

Thursday 11 July 2013

What are the differences between an EXE and a DLL in .NET? | Difference between an EXE and a DLL in .NET

                                     Hi friends, in this article I will explain about the difference between an EXE and a DLL?.In Previous article i already explained about the  Interview Questions in VB.NET, .NET Framework.ASP.NET interview Questions , Interview Questions on SQL Server , ASP.NET Interview Questions Part II and Interview Questions on SQL Server Part II
I am giving some difference, may some have same meaning but I think in interviews at least we can remember some of them. That’s why I give more points but have same meaning.Below are the differences between an EXE and a DLL.

Compares the access modifiers in VB.NET |What are class access modifiers? | What are class access modifiers in .NET

                               Hi friends ,in this article I will explain about how to Compares the access modifiers in VB.NET |What are class access modifiers? | What are class access modifiers in .NET 
What are class access modifiers?
Access modifiers are keywords used to specify the declared accessibility of a member or a type. This section introduces the four access modifiers:
  •  Public
  • Protected
  • Private
  • Friend ( Internal in C#) and
  • Protected friend (protected internal in C#)

Tuesday 9 July 2013

Difference between Structure and Class in .NET || What are the difference between Structure and Class in .NET?

                           Hi friends in this article I will explain about the difference between Structure and Class.I think it may useful in interview Questions.I explained about the interviews questions in the previous articles Interview Questions in VB.NET, .NET Framework.ASP.NET interview Questions , Interview Questions on SQL Server , ASP.NET Interview Questions Part II and Interview Questions on SQL Server Part II

What are the difference between Structure and Class?
© 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.