Lost your password?

Blogs about: Technical Corner

Featured Blog

How to cache in ASP.NET

evacion wrote 3 weeks ago: SUMMARY This step-by-step article describes how to control the caching of Web pages and data objects … more →

Understanding ASP.NET Dynamic Compilation

evacion wrote 3 weeks ago: In order for your Web application to service requests, ASP.NET must first parse and compile the code … more →

Compile-time vs run-time

evacion wrote 3 weeks ago: The difference between compile time and run time is an example of what pointy-headed theorists call … more →

C# Heap(ing) Vs Stack(ing) in .NET

evacion wrote 3 months ago: Interesting article about heap, stack and Garbage Collector can be found here: http://www.c-sharpcor … more →

POST-Redirect-GET Pattern1 comment

evacion wrote 3 months ago: HTTP supports several methods that define the nature of the current request. The two most important … more →

.NET Remoting

evacion wrote 6 months ago: Remoting is a system for Microsoft .NET platform that enables interprocess communication in a homoge … more →

Tags: .NET Remoting

DLL versus EXE

evacion wrote 6 months ago: The most important difference is that an EXE is a program that can be run by the user or by another … more →

Tags: DLL vs EXE

Static Typing vs Dynamic Typing

evacion wrote 6 months ago: Static Typing Static typed programming languages are those in which variables need not be defined be … more →

Tags: static typing, dynamic typing

Strong-typing vs weak-typing

evacion wrote 6 months ago: What is a “type”, anyway? A type is metadata about a chunk of memory that classifies the … more →

Tags: strong types, weak types

.NET Framework

evacion wrote 6 months ago: The Microsoft .NET Framework is a software framework that can be installed on computers running Micr … more →

Tags: .NET Framework

Support Certificates In Applications With The .NET Framework 2.0

evacion wrote 7 months ago: Certificates are used in many places across the Microsoft® .NET Framework, from secure communication … more →

Tags: .Net Security

Troubles with Windows Vista

Manny Paz wrote 10 months ago: My wife in Xmas had a very nice gift,I would said an excelent gift…a  really beautiful laptop … more →

Tags: Tech Corner

Lista lui Mos Craciun14 comments

evacion wrote 12 months ago: …si pentru ca mai sunt cateva zile pana la venirea mosului, m-am gandit sa impartasim in aceas … more →

Managed, Unmanaged, Native code

evacion wrote 12 months ago: Managed Code is what Visual Basic .NET and C# compilers create. It compiles to Intermediate Language … more →

Tags: managed code, Unmanaged Code, Native code

OLTP Applications

evacion wrote 1 year ago: OLTP applications are often used to capture new data or update existing data. An order-entry system … more →

Tags: OLTP Applications

How to Find and Check Number of Connections to a Server1 comment

evacion wrote 1 year ago: Whenever a client connects to a server via network, a connection is established and opened on the sy … more →

Debugging client JavaScript in Visual Studio 2005

evacion wrote 1 year ago: Client Java Script is one of the most important things in web development but not the best and easie … more →

Platforma .NET - Compilarea programelor

evacion wrote 1 year ago: Un program scris iıntr-unul dintre limbajele .NET conform Common Language Specification (CLS) este c … more →

Evenimente si delegari

evacion wrote 1 year ago: Evenimentele sunt membri ai unei clase ce permit clasei sau obiectelor clasei sa faca notificari, ad … more →


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS