code-cruising.net
Garbage Collection or Garbage Accumelation? « Code Cruising
http://code-cruising.net/garbage-collection-or-garbage-accumelation
A blog about software development. XML is Not a Programming Language! Garbage Collection or Garbage Accumelation? Underscore vs Camelcase Naming Convention. Rendering PDF views in ASP MVC using iTextSharp. The Code Project Open License (CPOL) 1.02. March 6, 2011. Garbage Collection or Garbage Accumelation? By: Sarmad Khalid Abdullah. Let’s first compare garbage collection to a real world example: garbage collection! Almost, except that they keep the garbage on the desk, mixed with needed papers! The solu...
code-cruising.net
October « 2013 « Code Cruising
http://code-cruising.net/2013/10
A blog about software development. XML is Not a Programming Language! Garbage Collection or Garbage Accumelation? Underscore vs Camelcase Naming Convention. Rendering PDF views in ASP MVC using iTextSharp. The Code Project Open License (CPOL) 1.02. October 1, 2013. XML is Not a Programming Language! By: Sarmad Khalid Abdullah.
code-cruising.net
March « 2011 « Code Cruising
http://code-cruising.net/2011/03
A blog about software development. XML is Not a Programming Language! Garbage Collection or Garbage Accumelation? Underscore vs Camelcase Naming Convention. Rendering PDF views in ASP MVC using iTextSharp. The Code Project Open License (CPOL) 1.02. March 6, 2011. Garbage Collection or Garbage Accumelation? By: Sarmad Khalid Abdullah.
code-cruising.net
Web Security Overdone? « Code Cruising
http://code-cruising.net/web-security-overdone
A blog about software development. XML is Not a Programming Language! Garbage Collection or Garbage Accumelation? Underscore vs Camelcase Naming Convention. Rendering PDF views in ASP MVC using iTextSharp. The Code Project Open License (CPOL) 1.02. March 18, 2010. By: Sarmad Khalid Abdullah. Most people would say yes, but consider the following real-life scenario:. Shouldn’t it be that the security model is designed around our needs? So how should the system’s security behave then? 1 Comment ».
code-cruising.net
Rendering PDF views in ASP MVC using iTextSharp « Code Cruising
http://code-cruising.net/rendering-pdf-views-in-asp-mvc-using-itextsharp
A blog about software development. XML is Not a Programming Language! Garbage Collection or Garbage Accumelation? Underscore vs Camelcase Naming Convention. Rendering PDF views in ASP MVC using iTextSharp. The Code Project Open License (CPOL) 1.02. March 5, 2010. Rendering PDF views in ASP MVC using iTextSharp. By: Sarmad Khalid Abdullah. Create fake http context to render the view. System.Web. HttpContext. OldContext = System.Web. HttpContext. System.Web. HttpContext. Current = fakeContext;. Response...
code-cruising.net
About « Code Cruising
http://code-cruising.net/about
A blog about software development. XML is Not a Programming Language! Garbage Collection or Garbage Accumelation? Underscore vs Camelcase Naming Convention. Rendering PDF views in ASP MVC using iTextSharp. The Code Project Open License (CPOL) 1.02. February 23, 2010. By: Sarmad Khalid Abdullah. Thanks for your visit. 2 Comments ». I’m really loving the theme/design of your web site. Do you ever run into any internet browser compatibility. A handful of my blog visitors have. Comment by politie in beeld.
code-cruising.net
XML is Not a Programming Language! « Code Cruising
http://code-cruising.net/xml-is-not-a-programming-language
A blog about software development. XML is Not a Programming Language! Garbage Collection or Garbage Accumelation? Underscore vs Camelcase Naming Convention. Rendering PDF views in ASP MVC using iTextSharp. The Code Project Open License (CPOL) 1.02. October 1, 2013. XML is Not a Programming Language! By: Sarmad Khalid Abdullah. You might think: how can an XML file contain program logic? Simply, by making your program very configurable and putting all that configuration in the XML file you’ll be able...
code-cruising.net
Underscore vs Camelcase Naming Convention « Code Cruising
http://code-cruising.net/underscore-vs-camelcase-naming-convention
A blog about software development. XML is Not a Programming Language! Garbage Collection or Garbage Accumelation? Underscore vs Camelcase Naming Convention. Rendering PDF views in ASP MVC using iTextSharp. The Code Project Open License (CPOL) 1.02. March 31, 2010. Underscore vs Camelcase Naming Convention. By: Sarmad Khalid Abdullah. Of course each of the two conventions has its own strengths and weaknesses. The following list summarizes the strengths and weaknesses of the two:. Camel case is not consist...