DataSource Controls :: Getting Started With Nhibernate

Feb 8, 2010

give me an example of foreign key mapping & class description cause I don't get it.

View 4 Replies


Similar Messages:

Any Good Links To Get Started Using NHibernate?

Dec 21, 2010

any good links to get started using NHibernate with ASP.NET?

View 2 Replies

DataSource Controls :: How To Use Nhibernate - Framework

Mar 15, 2010

How to use Nhibernate give step by step description and what are required tools needed for implemented including dotnet framework

View 1 Replies

DataSource Controls :: Nhibernate Second Level Cache?

Apr 17, 2010

i am trying to use nhibernate second level cache, i have configured my cfg as

<property
name="cache.provider_class">NHibernate.Caches.SysCache.SysCacheProvider,NHibernate.Caches.SysCache</property>
<property
name="cache.use_query_cache">true</property>
<property
name="cache.use_second_level_cache">true</property>
<property
name="cache.default_expiration">120</property>

and also enable cache in presistent class as <cache
usage="read-write"/>

now what steps i have to take to check whether the cahce is working or not, do i have to write some C# code for cache?

View 2 Replies

DataSource Controls :: Which Version Of Visual Studio 2008 Use For NHibernate

Jan 16, 2010

Which version of Visual Studio 2008 do you currently use with NHibernate? I would like to test out NHibernate at home, but I'm not sure if I want to shell out $500 plus for VS 2008 professional edition. Has anyone had any luck with NHibernate on VS 2008 standard or even one of the VS express editions?

View 4 Replies

C# - Getting Started / Using F#?

Jan 10, 2010

Where should i start before using F#? What are the Learning curves in F#? What should developers moving from C# watch out for when they move to F#?

View 4 Replies

Get Started Using DotNetOpenAuth

Feb 26, 2010

I created a simple page using the code provided by this page (the first sample): [URL] But I can't seem to get it to work, I can redirect to the provider but when the provider redirects back to my page, I get error 500, "The request was rejected by the HTTP filter". I already checked ISAPI filters which I have none.

View 2 Replies

Getting Started With AJAX?

May 19, 2010

I'm taking my first stab as using AJAX. I'm starting with a simple example to update the time when a textbox changes. So I added the following at the top of my content page's placeholder:

[Code]....

And then, lower down, I added an updatepanel.

[Code]....

But nothing happens. I edit the textbox and tab out and nothing updates and nothing changes.Am I missing a web.config setting or something that I can't find reference to in all the articles I found? I'm using VS2010 and .NET 4.

View 2 Replies

C# - Getting Started With SharpSVN?

Jan 25, 2010

Are there any good resources and sites related to developing with SharpSVN and normal SVN/VisSVN I've so far only come across a few samples that deal more with JIRA.

View 1 Replies

How To Get Started With Shopping Cart

May 11, 2010

can i get a good example.. in order to get started with shopping cart.. how long it's gonna take while implementing it..?

View 5 Replies

How To Get Started Building C# And .NET Web Applications

Mar 12, 2011

I am planning to create a Customer Relationship Management (CRM) application. I have to use C# and Visual Studio 2008. What is the best approach to get started and what resources can I use to make this process easier?

View 2 Replies

MVC Getting Started Video Tutorial

Jun 22, 2010

I'm new to ASP.net and used the on-line demo under the getting started section to try and build my first MVC app. [URL]. This is a great video and is just the kind of thing I need to help me learn as I hate reading though books! However I have gone through this tutorial 3 times now and I can't get it working. Well, I follow it step by step and get the following error. The only difference is that I am using Visual Studio 2010. Being new to this I need to become familiar with all the standard error messages but at the moment they are all foreign. This is my FriendsController.cs I'm not sure if I need to post the other files as I know the database is setup ok.

The error message is:
Error 1 'HelloWorld.Models.FriendsDB' does not contain a definition for 'Friends' and no extension method 'Friends' accepting a first argument of type 'HelloWorld.Models.FriendsDB' could be found (are you missing a using directive or an assembly reference?) C:UserssleoniDocumentsVisual
Studio 2010ProjectsHelloWorldHelloWorldControllersFriendsController.cs 19 52 HelloWorld
[Code]....

View 3 Replies

Security :: How To Get Started With Https

Feb 23, 2011

I have very much experience of asp.net developement. But i have never dealt with https. In my one project i require 2/3 page with https. So please any one can explain me how i can start with https. Please explain me in detail about about developement cycle, and any other if there is any settings.

View 2 Replies

MVC - Getting Started With Linq And SQL Procedure

Mar 3, 2010

Today is my first day using ASP.NET MVC, and I'm finding it very intriguing. I only just started learning asp.net.

So basically I'm trying to call a procedure from an MSSQL database, and with it I need to send a paramater "PlaceID", which is an integer. This procedure basically just picks out a number of columns from different tables in the database. Here is the Linq to SQL code

The ultimate goal is to be able to retrieve all the information and return it as JSON with a function that will be available for a javascript.

I'm wondering what is the best way to proceed from here. I know I have to create a view, but I'm still unclear exactly on how I can call the procedure and make it store all the information. I could really use some help on this, some code examples would be excellent. I already wrote a C#.net function to convert a datatable to JSON using a stringbuilder, but I get the feeling there is a smarter way to do things.

View 1 Replies

WCF / ASMX :: Getting Started With Creating An API?

Dec 3, 2010

I am looking into creating an API for a website and I'm not quite sure where to get started.

1) Do you have any basic starting point resources when it comes to API and asp.Net. Maybe I am searching for the wrong thing? Is an API a web service?

