Skip to main content

Posts

Marketing Segmentation and Campaign Management by MSBI

MS BI is a platform on which an organization can build out their analysis capabilities and enhance their presentation of decision critical data through dimensional modeling and data mining algorithms to identify opportunities for improving the effectiveness of marketing, operational efficiencies and identifying areas that would yield the best return on investment as well as many other applications.

how to create installer with database file inside

Check this link Streamline Your Database Setup Process with a Custom Installer. http://msdn.microsoft.com/en-us/magazine/cc163919.aspx Keep in mind it is just an example but you should be able to see the idea and create your own installer. Depending on how you are creating your setup project, you will have to follow that technology's guidelines. Check out this site.  http://wixtoolset.org/

What is the difference between Java and C#

What is the difference between Java and C# 1. Both are programming languages having same basic concept but syntactically different... We use Java for mobile development where as c sharp in .net development. 2.Java and c# are only almost the same with just a few variation on some keywords. one of the major difference is that java class can inherit multiple classes where c# classes don't. 3.Java can't accept multiple inheritance and it's the same case for c# , c++ can accept multiple inheritance. 4.C# share the same syntax, execution model and run time features( virtual machine , garbage collection,...) and cross platform , C# add features like cross language interoperability. C.C# have very nice features that java didn't have like linq and functional programming using lambda expressions. 5.C# is that every new feature is the result of c# developers suggestions around the world.Also feature like optional and named parameters are aimed to make developer life mor