Tagged Questions

0
votes
3answers
96 views

Can not access the Instance Data of a Singleton class from MBean

I am working against the deadline and i am sweating now. From past few days i have been working on a problem and now its the time to shout out. I have an application (let's call i …
0
votes
2answers
41 views

Different methods of accessing Azure storage

Is there any other method for accessing Azure storage other than using key and account name?
0
votes
4answers
52 views

How to SELECT data from SQL Server using .Net 2.0 — as simple as possible.

Easy question: I have an app that needs to make a half dozen SELECT requests to SQL Server 2005 and write the results to a flat file. That's it. If I could use .Net 3.5, I'd cre …
1
vote
0answers
55 views

SubSonic 3.0 ActiveRecord - Preferred approach building object graph?

Say I have a forum system with Threads, Posts and Tags. The structure is the same as StackOverflow: Threads have a 1-many relationship to Posts, and Tags have a many-many relations …
0
votes
1answer
84 views

Where to find a good database (factory) class with connectionpooling?

I found a lot of information about how to make a database factory or how to deal with connection pooling but i nowhere found a complete solution. I have always used my own solutio …
1
vote
1answer
35 views

Silverlight data access

Hey folks, I'm working on a silverlight reporting tool which draws up all sorts of fancy graphs based on client data. The issue I'm having right now is a good way to get all the d …
2
votes
3answers
147 views

Data access, unit testing, dependency injection

Hello all, I've recently got a task to create a simple utility that allows to import data from a file with special format to the database. I've implemented console application wit …
1
vote
2answers
52 views

PHP Data Access to Multiple Records

So currently I am using a pattern to grab a data entry (record). It works great for me if I only need to work with one record. However if more than one record is involved it gets m …
3
votes
8answers
256 views

Why switch from ADO to ADO.NET?

I have some friends who are 'old-school' VB6 database developers and I was telling them about .NET and its features, specifically ADO.NET. In our conversation, they brought up the …
2
votes
1answer
56 views

How do I name classes that a Repository uses for data access?

I've been programming for many years, recently i've been trying to apply some of the ideas from Domain driven design, but I still struggle with deciding on good names for certain p …
3
votes
5answers
135 views

Automatic Data Access Layer

I'm fundamentally sick of writing data access layers. I see it as a boring and pointless endeavour. I envisage a development environment where I can just create my Entities/Models …
8
votes
14answers
965 views

Generics in c# & accessing the static members of T

Hi there! My question concerns c# and how to access Static memebers ... Well I don't really know how to explain it (wich kind of is bad for a question isn't it?) I will just give …
0
votes
2answers
104 views

How can I use the dropdownlist to populate/enter data?

Here's my existing code: <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" DataSourceID="dsEmployees" DataTextField="Last_First" …
7
votes
6answers
768 views

What are best practices to implement security when using NHibernate?

Traditionalist argue that stored procedures provide better security than if you use a Object Relational Mapping (ORM) framework such as NHibernate. To counter that argument what …
1
vote
1answer
120 views

.NET XmlReader with ‘FOR XML’ data

Recently, in company we got some MSSQL database from some old project which we have to integrate in current solution. Database has about 100-150 stored procedures that use FOR XML …

1 2 3 4 5 next
15 30 50 per page