c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

[Solved] The relationship model was not loaded because the type model is not available.The following information may be useful in resolving the previous error: The required property does not exist on the type model class

| | Category: asp.net MVC

When I created new table “post” and give foreign key relation to another “category” table after that run the custom tool by right click on edmx file. While running the application I got the following error. It was cleared by including post table foreign key relation to the category class.

How to create a bounce effect for object in jQuery?

| | Category: JQuery

In this article we will see how the JQuery UI effect can be combined to create an object that will travel across the page for a particular distance using position method after that it will return to the starting place by bouncing.

How to create a help icon using fadeToggle in jQuery?

| | Category: JQuery

In this article we will discuss how to create a help icon using fadeToggle in jQuery. We will set help text to display none. When the user click on the help icon we will implement fadeToggle() propery to make showing or hiding by setting helptext display property to block or none .

How to implement search box validation using switch class in jQuery?

| | Category: JQuery

Switch class() method is used to replace one class with another class instead of addClass() and removeClass(). We can also set duration, easing and call back arguments. I will show you how to with example.

How to create an unordered list by iterating an array?

| | Category: JQuery

We are creating an unordered list using jQuery by iterating in an array and store it in a local variable by appending. Finally we have pushed in to the DOM using html property. This is the best way to fill the unordered list with element id without reflow.

How to create color animation effect on search button click in jquery?

| | Category: JQuery

To attract the user with different smoothly animation effects using several css properties such as color, background color, border-color, and outline color for search box. It was achieved by jQuery’s animate() method let’s look at the example.

How to create slide in and out effect using jquery?

| | Category: JQuery

When the user hovers over an image showing addition information about the image caption with animation effect showing and hiding.

How to get href value property for anchor tag in jquery?

| | Category: JQuery

In this article we will learn how to get href value property for anchor tag in jquery using attr() property. Below example when the user clicks the about link button alert will show the href property value.

How to share image to twitter post using asp.net MVC?

| | Category: asp.net MVC

In this article we will describe how to share a post along with image in twitter. We can share image with SendTweetWithMedia() method by passing image as stream. Inorder to send image as stream we need to convert it.

How to share twitter post using asp.net MVC c#?

| | Category: asp.net MVC

The sample code in this article demonstrates share twitter post programmatically. To create a twitter application using Twitter apps and get a customer key (API Key) and customer secret (API key). Inorder to share twitter post we need to Install-Package TweetSharp using nuget package manager console and reference to the page.

Page 58 of 82