Stories recently tagged with 'static'

Static Keyword Demystified(codeasp.net)

submitted by amitenduamitendu(95) 2 years, 11 months ago

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 developers can add more information/valuable points. read more...

add a comment |category: |Views: 17

tags: another

Static Singletons for ASP.NET Controls(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 7 months ago

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 context of an ASP.NET request. Using HttpContext and it's Item collection makes it easy to create reusable, cacheable instances and ensure you're only running a Singleton instance of it. read more...

add a comment |category: |Views: 17

tags: another

How to access an ASP.NET Session object inside a static function (erro(apijunkie.com)

submitted by APIJunkieAPIJunkie(539) 4 years, 1 month ago

If you are trying to access an ASP.NET Session object from inside a static function you will encounter error CS0120 read more...

add a comment |category: |Views: 29

tags: another

Microsoft and framework designers: Stop using static, internal, sealed(lostechies.com)

submitted by chadmyerschadmyers(840) 4 years, 1 month ago

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. read more...

add a comment |category: |Views: 39

tags: another

FxCop This(nervoustych.com)

submitted by jburgerjburger(815) 4 years, 7 months ago

A summary on creating, deploying and debugging fxcop rules. read more...

1 comment |category: |Views: 16

tags: another

Static analysis to win business and influence others(weblogs.asp.net)

submitted by ScottWScottW(320) 4 years, 9 months ago

How static analysis tools can give a crucial competitive advantage read more...

add a comment |category: |Views: 4

tags: another

Can a .NET code analysis tool approach human intelligence?(wesnerm.blogs.com)

submitted by JudahGabrielJudahGabriel(783) 5 years ago

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 analysis, and the application of general abstract principles rather than specific rules. read more...

1 comment |category: |Views: 13

tags: another

Collection of Dynamic Features for Static Languages(ryan-technorabble.blogspot.com)

submitted by nedruodnedruod(125) 5 years, 3 months ago

How do C# 3.0/VB 9 stack up against other mainstream and fringe static languagess in terms of co-opting dynamic capability? read more...

add a comment |category: |Views: 1

tags: another