Omgili - forum search, search forums  
  

Ajaxx's Discussions

 
Displaying 1 - 10 out of 23 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3  
Keep this page open to be updated with the newest discussions automatically.
I have a set of MSIL / CLR applications (written in C#). I am looking for a way to burn them onto a pure hardware platform. I've seen that Altera has an embedded processor called NIOS II that appears to support eCLR (embedded common language runtime),...
Started by on , 6 posts by 6 people.  
Maybe this could ....
It's being used to port C# code to iPhone and Xbox, precisely because those platforms don't support JITs (mainly for security reasons) .
The Mono toolset include static compiler , which compiles your bytecode down to machine language .
I manage a small group and I'd keep my work breakdown in project. However, it's difficult to provide my team with an adequate view into the project and ability to report on their progress. I looked at MS Project Server (the sharepoint webpart) but it'...
Started by on , 6 posts by 6 people.  
As "llya" suggested before maybe you should ....
Hope it helps, Bruno Figueiredo http://www.brunofigueiredo.com Not exactly the tool rather technology, but i lately start reading about scrum and find it interesting and useful .
You could try Work Bench.
After looking on MSDN, it's still unclear to me how I should form a proper predicate to use the Find() method in List using a member variable of T (where T is a class) For example: public class Car { public string Make; public string Model; public int...
Started by on , 7 posts by 6 people.  
Func<int, Predicate<Car>> byYear = i => (c => c.Year == i); Now you can pass the result of this function (which is a predicate) to your Find method: my99Car =... .
Thinking more about it, you could use currying to return a predicate .
Ask your Facebook Friends
I've got a bunch of properties which I am going to use read/write locks on. I can implement them either with a try finally or a using clause. In the try finally I would acquire the lock before the try, and ralease in the finally. In the using clause, ...
Started by on , 11 posts by 11 people.  
(Using a read....
In the first case someone editing the code has to be careful not to insert anything between the Acquire(Read|Write)Lock call and the try .
It is more concise at the point of usage, and less error prone .
I definitely prefer the second method.
Resharper claims to eat it's own dogfood, specifically, they claim that many of the features of Resharper are written ontop of R# (OpenAPI). I'm writing a simple plugin to fix up comments of the current document of a selection. When this plugin is run...
Started by on , 3 posts by 3 people.  
What about using the Visual Studio Macro to do the job? Is it something you will consider? Yeah, I guess I could use a macro... .
If I understood, you want to take the selection, send it to a function and replace the selection by the function return value.. .
In my shop (as I expect it is in most), you have multiple releases of different software components (let's call them foo-client and bar-service). In my cc.net configuration, I currently have one "project" for foo-client at trunk, one project for foo-client...
Started by on , 3 posts by 2 people.  
It takes about 5-15 minutes to download, unzip, and deploy - and then you are ready to ... .
You might want to take a look at Hudson (which supports MSbuild's via a plugin) - it can be deployed to a Java application server (recommend: Glassfish or Tomcat) .
We have an application that is built upon ADO.NET. We follow some simple best practices that allow us to make use of the connection pool. For example, a block of code that is using a database might look something like this: using( DbConnection dbConnection...
Started by on , 5 posts by 5 people.  
Question 1: Does your GetDatabaseConnection() method spin off a new thread to generate the database connection and return it to the main... .
Also you may want to try explicitly calling "Close" on the connection .
You can try setting "Max Pool Size" higher.
I've found databases typically come in two flavors, your traditional row-oriented RDBMS or an object oriented database (OODBMS). However, in the mid 90s I remember, a new breed of databases showing up that were column oriented. Some of these were given...
Started by on , 8 posts by 8 people.  
Infobright It's a column oriented MySQL....
Here's the different column oriented DBMS wiki has Column-Oriented DBMS Implementations Sybase IQ is one I have heard of .
HBase is an open-source column-oriented database system modelled on Google's BigTable .
I have a custom intranet application that has no interoperability requirements. We programatically construct a NetTcp channel in duplex mode for passing messages. We wanted to change the message encoding but haven't been able to figure out how to make...
Started by on , 3 posts by 3 people.  
Have you tried creating a CustomBinding instead from the NetTcpBinding configuration you have? Something like this: NetTcpBinding binding = new NetTcpBinding(); // get binding from somewhere var elements = binding.CreateBindingElements(); BindingElementCollection... .
I'm trying to automate the build process for engineering group. As part of that automation, I'm trying to get to a point where the act of applying a specific tag that adheres to a pattern will kick off an automated process that will do the following: ...
Started by on , 6 posts by 6 people.  
I'm using....
A commercial product has been advertised on this site for exactly this purpose! http://www.finalbuilder.com/Default.aspx?tabid=314 You may need to add a post-hook to SVN to trigger the build start unless you want it to be run a time schedule .
Page: 1   2   3  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost