(Ben Nadel) As I talked about last week, LAB.js is an asynchronous JavaScript loader that loads and executes remote scripts in an extremely efficient, non-blocking manner. With that efficiency, however, comes the complexity of working outside the “normal” top-down page flow of the document.
Tag: Development
Hosting or deploying existing ASP.Net Web Application on Linux
(Gaurav Chopra) The very line written above brings anxiety & confusion on our faces. When we again try to give it a deep thought, we find ourselves surrounded with a few questions like: Is it possible at all?, If yes, then how?
C# Defining Preprocessor Symbols
In C#, preprocessor symbols can be defined or undefined in code or during compilation. With the use of the #if preprocessor directive, they determine which parts of the code are compiled and which are excluded from the final assemblies.
ASP.NET: Loop Statements in WebMatrix and Razor
(Suprotim Agarwal) If you have been visiting this site regularly, you must be familiar with the free Microsoft WebMatrix tool which is a lightweight web development platform and helps you to create websites in different ways. This tool is primarily aimed at new developers as well as PHP/Ruby develop
Using Visual Studio Debugger Attributes
(Bipin Joshi) Visual Studio provides a rich debugging experience to developers, helping them write robust and bug free code. In simple projects, the inbuilt facilities of Visual Studio debugger may be sufficient for your purpose, however, while debugging complex projects you may want to enhance the
Creating Design Data for XAML using a dynamics wrapped in a static class with a fluid interface.
Having design data while designing a user interface in Visual Studio or Blend is great. Designing multi-level ItemTemplates without design time data is like trying to paint in the dark.
Box Selection in Visual Studio 2010
(Jalpesh) Every day I am discovering something new with Visual Studio 2010 and In this post I am again going to explain you new interesting feature of Visual Studio 2010. We all required to modify the code in bulk some time and there is a new features for Visual Studio 2010 which enables to made cha
Combining Consoles and Forms
(Jim Mischel) The vast majority of applications I write are console applications. Not because I have a thing for console apps, mind you, but because most of my applications don’t need a GUI. I do, from time to time, have to create GUI applications.
Model View Control (MVC) Pattern Using C# – Real Life Example
(Wolfgang Geithner) There are tons of articles around in the web dealing with the implementation of the Model View Controller (MVC) pattern. Nevertheless, I had a hard time finding one usable as a kind of blueprint for a little software project of mine – a Windows Forms application with database acc
C# Fundamentals
(Ksuresh) In this article we are going learn OOPs princeples, sample program in C#, C# keywords and identifiers.
