(Niladri Biswas) In this article, I will show how to invoke Javascript methods from Silverlight. We will learn this by performing a simple calculator example with some basic arithmetical functionalities being expose.
Tag: Development
Introducing Windows Azure – Creating your first ASP.NET Web Role Project
(Mahesh Sabnis) All of us who are responsible for developing high scalable, high available applications are very well aware of the infrastructure challenges. To achieve scalability and availability of the applications, we require high capability servers, high bandwidth network and dedicated infrastr
Obfuscation is not a panacea
(Simon Cooper) So, you want to obfuscate your .NET application. My question to you is: Why?
How to Use Data Annotations For ASP.NET MVC 3 Input Validation
(Christopher Edward) The first time I saw data annotations in action, it was love at first sight. The second time, it was strong passion. It didn’t take much, though, for reason to regain control over emotion. At that point, data annotations became again just another technology with its own set of p
PHP Array Functions: array_change_key_case
(TheloniusFunk) In this programming tutorial you will learn how to use the PHP array function array_change_key_case to manipulate data stored in your arrays.
New in ASP.NET MVC4: Razor changes
(Alexander Beletsky) Razor has been changed a little with ASP.NET MVC 4 beta. It’s not a kind of radical changes, but rather improvements that make developers happier. As for me, developers happier then you need to write less code to get the same function.
Flipping the Light(Switch) Fantastic in Visual Studio 11
(David Ramel) I’ve heard a lot about the new LightSwitch in Visual Studio 11 Beta and how it simplifies data-centric application development, so I thought I’d give it a try.
ColdFusion 10 – Using The Group Attribute With CFLoop To Group Query Rows
(Ben Nadel) Before ColdFusion 10, the “group” attribute was only available on the CFOutput tag. This attribute could be used to create pseudo “GROUP BY” behavior when outputting ColdFusion query data. With ColdFusion 10, the “group” attribute can now be used with the CFLoop tag when looping over a q
Understanding Visual Studio’s Default Namespaces
(Richard Carr) When files for classes and some other types are added to a project, Visual Studio automatically adds a namespace definition. The decision of which namespace to apply is based upon the structure of the project and a simple setting.
.NET Assembly Version Numbers
(Olav Nybø) Version numbers on .NET assemblies are both simple and complicated stuff. This post will explain the details of the different version numbers on an assembly and what they are used for, then I will show how we can modify all of them on an existing assembly without access to the source cod
