Synchronizing Google Groups and Active Directory Group Members
I have been doing a lot of synchronization projects lately like SalesForce events and Google Calendar Events, Active Directory and some Payroll Application and now Google Groups and Active Directory...
View ArticleGetting the default record type of a user for Event Creation in Salesforce
I have been twisting my head around in finding a solution for this simple task and I guess its worth while to share this information to everyone as I cannot search anything on Google or even in...
View ArticleUsing jQuery with Sharepoint 2010
Several days back I was asked a question in this blog relating to using JavaScript in a Sharepoint, it ended up with multiple questions and one was using jQuery in Sharepoint, as usual I searched my...
View ArticleSingularize Function in TSQL
Today I was trying to make a code generator for one of our projects to make our lives easier, basically I was trying to list all objects on our SQL Server database and Print a C# code output which I...
View ArticleSimple TSQL and C# Entity Generator for S#arp Architecture
Recently we started a big project which uses S#arp Architecture and for those who does not know what it is you can go to the site (http://www.sharparchitecture.net/) and have a read, but in a gist it...
View ArticleSimple Implementation of MVC Cascading Ajax Drop Down
Don’t you miss developing the traditional way? where you can just use Update Panels and Auto Post backs, it was so easy to develop the UI before where you can see it in the design view and interact...
View ArticleLarge JSON Result for Telerik’s MVC Grid
You might have encountered this error “Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.”...
View ArticleTelerik MVC Grid workaround for not rendering properly in Internet Explorer
If you are working with Telerik MVC Grid and Internet Explorer you might have encountered an issue where columns and rows are not rendered properly. You will notice rows are not in line with their...
View ArticleThe Easy way of changing Collation of all Database objects in SQL Server
Did you encountered a problem where you wanted to change your database collation to default or even just changing it to a different type? I guess what you had initially done (like me) was to change the...
View ArticleForeign Key Drop Downs on Telerik MVC Grid
If you are using MVC on your projects and you are using a Grid View control most probably it will be the Telerik Grid. While it is one of the best ones around it still have its cons but whats good...
View ArticleHow to render MVC View on a Modal Popup Window
You might be wondering how to place an MVC View easily on a pop-up window like the image above that’s why you are in this page now? Well you a bit lucky as I will tell you how easy is this to execute,...
View ArticleDelete Row does not refresh Telerik MVC Grid Solution
Have you encountered an error in Telerik’s MVC grid where when you delete an item using Ajax Databinding the grid does not refresh but the row item was actually deleted? I came across with this issue...
View ArticleExport Multiple Datasets to Multiple Excel sheets dynamically formatted...
This might not be a ground breaking discovery but I was thinking I might be able to share this piece of code to someone who might need it. As usual I did searched online first whether this is...
View ArticleRunning a background service in a Web Application (no Windows Service was...
This is not something new but it might be helpful for someone who needs this solution, I am sharing this as I have a current project to create background services using my Web application like usual...
View ArticleExport Telerik MVC Grid to CSV Dynamically based on a View Model
We may have seen examples from Telerik where they had exported data to CSV but Column Headers and Column Values are assigned manually to StreamWriter object. For this post we will improve further on...
View ArticleDraggable Sorting and Saving Changes using MVC and jQuery UI
We’ve been posting a lot of MVC and jQuery lately and I guess you have to get used to it for a couple of months more as this the technology that I am using currently in most of my projects. For today’s...
View ArticleProgrammatic Execution of an Excel Macro on Remote Machine from a website
I tried searching everywhere for a solution on this issue but found nothing. To give you an idea what I want to achieve here is the scenario. We have a website where users generate and Excel report...
View ArticleUsing SQL Server Reporting Services in MVC Web Application
You might be wondering how to use SQL Server Reporting Services Reports with an MVC Application hence you’re in this page, well let me explain to you in this simple steps At the time of this post there...
View ArticleUpgrading S#arp to MVC4
First of all I can assure you that S#arp will work on MVC4 and I am using Sharp Architecture 2.0.4. We just recently migrated and tested 2 large S#arp projects and it is fully working and is running...
View ArticleUsing a Sybase with S#arp Architecture and nHibernate
This article will discuss on how I achieved using a Sybase database alongside SQL Server with S#arp Architecture / nHibernate. In this article I would assume that you use S#arp and have already a...
View Article