• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Kriztine Mendoza

Senior .NET Developer & Tech Partner for Scalable Software Solutions

  • Home
  • About
  • Work
  • Services
  • Contact Me

ASP.NET MVC

Looking for Rapid Prototyping Tools for ASP.Net Applications

April 15, 2015 by kriztine

I have not seen any other prototyping tool [yet] that can do what Indigo Studio can do.  Mostly, the tools that I’ve seen are using images that can be linked together, so we know what is going to happen if we click a link, a button, and other clickable controls.

I am a fan of Indigo Studio when it comes to “prototyping” capabilities. But, I would not use it if I do not have a plan on using Infragistics controls. Because that is where you can fully maximize its use. And I am not a big fan of Infragistics controls. They do not have ASP.NET MVC extensions. When you want to use ASP.NET MVC and Infragistics, your option is to use their IgniteUI or their set of jQuery controls. I would like to avoid using jQuery now as it is more on DOM manipulation. Also, I am having a hard time finding the information I need on their website. They do not have many positive reviews, either.

Now, if there is any other tool out there that is much like Indigo Studio, I would love to try it out. I am still looking…

For Rapid Prototyping, I think these would do as alternatives (for now):

  1. Using NET WebForms.  Hey, we can also drag and drop the controls. Making it interactive may need some coding but not that much. Just one line per each mouse click.
  2. UI images, making the links work by using InVision. I see it as the social media of UI/UX design, wherein the user can point to a particular area in the image, add comments, and keep adding comments. Also, there is a button where we set the image as “In Progress” or” Approved”. Cool, right?

Filed Under: Design, Tools Tagged With: ASP.Net, ASP.NET MVC, ASP.Net Web Forms, Prototyping, UI/UX

Entity Framework 6 Error: Unable to load the specified metadata resource

April 1, 2015 by kriztine

I was using the Entity Framework Database First approach and it worked well when I generated the edmx file within the ASP.NET MVC project.

But because we need to adhere to the N-layering practice, I have created a ProjectName.DataModel class library and generated an edmx file there.

It no longer worked and returned an error “Unable to load the specified metadata resource”.

Craig Stuntz fully explained the source of error here.

So what I did to solve the problem was go to the config file and modified the part of Entity Framework generated connection string to this:

connectionString="metadata=<b>res://ProjectName.DataModel/Model.csdl|</b><b>           res://ProjectName.DataModel/Model.ssdl|</b>
<b>res://ProjectName</b><b>.DataModel/Model.msl</b>;

Noticed that I have removed the “*/” part. That did the trick.

Filed Under: .Net Development Tagged With: ASP.NET MVC, Entity Framework

Primary Sidebar

Recent Posts

  • The tooltip or Intellisense for methods do not appear!
  • Scrollbar doesn’t show on Safari
  • WebResource.axd File Compression
  • X-Frame-Options header and X-Content-Type-Options = nosniff
  • Solved: Truncation Error when Importing from MS Excel to SQL Server

Categories

  • .Net Development (7)
  • Design (4)
  • How-To's (3)
  • Marketing (1)
  • Project Management (2)
  • Projects (1)
  • SQL (4)
  • System Administration and Configuration (2)
  • Tools (8)

Archives

SERVICES
  • Responsive Web Design
  • Custom Web/Software Development
  • Content Management System
  • API Development and Integration
  • Database Design and Management
  • System Configuration and Administration
QUICK LINKS
  • About
  • Services
  • Dev Notes
  • Resources
  • Contact me
GET IN TOUCH
  • +6349.539.1339
  • contact@kriztine.com
  • kriztine.tech@gmail.com

© 2025 · All Rights Reserved · Kriztine Mendoza

Attributions · Privacy Policy

"Whatever you do, work at it with all your heart, as working for the Lord..." - Colossians 3:23