Skip to main content

Home/ Coders/ Group items tagged Development data

Rss Feed Group items tagged

Joel Bennett

Simple.Data - Mark Rendle - GitHub - 4 views

  •  
    A light-weight, dynamic data access component for C# 4.0
David Rietz

Beyond SoundEx - Functions for Fuzzy Searching in MS SQL Server - 0 views

  •  
    Quite often we come across a requirement where we may need to perform some sort of fuzzy string grouping or data correlation. For example, we may want to correlate the customer records of a database by identifying records that are similar but not necessarily exactly the same (due to spelling mistakes for example). Obviously a simple group by, will not successfully group such data. We will need to employ what is commonly referred to as a distance algorithm or a string metric in order to determine how close 2 string values are.
Joel Bennett

Sync Framework Samples - 0 views

  •  
    There's a contact synchronization sample highlighted here which includes synchronizing contacts between Outlook, Vista Contacts and VCard files. Not only do I need this app ... it really shows off the concept of data mapping between disparate data sources.
Joel Bennett

WPF Unit Testing - C# Disciples - 0 views

  •  
    There are are a couple of valuable tricks already in this toolkit: 1) a fix for NUnit (and others) to allow unit testing things which must run in STA mode. 2) a way to make your XAML data binding testable by tracing data binding warnings
Joel Bennett

RRDtool -- Round-Robin Database graphing - 0 views

  •  
    RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data ... has interfaces in all the usual open source scripting languages
Fabien Cadet

Stop data inserting into a database twice - Stack Overflow - 0 views

  •  
    * HTTP `Location: ...´ header to redirect ; known as the Post/Redirect/Get design pattern. * Nonces (Number used only once) included in the page as a hidden form field (client-side) ; and server-side: Either stored in the user-session or in the database as the primary key (or at least a unique field) of the table you insert into. * Disable the submit button (drawbacks for the user). * md5 hash on the content of the submitted data.
Joel Bennett

Output Caching with the Spark View Engine - 0 views

  •  
    Expiring the cached output when it reaches a certain age, or when unused for a certain period, always involves a trade-off... To have ultimate control over your cached data you may provide an ICacheSignal that will fire an event when the data changes.
Rick Fan

Extension Versioning, Update and Compatibility - MDC - 0 views

  • The updateURL uses https, or there is no updateURL at all (which defaults to addons.mozilla.org which is https) The updateURL uses http and the updateKey entry is specified which will be used to verify the data in the update manifest.
  • In the update manifest delivered from the updateURL the updateLink must be specified in one of the following ways: The updateLink to the XPI file must use https The updateLink can use http and you must include an updateHash for the XPI file using sha1, sha256, sha384 or sha512 hash algorithms.
webindia free

Freelance Web Designing | Freelance Software Development Company | Freelance SEO - 0 views

  •  
    Freelance Web Designing - Web India freelancer provides Freelance Web designing, SEO, Software Development, creative web designing, multimedia services, 3D rendering etc.
Natalie Parker

AI-ML Development Services | Apptread - 0 views

  •  
    We at Apptread offer AI solutions that power numerous industries. Our team of highly skilled algorithm experts, data scientists, machine learning experts, and technology consultants is always motivated to perform extraordinarily well. Learn more about our AI&Ml Development Services by getting in touch with us: https://apptread.com/contact https://bit.ly/3wFXUMh
Joel Bennett

Mockaroo - Random Data Generator | CSV / JSON / SQL / Excel - 9 views

  •  
    Get mock data from a web service...
Joel Bennett

Using RabbitMQ with C# and .NET - 3 views

  • I'm currently working on a project where I need to be able to transfer a large number of requests via JSON over web services. I need to take some of that data, do some aggregation with it, and store it in a persistent store. In order to allow the data to be reliably processed in a number of different ways, I wanted to place the incoming data into multiple queues and have it processed and then stored.
  • RabbitMQ fits the bill on all of these fronts, is crazy easy to setup and use, and is very fast.
  • RabbitMQ is written in Erlang
  •  
    RabbitMQ is a cross-platform implementation of an Advanced Message Qeuing Protocol (AMQP) broker (similar to MSMQ). There's a .Net client, and it allows you to decouple your routing and an message storage, and do so in a cross-platform way.
Joel Bennett

CodeSynthesis XSD - XML Data Binding for C++ - 0 views

  •  
    Xml Data Binding is basically "compiling" XSD schemas into C++ classes ... somewhat like the .Net Xml Serializer.
Joel Bennett

The PowerShell Guy : PowerShell : Accessing alternate data-streams in NTFS - 0 views

  •  
    This article about accessing Alternate Data Streams in PowerShell is very interesting because it shows how easy it is to EXTEND a TYPE in PowerShell with some simple XML and a few lines of code.  VERY cool.
Joel Bennett

Microsoft "Velocity" In-Memory Cache - 0 views

  •  
    "Velocity" provides a highly scalable in-memory application cache for all kinds of data. It supports optimistic and pessimistic concurrency models, high availability, and a variety of cache configurations...
Pooja Runija

How BigData Lead To More Accurate Analysis For Enterprises? - 0 views

  •  
    'BigData', most of the time you have heard this term, right? But what exactly it is? How can it paving the pathway for mobile app development? Let's look closely at how Big Data will affect you directly or indirectly.
Joel Bennett

Silverlighting with Bing - Bing Community - 0 views

  •  
    Announcing the Silverlight SDK for Microsoft BING, including Microsoft.Bing.Data - a service proxy for the Bing API, and additional reusable view controls: CloudView, TileView, BandCloudView, StackView ...
Fabien Cadet

Hadoop! : Apache distributed computing ecosystem - 4 views

  •  
    « The Apache™ Hadoop™ project develops open-source software for reliable, scalable, distributed computing. The Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-avaiability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-availabile service on top of a cluster of computers, each of which may be prone to failures. »
Fabien Cadet

FireQuery : Firebug extension for jQuery development - 1 views

  •  
    Features : * jQuery expressions are intelligently presented in Firebug Console and DOM inspector * attached jQuery datas are first class citizens * elements in jQuery collections are highlighted on hover * jQuerify: enables you to inject jQuery into any web page
  •  
    Nice. But they are not supporting firebug 1.4+ version yet. You have to install the previous version to use FireQuery and that's irritating for now.
Zhang Luke

HTML 基础 - 学习 Web 开发 | MDN - 18 views

  • 这个元素的主要部分有:
    • Zhang Luke
       
      所有html代码都遵循这个规则
  • 所以到底什么是 HTML?Section HTML 并不是编程语言,它是一种用于定义内容结构的标记语言。HTML 由一系列的元素(elements)所组成,这些元素可以用来封装不同部分的内容,使其以某种方式呈现或者工作。
‹ Previous 21 - 40 of 91 Next › Last »
Showing 20 items per page