Archives
-
Create nice animation on your ASP.NET Menu control using jQuery
In this blog post, I will show how you can apply some nice animation effects on your ASP.NET Menu control.
-
Create excel files with GemBox.Spreadsheet .NET component
Generating excel files from .NET code is not always a very easy task, especially if you need to make some formatting or you want to do something very specific that requires extra coding. I’ve recently tried the GemBox Spreadsheet and I would like to share my experience with you.
-
Linqer – a nice tool for SQL to LINQ transition
Almost all .NET developers who have been working in several applications up to date are probably familiar with writing SQL queries for specific needs within the application. Before LINQ as a technology came on scene, my daily programming life was about 60-70% of the day writing code either in the front-end (ASPX, JavaScript, jQuery, HTML/CSS etc…) or in the back-end (C#, VB.NET etc…), and about 30-40% writing SQL queries for specific needs used within the application. Now, when LINQ is there, I feel that the percentage for writing SQL queries got down to about 10% per day. I don’t say it won’t change with time depending what technology I use within the projects or what way would be better, but since I’m writing a lot LINQ code in the latest projects, I thought to see if there is a tool that can automatically translate SQL to LINQ so that I can transfer many queries as a LINQ statements within the code.
-
Only 3 simple steps to create jQuery UI tabs content navigation in your ASP.NET Website
jQuery is definitely the most popular JavaScript library in the web.
-
Find odd and even rows using $.inArray() function when using jQuery Templates
In the past period I made series of blogs on ‘jQuery Templates in ASP.NET’ topic.