Saturday, October 22, 2016

Firewall Inbound and Outbound Rules in firewall C#


Hi in this blog we see how to add inbound and outbound rule to windows firewall using c#.Create a new windows form application and design a form like this.



Wednesday, October 5, 2016

Check Status of Windows Firewall using C#

Hi in this blog I am going to show how Check status of windows firewall using C#.Create a New Project and add Reference to "NetFwTypeLib".


Monday, October 3, 2016

Add Program to Explorer Context Menu

 Hi in blog I am going to show to add a menu to explorer context menu by adding key to Registry using C#.In this i am going to add "Open in Browser" to the context menu whenever user right clicks on the txt file 'Open in Browser' Menu will show up and when user click the menu Firefox will be opened. 


Saturday, October 1, 2016

CRUD Operation using C#

Hi in this blog we are going to see how perform CRUD(create,update and delete) operation using C# and Sql Stored Procedure.Now open your visual studio and create a New Project and design a form like this.