DataTables plug-in provides a very efficient and easier way to integrate grid style view on the client-side using basic HTML and JavaScript. Using this plug-in, you can produce filtering and sorting with many options. I have extended one of the column types. I have made a contribution on codeproject available on this link:
Link to CodeProject Article
admin .Net Basic Html, client side filter, client side sort, Column Types, datatables, filter, Grid Style, sort
When the SharePoint 2007 application is upgraded to SP 2010, it creates a lot of issues related to master page and themes. First one is related to the customized master page. If you open log file, you will see the errors something like below: Read more…
admin SharePoint master page, Place Holder, Sharepoint 2007, SharePoint 2010, Site Features, System Web, Theme Issues, Unexpected Error
Success or luck, yeah there could be a lot of debate on it. Lot of material could be read on Internet about it. Let me focus on successes in interviews only. Before any interview, we usually surf internet, any related materials, have gossips with colleagues/friends for tips and stuff Read more…
admin Misc Colleagues, interview, Interviewer, luck, Poll, Related Materials, Success
SharePoint 2010 has come up with a lot of new features and enhancements which are really cool. Yet there are some features 2010 do not even go for, which really surprises me. Here are these:
Read more…
admin SharePoint .net 4, Api, Content Database, Enhancements, Entities, History Page, Many Surprises, New Features, pitfall, Queries, SharePoint, ssrs, surprise, Webpart
I have experienced an issue while working on SharePoint 2010. I was trying to use the object model of SharePoint 2010. I got an error message that “Web application cannot be found at the given URL”. I was quite surprised and embarassed as well. I created a windows based application and tried to create an object of SPSite but I got the error described above.
Read more…
admin SharePoint Error Message, Object Model, SharePoint, SharePoint 2010, SPSite, Web Application
Microsoft provides Business Connectivity Services (BCS) also called Business Data Connectivity (BDC) is a set of services and features using which we can connect SharePoint-based application to external data sources. It is part of each flavor of SharePoint which includes Foundation 2010 Server as well.
Read more…
admin SharePoint BCS, Bdc, Business Connectivity, Business Data, Content Type, ECT, External Data Sources, Foundation Edition, Secure Store, Service Connector, Web Server
If you had ever worked with multi-threaded applications, you will surely have faced situations where you have to troubleshoot deadlocks and it could be a nightmare to do so. You might have also worked with WinDbg. I came across a similar scenario and used WinDbg to identify deadlocks. So I thought its worth sharing. So here we go:
When we install Windows Debugging Tools and start using it, we came across number of issues which held us from following along. I was able to proceed by following following these steps:
Read more…
admin .Net Deadlock, Dmp File, Gac, Memory Dump, Mscorwks, Pid, thread, Windbg, Windows Debugging Tools
Every employer wants to start working in Agile mode to get its various advantages. On they contrary, very few really works on building Agile teams. Not every team is an Agile team. Its very tricky when it comes to delivery
Some important aspects to keep in mind while building an Agile team are but not limited to:
Read more…
admin Agile Feedback Loop, Iterations, Professional Relationship, team, Team Collaboration, Team Communication, Team Member, Team Spirit, Test Scenarios
It is always hard to define how scalable your application is and to plan how we will scale our application. Whenever there is a debate we had plenty of things and yet left with hard situation of how to final.
Scalability as usually defined is the ability to increase the throughput of our application by adding more hardware to our system. In this context there are two options either to Scale up or to Scale out.
Read more…
admin Architecture Independent Threads, Processors, Scalability, scale out, scale up, Shared Memory, Vertical Scaling, Web Server
Recent Discussions