July 2010 - Posts

45
Comments

JavaScriptSerializer – Dictionary to JSON Serialization and Deserialization by hajan

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...
7
Comments

Integration of jQuery DatePicker in ASP.NET Website – JS Validation Script (part 2) by hajan

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. In this blog post I’m going to do something more advanced comparing with the part 1 blog post, but still, I will stick enough clear...
42
Comments

Integration of jQuery DatePicker in ASP.NET Website (part 1) by hajan

In the previous days, I’ve been working on few jQuery DatePicker plug-ins. The one I will be using in this blog post is the Keith Wood’s DatePicker plug-in which has a lot of features that can be easily extended. The source code of the plug-in you have...
20
Comments

Transferring large data when using Web Services by hajan

I've been working with complex reporting application and big part of the application relies on Web Services. The client requests some operations by calling the Web Methods. The Web Service basically does everything on the sever where it is deployed and...
3
Comments

Forums dedicated to WebMatrix by hajan

Hi everyone. This would be a short blog post. Just wanted to inform everyone that there are two open forums regarding ASP.NET WebMatrix where you can ask your questions or post your issues so the experts will help you on the best way they can, as they...
Filed under: , , ,
12
Comments

Microsoft WebMatrix – Short overview & installation by hajan

Hello everyone! Probably most of you have already heard the excellent news about the new Microsoft WebMatrix application tool which is in its beta version. Well, After reading the overview and introduction of the WebMatrix, I've got feeling that this...
Filed under: ,
8
Comments

Working with embedded resources in Project's assembly by hajan

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. For this purpose, .NET Framework is equipped with Assembly class which is derived from the System.Reflection...
More Posts