By tag: static
0
kicks
Static Keyword Demystified
What is the difference between a static class and a static member variable or method? I have asked this question in most of my interviews, and most of the time, it confuses candidates. So I thought of writing an informative article on it so that the difference is comprehensible, and fellow developer...
0
kicks
Static Singletons for ASP.NET Controls
When building generic ASP.NET Server controls that also provide a sort of API service to other custom controls or page level code, it's often necessary to ensure that only a single instance of a control exists, and that only that single instance of this control or component can be accessed in the co...
0
kicks
How to access an ASP.NET Session object inside a static function (erro
If you are trying to access an ASP.NET Session object from inside a static function you will encounter error CS0120
0
kicks
Microsoft and framework designers: Stop using static, internal, sealed
A public call for Microsoft and other framework designers to stop burying useful functionality in their APIs and preventing consumers from using or overriding critical parts of the API.
0
kicks
Static analysis to win business and influence others
How static analysis tools can give a crucial competitive advantage
0
kicks
Can a .NET code analysis tool approach human intelligence?
Can NStatic achieve some semblance of a human-like intelligence, with performance that is indistinguishable from a code reviewer with no prior experience with the code base? There are three important ingredients that bring the tool closer to that dream: Symbolic manipulation, interprocedural analysi...
0
kicks
Collection of Dynamic Features for Static Languages
How do C# 3.0/VB 9 stack up against other mainstream and fringe static languagess in terms of co-opting dynamic capability?