Skip to main content

Home/ Groups/ .Net Developers
Tarik Guney

Math.Pow Method (System) - 0 views

  •  
    This shows power of a number. For example it helps you to distinguish whether it is negative or positive. (NegativeInfinity or PositiveInfinity)
  •  
    How to know power of a number represented in C# language ? Use Math Class of course with Power static member.
Tarik Guney

Dealing with REST Web Services « Aspguy's Weblog - 0 views

  • The XElement class (declared in System.Linq.XML) provides a Load method that can retrieve an XML data from a url with GET  method:
  •  
    Consuming REST Web Services in C# .NET Platform
Tarik Guney

Hidden Features of C# - 0 views

  •  
    The hidden features of C# Programming language. These tips and features are making our job easier most of times.
Tarik Guney

Hidden Features of JavaScript? - Stack Overflow - 0 views

  •  
    Hidden features of Javascript, the popular client side programming language.
Tarik Guney

JavaScript Kit- Ajax Reference (XMLHttpRequest object) - 0 views

  • Ajax is a popular term used to describe asynchronous (versus synchronous) requests made from the client to the server. In JavaScript, Ajax requests are handled using the XMLHttpRequest object, which lets you open a connection, send the request, then handle the data returned by the server seamlessly in the background.
  •  
    Complete XMLHttpRequest reference.
  •  
    Complete XMLHttpRequest reference.
‹ Previous 21 - 27
Showing 20 items per page