HiFiCoding

  • Skip to content
  • Jump to main navigation and login

Nav view search

Navigation

Search

What makes .NET so popular?

Details
Published: Sunday, 22 December 2013 20:46

Architecturally .NET is very much similar to JAVA, except that the core framework only runs on windows or other Microsoft supported platforms. However the .NET framework and Application Server (IIS) is not open. One will not have the flexibility to add custom modules as easily as in case of LAMP, JAVA, or MONO. Most consumers and developers find this monopolistic and are always cautious while choosing this framework.

Read more ...

Razor” for ASP.NET 4.0

Details
Published: Sunday, 22 December 2013 20:43

After nearly 3 years of industry experience in Microsoft technologies, if asked which platform I would personally support for web-application development, I will blindly say PHP.
Some of the reasons

  1. Dynamic typed language which 
    1. simplifies development & 
    2. reduces memory foot print which in turn improves performance.
  2. No overhead of rendering server controls to Client Controls.
  3. Every major technology in web development like URL routing, HTTP compressions, ETag caching etc; are first implemented on LAMP and later ported to other platforms like JAVA and .NET/MONO.
  4. A huge community of open source projects and developers.

Read more ...

What makes C++ so popular ?

Details
Published: Sunday, 22 December 2013 20:42

There are different statistics drawn from different companies, but among the developer world, there is wide acceptance that C++ is possibly the most widely used programming language. C++ has greatly influenced many other popular programming languages, most notably C# and Java.

Read more ...

C# on MONO

Details
Published: Sunday, 22 December 2013 20:37

MONO is an open community platform; that brings the power of C# specification defined by ECMA and Microsoft to all POSIX platforms as well as Windows. When it was released, it only allowed for Console and Web application development. Since GDI based forms implementation would not work on other Operating systems, Desktop application development was not present in earlier versions of MONO. However, recently the community created GTK# (GUI Took Kit Sharp) which is a C# implementation of GTK+ (in C++). So now, MONO developers are equally capable of creating Console, Desktop and Client-Server applications.

Read more ...

Page 7 of 7

  • Start
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next
  • End