This is an issue that happens when you have mismatch of type between a Source and Destination table item type. You should look at the data type in the table for both Source and Destination. You probable have one of these field as nvarchar. If it needs to be nvarchar, that’s fine. If not, simplest…
Author: mhoque
Solved: Where is the Package Configuration for SSIS in Visual Studio 2015
I was working with SSIS package and after using the global parameters, I wanted to create an XML or config file to use with the package. I am using the Visual Studio 2015 and looking for the starting point from this article. http://vyaskn.tripod.com/sql_server_2005_making_ssis_packages_portable.htm But can’t seem to find the first item “package configuration†option from…
Issues with the MvcScaffolding
Technorati Tags: I was trying to add a class and repository pattern for the class. But for some reason I wasn’t able to execute the command without error. I tried separate different way to execute the Scaffolder and unable to get it going. Tried to Update-MvcScaffolder from Package manager console and Enable Migration from the…
Leveraging Scaffolders to Implement Repository pattern for your project
I have shown in last couple of posts how to use 1. MVCScaffolding to scaffold your MVC 4 project with Razor View Engine, 2. Use the Migration tool to use code first approach. I still want to show you how to use the repository pattern using the Scaffolding technique Here is the outline…
Using Code first approach with Entity Frameworks Migration tool
In one of my previous post I have done a simple overview of how to use Entity Frameworks code first approach for MVC4 project. I did a simple overview on how to use the Scaffolding to generate Views, Controllers and update database from model classes. On this post I will make things a little…
How to use Migrations to implement Code First for Entity framework and MVC
Code first is the way to write your code first and let the code take care of the Database and such for you. You shape your objects and you run custom tool to generate the Database for you. Now, you should have the basic idea on how database tables , views and relationship works, but…
Happy New Year 2011
Happy New Year Shuvo Noboborsho Feliz Navidad To Everyone.
Issues with Razor and Intellisense
I just started to convert few of their old ASP (?? yes) pages to Razor view engine with MVC 3. Soon I ran into issues. I don’t have Intellisense….what !!! Nooooooooooooooooooo. I don’t want to go back to VB 4 days. After some research I found out the issue is not on the MVC…
Window 7 Phone
October 12th will be the Windows Phone 7 Developer Launch. Read Scott’s Blog to find out more detail.
Windows Phone 7, Programming a Tic Tac Toe Adding Application Bar Menu and Seperate Logic – Part 3
If you have been reading Programming Tic Tac Toe Part 1 and Programming Tic Tac Toe Part 2 . You should be ready to do this. If not please read those first if you are not familiar with Windows 7 programming. On this segment I would like the add an Application Menu bar and want…