ASP.NET 3.5 is a web application that was created by Microsoft to allow web programmers to contrive web sites, web services, and web applications. ASP.NET is created upon the Common Language Runtime, which is more commonly known as CLR. This allows web programmers to write programming code using any .NET language that is supported.ASP.NET 3.5 hosting [...]
Read more…
Posts tagged with 'C# keywords classified'
How to Create Shortcut of Application programatically using C#
There are some situations in which we need to code to create a short cut of our application especially when user loose the shortcuts created by the application after the setup has been run because some shortcuts also have defines special parameters that are for executable that runs program. So here is article i am [...]
Read more…
Drawing Shaped Forms and Windows Controls in GDI+
This article has been excerpted from book “Graphics Programming with GDI+” Normally, all Windows controls and forms are rectangular, but what if we want to draw them in nonrectangular shapes? We can do this by setting the Region property. The Region property of a form or a control represents that window’s region, which is a [...]
Read more…
Getting detailed Information about Windows User Accounts with WMI and C#
This article is aimed about how to get detailed information about Windows user accounts like accounts SID, SID type, Name, caption, Account domain and whether Account Status is OK, degraded unknown etc through WMI. To access account information of windows users we need to Use System.Management name space. To use this namespace first of all [...]
Read more…
Basic WCF Implementation
This article will contain how to create publish and consume WCF service. How to create service contract. using System;using System.Collections.Generic;using System.Text;using System.ServiceModel;using System.ServiceModel.Description; namespace Microsoft.ServiceModel.Samples{ [ServiceContract(Namespace = "http://Microsoft.ServiceModel.Samples")] public interface Icalculator { // Step7: Create the method declaration for the contract. [OperationContract] double Add(double n1, double n2); [...]
Read more…
Get Laptop Battery Status using C# and WMI
In this article I will show you how to show battery status of laptop battery like its battery is discharging, charging, full etc. We will do this using WMI because WMI have power to answer questions about battery status .So let’s start with WMI. To access account information of Battery we need to Use System. [...]
Read more…
A generic error occurred in GDI+
ISSUE : System.Runtime.InteropServices.ExternalException: “A generic error occurred in GDI+.” Issue occurred: When you are trying to save the image. SOLUTION: The System.Runtime.InteropServices namespace provides a wide variety of members that support COM interop and platform invoke services. If you are unfamiliar with these services, see Interoperating with Unmanaged Code. The System.Runtime.InteropServices namespace provides a collection [...]
Read more…
How to Remove Spyware From a Computer Easily and Quickly?
Spyware can be a pain in the rear and if you feel that your computer has been infected with it then you shouldn’t delay when it comes to taking action. There is almost an endless supply of different types of spyware that can make your experience online chaotic. There are some spyware out there [...]
Read more…
By providing cutting edge Website Application Development services PHP-techie is the best
PHP-techie an extensively experienced and global PHP Web Development Company based in India with strategic partners abroad offers world class services of effective web solutions in PHP Programming and website application development which solves critical and complex business problems. We use latest technology languages, databases, advanced programming and industry trends to develop website to help [...]
Read more…
Facebook Like URL data Extract Using jQuery PHP and Ajax
You have seen in Facebook, that how we give a url and it extract data such as images, title and description. Here now you can get this amazing script at 99Points. You have seen amazing and popular facebook style tutorials which can help you to get some amazing effects on your websites. I have created [...]
Read more…