2) When you create an API for a website. Do you host the api and the website in the same location? Or do you isolate the website from the API?

View 7 Replies

C# - DotNetOpenAuth: Webforms, Getting Started

Mar 1, 2010

I am trying to figure out how to get DotNetOpenAuth(http://www.dotnetopenauth.net/) working in my webforms app

I don't understand where to begin. I have an OpenIDSelector on my Login.aspx that lets you choose google or Yahoo. You can choose one, then a popup comes up, and lets you login. Once you login the program hangs because it is trying to do something with a database???

Can't I just use some control(like the OpenIDSelector) and get back that the user was authenticated, get their ClaimedID and handle the rest myself?

EDIT: Trying to get started with OpenID in Webforms? Go Here...

http://www.dotnetopenauth.net/developers/code-snippets/programmatic-openid-relying-party/

View 4 Replies

Get Started With URL Routing In Webform Application?

Feb 19, 2010

Thus far working with asp.net webforms was very easy .... But never implemented URL Routing in webforms... I know asp.net MVC Handles URL Routing pretty well... How to get started with URL Routing in an asp.net webform application? For EX: [URL] i want it to be like [URL] Any good article to start with URL Routing asp.net 3.5

View 1 Replies

How To Get Started With Developing SharePoint Web Parts

Nov 2, 2010

I'm not really a developer but I have experience in PHP, Java and want to have a go at developing some really simple SharePoint web parts (for WSS 3.0, MOSS 2007 and in future 2010).I assume it requires knowledge of ASP.NET. Should I start learning C# or get stuck straight into web parts.

View 3 Replies

C# - SQL Server Reporting 2008 : Getting Started?

Mar 7, 2011

I have just been told to get looking into using SQL server reporting. Does anyone have any good links they would recommend? can this be used for reporting on ASP.NET sites?

View 1 Replies

Can Get Started With Using WF 4.0 In Typical Website Scenarios?

Apr 5, 2010

I have developed for SharePoint and in those cases it is clear how workflow can (You have documents that needs approval and there are built in SharePoint workflows for this) But now I am doing standard ASP.NET web CRUD apps with WCF. I would like to find a way to get WF 4.0 invovled but I am not sure how to do it and never see any examples....

View 2 Replies

Web Forms :: Started Process Not Executing Any Code When Run Through IIS?

Aug 23, 2010

I am calling a simple console application (exe) using process.start. Within this application, I am writing events to the event log.

View 6 Replies

Is It Possible To Debug A Web Application That's Not Started From Within Visual Studio

Aug 13, 2010

The default ASP.NET web server that launches from within Visual Studio (Casini) is a little buggy on my development machine, so I like to publish to a local IIS instance on my dev machine and look at the web application there. However, I'm not automatically in "Debug Mode" when I launch the application this way.

I know that VS 2010 has an "Attach to Process" debug feature, but I'm not sure exactly how to use it. What do I need to do to be able to debug a local IIS ASP.NET web application from within Visual Studio? Specifically:

What settings do I need to change in the configuration of my web application?

What "Package/Publish Settings" do I need to change?

Is there anything I need to change in IIS?

Is there anything special I need to do in the "Attach to Process" screen?

Background Information: I'm running Visual Studio 2010 on Windows XP SP3 with IIS 5.1 and .NET 4.0.

Additional Information:

I should add that I've tried attaching to aspnet_wp.exe, but when I go to a page that I know has a breakpoint in it, I get the following message when I hover over the "open circle" breakpoint:

The breakpoint will not currently be hit. No symbols have been loaded for this document.

View 5 Replies

AJAX :: Getting Started With VS2005 / Cant Find Tool Kit?

Mar 26, 2010

I have vs2005 and would like to install the ajax tool kit, I have seen several downloads and not sure what one i need.

From the ajax page here i get the link to

http://www.asp.net/ajaxlibrary/download.ashx and see minifier 4.0 also

From somewhere else (cant recall) i ended up at

http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en

for ASP.NET AJAX 1.0

Yet from another place
http://www.microsoft.com/downloads/details.aspx?familyid=EF2C1ACC-051A-4FE6-AD72-F3BED8623B43&displaylang=en

for ASP.NET 2.0 AJAX Extensions 1.0 Source Code

From the post writen with disapearing ink (sometimes i can see the posts some times i cant)

http://forums.asp.net/p/1055304/3645232.aspx#3645232

I see to down load ASPAJAXExtSetup.msi (Microsoft ASP.NET 2.0 AJAX Extensions 1.0)

I am not an admin on my computer, i work in one of those places where it takes 1 week or more to get 1 thing installed.

Please help me find the exact items to install for vs2005 and the exact order. If i could do installs myself i would just keep trying till i got it, but if i take that approch i will be out of the job i started 2 wks for not getting anything done while i mess with this.

View 1 Replies

Configuration :: IIS6 A Name Was Started With Invalid Character?

Apr 7, 2010

got this error trying to view my WebSite.A name was started with an invalid character. Error processing resource 'http://localhost/lala/'. Line 1, Position 2

<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
-^
The virtual directory I'm creating with all default setting. Later tryed to give full access, but it did nothing.Used an emty Web application and Web Site projects and got the same error. I'm using MSVS 2010 RC with ASP.NET 4.0.

View 1 Replies

Configuration :: Error: A Name Was Started With An Invalid Character

Apr 14, 2010

[Code]....

I have the above error while deploying the svc file via IIS 7 but when I deployed it via VS 2008 everything works ok.note I have checked the web site configuration to map to asp.net 2.0 and added the handler mapping for .svc file in IIS 7 but no luck.

View 8 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved