Tag: Development

Community

.NET Internals and Code Injection

(Daniel Pistelli) This article is the obvious culmination of the previous effort of writing the Rebel.NET application and the first of a two series of articles about the .NET Framework internals and the protections available for .NET assemblies. The next article will be about .NET native compiling.

Community

ASP.NET 3.5, AJAX and WebServices

(balamurali balaji) This article explains the use of webservices in ASP.NET 3.5 AJAX environment and it tells how to call web service methods from a client-side javascript. It also outlines the new System.Web.Script namespace and explores the ways of defining the client-call to a web service method.