Click here to Skip to main content
15,884,629 members
Everything / Static

Static

static

Great Reads

by Michael Haephrati
A Static Library which can be used for all kinds of database related needs
by c_a_dunlop
Get 10 tips for revitalizing your existing static analysis implementation—no matter what static analysis tool you're using.
by ToughDev
How to build Wireshark 1.12.5 static binaries for CentOS 5
by ASP.NET Community
GridView UtilitiesThe GetColumnIndexByHeaderText method shown below finds the column index inside a GridView control by passing to it a GridView

Latest Articles

by ToughDev
How to build Wireshark 1.12.5 static binaries for CentOS 5
by Michael Haephrati
A Static Library which can be used for all kinds of database related needs
by DotNetLead.com
How to build and deploy Angular application using GitHub and Azure
by Christian Specht
Jekyll dynamic tree menu: show the whole menu at once

All Articles

Sort by Updated

Static 

15 Jul 2015 by Akhil Mittal
Access modifiers (or access specifiers) are keywords in object-oriented languages that set the accessibility of classes, methods, and other members. Access modifiers are a specific part of programming language syntax used to facilitate the encapsulation of components.
11 Oct 2013 by ASP.NET Community
GridView UtilitiesThe GetColumnIndexByHeaderText method shown below finds the column index inside a GridView control by passing to it a GridView
11 Oct 2013 by ASP.NET Community
The Localize Control lets you localize any element on an .aspx page. It provides adesign time feature not offered by its base class, the Literal
11 Oct 2013 by ASP.NET Community
Since the dawn of asp.net, web based development has become a lot easier.  It provides a great deal of control over designs and code.  And affords
11 Oct 2013 by ASP.NET Community
First let’s see what the CSV file is:CSV file is a text based file in which data are separated by comma. It can be opened by excel so you can use
11 Oct 2013 by ASP.NET Community
This is an attribute that indicates that the variable has one instance for each thread. This is a variation of the static variables. Static variables
11 Oct 2013 by ASP.NET Community
Most of the time when i tried to search for executing server side static page methods using jquery I came across simple example which explained how
11 Oct 2013 by ASP.NET Community
Hi Friends,In this article I will show the magic of Json and with a plus, the Model Binder that we know that MVC3 have by default, This is a simple
11 Oct 2013 by ASP.NET Community
Factory method is "Define an interface for creating an object, but let the subclasses decide which class to instantiate." In simple words we
11 Oct 2013 by ASP.NET Community
How to Get MacAddress and Get All Adapter Types in ASP.NETIn this demo we will see how to get MacAddress in ASP.NET in easy steps. In the first
11 Oct 2013 by ASP.NET Community
I’ve been heads down for the last several weeks Scrumming and it has been a while since I’ve updated my blog so I figured if I was going to keep your
11 Oct 2013 by ASP.NET Community
Hello friends.I am going to share with you a concept to call server side method from client side using script manager.Step 1 : Put ScriptManager on
11 Oct 2013 by ASP.NET Community
Finding very little information on how to  implement Profiles in Asp.Net MVC, I thought I'd share my solution to implement this.For demonstration
11 Oct 2013 by ASP.NET Community
In this article we are seen how to create a custom HTML Editor control to add image button in it.  Create A
7 May 2013 by c_a_dunlop
Get 10 tips for revitalizing your existing static analysis implementation—no matter what static analysis tool you're using.
16 Dec 2009 by David Nash
A simple Windows Framework that beginners and intermediate programmers can use as an alternative to MFC. It makes learning to program for Windows easier.
8 Jan 2022 by Michael Haephrati
A Static Library which can be used for all kinds of database related needs
29 Apr 2015 by Priyank Modi
Article summarizes some of the key concepts around the keyword ‘Static’ which every developer must remember.
4 Jun 2010 by ShaneMcDonald
A simple introduction to static and dynamic libraries with GCC.