There are primarily two main methods for measuring the memory usage of a .NET Framework application, using the GC class or using System.Diagnostics The .NET Framework’s GC class contains many useful memory-related methods, including GetTotalMemory(), which returns the amount of memory the garbage collector believes is allocated to your app. The number not be exact [...]
Read more…
Posts tagged with 'Applications'
Tools, frameworks and the desktop applications used by .Net Developers
The Microsoft .Net is a kind of a software framework that runs on Windows Operating System. It has a large library that contains coded solutions and various programmingtools to help developers to create Windows software applications. The framework’s base class library offers a wide array of various tools and instruments including user interface, data access, [...]
Read more…
ASP.NET Consulting Services: Ensuring Optimum Benefit of ASP.NET Applications
ASP NET consulting services are being increasingly offered with the widespread use of this web application development framework from Microsoft. This web development technology is a part of .NET Framework and is used by programmers to create web services and dynamic web apps using compiled languages including C# and VB.NET. In fact Microsoft has done [...]
Read more…
ASP.NET Consulting Services: Ensuring Optimum Benefit of ASP.NET Applications
ASP NET consulting services are being increasingly offered with the widespread use of this web application development framework from Microsoft. This web development technology is a part of .NET Framework and is used by programmers to create web services and dynamic web apps using compiled languages including C# and VB.NET. In fact Microsoft has done [...]
Read more…
ASP.NET Consulting: Assuring Dynamic Web Applications Services
ASP.NET is one of the most superior and dynamic web applications which has been developed by software giant Microsoft. This application framework is a favorite among programmers in developing web applications and services and dynamic website. What makes ASP.NET so special is its n-Tier architecture. In any application development, the most important feature is the [...]
Read more…
ASP.NET Consulting: Delivering High Performing and Dynamic Web Applications
For websites driven by database, the programming language is the key to optimum performance. And ASP.NET is one programming language which is tried, tested, and trusted by programmers when it comes to providing optimum solution. It is a dynamic programming language which is being increasingly used ever since its introduction in 2002. Website development has [...]
Read more…
ASP.NET: The Technology That Powers Websites and web Applications Today
Web applications add to the use and efficiency of website. However, have you ever wondered what goes on contribute to the creation of amazing applications that makes your website more beautiful and applications that fuels its efficiency? It’s the skill of the professionals involved in ASP net development. ASP .net application development is a major [...]
Read more…
ASP.NET: The Program Behind Many User-Friendly Applications
In the early days of the internet, updating static web pages was done manually, which was a tedious task for those managing information from web pages. But with the advent of ASP (Active Server Pages), released by Microsoft® in the late ‘90s, dynamic and automated updates to web-pages have become possible. ASP was followed by [...]
Read more…
Protecting your .NET applications
I have often been asked questions from my readers – How do I obfuscate my application? Or how do I protect my assemblies from being disassembled? Or how do I stop my code from being reverse engineered?..and so on.The answer to all these questions is Obfuscation. One thing to remember is that Obfuscation does not [...]
Read more…
IntelliTrace: Fast Track to Debug Microsoft .NET Applications in Visual Studio 2010
IntelliTrace is a new feature that is introduced by Microsoft in Visual Studio 2010 for putting the debugging in the fast track. It will reduce the time taken by debugging an application by reducing the number of debugging passes required to be executed by the developer.Traditional debugger allows a developer to set a breakpoint in [...]
Read more…