Tagged Questions

0
votes
3answers
35 views

UI and Application relationship

Hi All, I've read a lot of articles about the UI ,buisness logic ,WCF ,IoC, but still, one thing is missing from my mind. I build a winforms application and a console app. the Console App is the …
3
votes
1answer
88 views

A GINA replacement in a .NET language?

I have searched quite a lot of places and I only found one GINA replacement called pGINA but it is in C++ which I don't know at all. Does anybody know one in either C# or VB.NET? (I'm writing …
1
vote
3answers
146 views

What software I’ll need to become proficient in the Microsoft endorsed languages?

I have a free MSDN account and now that I am proficient in C/C++/Java, and know some JavaScript, PHP and MySQL, I want to learn some proprietary languages from Microsoft. I am looking to experiment …
1
vote
0answers
19 views

How to implement File Transfer in jabber net

Hi Iam Sreekanth Currently I created the chating application which is windows application(c#). I created basic Client version which help of jabber net which internally uses XMPP protocol and openfire …
0
votes
1answer
32 views

How can I do an atomic write/append in C#, or how do I get files opened with the FILE_APPEND_DATA flag?

Under most Unixes and Posix conforming operating systems performing an open() operating system call with the O_APPEND indicates to the OS that writes are to be atomic append and write operations. With …
0
votes
4answers
49 views

Autopaging or custom paging which is better in datagrid?

i used datagrid control in .net platform... but now i am in big confusion .. that is ..which is better to used custom or autopaging option.. gud explaination or example is needed.. i dont know …
0
votes
3answers
54 views

iPhone Application using Web Services

Hey im looking to developed some webservices for an Iphone, id like to do this in a .NET environment. Whats the best way to get started i.e. Can I just go ahead and create the webservices I need …
0
votes
1answer
42 views

ruby http error - wrong Content-Length format

hi, I have the following code url = URI.parse("http://localhost:3100/tasks/#{id}.xml") http = Net::HTTP.new(url.host, url.port) # Make request response = http.start do |http| …
3
votes
2answers
140 views

Simulate the page lifecycle to grab the html from the UI layer

I'm working with a rather large .net web application. Users want to be able to export reports to PDF. Since the reports are based on aggregation of many layers of data, the best way to get an …
2
votes
3answers
51 views

Determining system requirements (hardware, processor & memory) for a batch based software application

Hi, I am tasked with building an application wherein the business users will be defining a number of rules for data manipulation & processing (e.g. taking one numerical value and splitting it …
0
votes
2answers
47 views

How do I save data from drop down lists?

I have a FormView which contains 5 dynamic DropDownLists. By dynamic, I mean the lists of dropdowns can be increased or decreased - depending on how many questions I have in my DB. When I click the …
1
vote
4answers
178 views

Help! I get OutofMemory while Retrieving web pages.

I am retrieving the HTML from the web. I get "java.lang.OutOfMemoryError: Java heap space (repl-1:3)" ;; fetch: URL -> String ;; fetch returns the string of the HTML url (defn fetch [url] …
0
votes
1answer
40 views

Set of numbers to a grid

I have a set of numbers which I need to put on a rectangular grid as dense as possible (=the area of a grid is minimal). For example if I have to put numbers 16, 31, and 63, I can put them into …
1
vote
1answer
61 views

Implementing Re-connect Strategy using Ruby Net

Hi there I'm developing a small application which posts XML to some webservice. This is done using Net::HTTP::Post::Post. However, the service provider recommends using a re-connect. Something …
1
vote
2answers
106 views

Programmatically sending “net send”

Ok, I can't seem to get the search right so here I am. I'm trying to figure out how to write a method to not use the System.Diagnostics.Process class and still send messages to other computers as if …

1 2 next
15 30 50 per page