Archives
-
JavaScriptSerializer – Dictionary to JSON Serialization and Deserialization
Few weeks ago I was working with the JavaScriptSerializer for serializing objects into JSON format, sending the JSON format as a parameter to a web service method and deserializing in the web service. The JavaScriptSerializer can be useful for different serialization and deserialization tasks.
-
Integration of jQuery DatePicker in ASP.NET Website – JS Validation Script (part 2)
In part 1 I’ve shown the way to integrate the KeithWood’s jQuery DatePicker on an ASP.NET website in just few simple steps.
-
Integration of jQuery DatePicker in ASP.NET Website (part 1)
In the previous days, I’ve been working on few jQuery DatePicker plug-ins.
-
Transferring large data when using Web Services
I've been working with complex reporting application and big part of the application relies on Web Services.
-
Forums dedicated to WebMatrix
Hi everyone.
-
Microsoft WebMatrix – Short overview & installation
Hello everyone!
-
Working with embedded resources in Project's assembly
Embedding resources in project’s assembly can be very useful for static data that exists in your project, such as images, some static files etc.