JavaScript Arrays
Arrays in JavaScript are fairly easy but can sometimes be a little confusing. Here’s a quick intro.
Microsoft .NET Platform, ASP.NET, C#, VB.NET, MVC
Arrays in JavaScript are fairly easy but can sometimes be a little confusing. Here’s a quick intro.
A newbies guide to generating a Random Number in JavaScript.
The LINQ where clause is easy to use but sometimes there is confusion of how to create an expression with more than one condition. Here’s a quick overview.
When you make ajax calls there is often some delay before the response and the user may start clicking buttons or taking some other undesirable action. A quick solution is to show a wait cursor, which will deter the user from other actions and give them visual feedback.
Over the last few months I have been faced with upgrades on some legacy applications written in ASP.NET Webforms and the big question has been ‘Should I stick to using Webforms or convert these to MVC?’.
In order to get a consistent looking website, many designers use a common layout or master page. That’s good, but in practice we often need to add some other items to the layout too. Say, for example, we have a different style sheet or Javascript files for many of our body pages. We can achieve that using Sections.
CSS Frameworks undoubtedly help in providing a quick and pleasantly aesthetic look to your product and can give considerable help in providing the base HTML, CSS and JS required. For a developer like me, CSS Frameworks contribute many of the modern standards and techniques which I may lack as a non-designer. Creating a good responsive design from scratch is not a trivial exercise so a good CSS Framework can give you a great base to start from.
Using ASP MVC Controllers as a source for Ajax is one of the easiest methods around. I’ll give you four simple examples of calling a controller function, show you how to pass parameters both ways and then show how to call and display a Partial View.
Markdown is a very lightweight markup language devised by John Gruber. It is used to convert plain text to HTML using a simple syntax. The main advantages of doing this are (1) you can create HTML in a plain text editor and (2) you can create HTML without any knowledge of HTML syntax.
NetBeans 8.1 Beta builds on previous versions and add supports not only to Java but…