Skip to main content

Home/ Coders/ Group items tagged database

Rss Feed Group items tagged

David Rietz

Graph Database Tutorial - 0 views

  •  
    Graph databases are still quite unfamiliar to many developers. This is the first post in a series discussing the operations a graph database makes available to the developer. Just like there are only so many different things you can do on a relational database (like CREATE TABLE or INSERT), there are only so many things you can do on a graph database. It is worth looking at them one at a time, and that's the goal of this series.
Joel Bennett

SQL Server Hosting Toolkit - Home - 0 views

  •  
    Running the hoster component on sql servers at work is probably overkill, but the publishing wizard rocks.
  •  
    The Database Publishing Wizard makes it easy to generate T-SQL to export your schemas, procedures, and data from a database, or to upload it directly to supporting hosters... The Database Publishing Services are a set of ASP.NET web services hosters can deploy to make it simple for customers to deploy SQL Server databases.
Pinhopes Job Site

Online hiring challenges | Ways to tackle jobs | Pinhopes - 0 views

  •  
    Today employers face multiple challenges with traditional online hiring portals such as:

    ü  Escalating cost of accessing candidates database which is largely unused

    ü  Time-consuming candidate search and review process

    ü  Hard to zero-in on the right resource

    ü  Limited branding options

    Needless to say, all the above factors slow hiring online which delays bringing candidates on-board. To help employers tackle these online recruitment problems, Pinhopes - a new-age online hiring destination, has introduced innovative profile filtering features, video based online hiring process, multiple branding avenues combined with cost-effective payment option. Here are the key differentiators which help employers hire 3x faster:

    Get relevant applications from interested candidates - Every time

    Unlike existing online recruitment portals Pinhopes doesn't deal in database business which means employers are not required to search for right candidates, in a database which is largely unused. Instead employers get relevant applications directly from active job seekers for a job opening, without putting much effort.

    No tedious candidate search process - Advanced built-in search bubbles best ta
Joel Bennett

Download details: SQL Server Database Publishing Wizard 1.1 - 0 views

  •  
    The SQL Server Database Publishing Wizard provides a way to publish databases to T-SQL scripts
Joel Bennett

TimeTag PowerShell time series database - 1 views

  •  
    "TimeTag is an open source time series database for Windows PowerShell and the .NET framework. A time series database is useful for capturing and compressing time series data into a fixed size container."
Joel Bennett

Syncable tools for the offline web - 2 views

  •  
    Prophet is a new kind of database that offers peer-to-peer opportunistic replication (it's basically like a database version of the Sync framework). It's a very lightweight semi-relational database. SD (Simple Defects) is a bug tracking tool based on Prophet that is not-only peer-to-peer, but it syncs with other bug tracking tools!
Joel Bennett

Persistor.NET - 0 views

  •  
    The Express Edition of Persistor.NET® means carefree database storage -- "it is the right tool for all developers who just don't want to care about the database."
Fabien Cadet

Doctrine - PHP Object Relational Mapper - 2 views

  •  
    Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.
prashant35

How to Insert XML in Oracle Database from ASP.NET - 0 views

  •  
    How to Insert XML in Oracle Database from ASP.NET Do you know why and how we insert xml in database ? Here is the answer. If you want to insert multiple rows and multiple column ( like DataTable) in a single execution.Then we insert using xml. Now we will see how to insert xml…
gooddeals907

Buy IELTS,PTE,CELPIP Certificates Without Any Exams,Buy Passports,Licenses,ID cards,Era... - 0 views

Buy IELTS,PTE,CELPIP Certificates Without Any Exams,Buy Passports,Licenses,ID cards,Erase Criminal Records,Buy Credit Card details and Credit Card Hack software. Buy CELPIP Certificate online ...

Buy IELTS PTE CELPIP Certificates Without Any Exams Passports Licenses ID cards Erase Criminal Records Credit Card details and Hack software

started by gooddeals907 on 18 Aug 23 no follow-up yet
Shine Classifieds

Email Database - 0 views

  •  
    Email Database
Denis Gobo

Interview With Louis Davidson Author of Pro SQL Server 2008 Relational Database Design ... - 0 views

  •  
    Interview With Louis Davidson Author of Pro SQL Server 2008 Relational Database Design and Implementation
Joel Bennett

VistaDB - Lightweight alternative database engine for .NET. - 0 views

  •  
    A lightweight database/server in 100% managed code. It's cross-platform, and usable in ASP.Net ... royalty-free ($180 currently)
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.
Biztech Consultancy

Dynamic Website - latest development in the world of websites - 0 views

  •  
    A dynamic website uses a database to gather, manage and display information. Database driven are used for websites that change constantly with areas such as product inventory, news or listing information. Dynamic websites contain Web pages that are generated in real-time. These pages include Web scripting code, such as PHP or ASP. When a dynamic page is accessed, the code within the page is parsed on the Web server and the resulting HTML is sent to the client's Web browser.
Mandeep Bajar

Geo Spatial Data Storage API, Geo Spatial Database API - 0 views

  •  
    Create your own Geo Spatial Database Insert unlimited geo points using API/ AppHQ console UI Search nearby points within given radius Search points in ascending order of distance from given point Use other App42 Services like push notification to make user interactive Geo App
roberthayes222

NoSQL Storage Api, NoSQL cloud Api, NoSQL Database Storage Api - 0 views

  • NoSQL Storage On the fly database creation for your app on the cloud Store app data in JSON objects at App42 Cloud in Single API call Powerful Query Interface to fetch your stored JSON objects Support of Map Reduce on your stored JSON objects No worries of installation, data disaster and recovery Runs inside scalable and secure App42 platform
Dave Cowens

Software Development Tools Directory - 0 views

  •  
    Software development tools for java, .net, php, ruby, xml, javascript, ajax, database, software testing, project management, etc.
Matteo Spreafico

Joe Duffy's Weblog - OnBeingStateful - 0 views

  • The biggest question left unanswered in my mind is the role state will play in software of the future.
  • The biggest question left unanswered in my mind is the role state will play in software of the future. That seems like an absurd statement, or a naïve one at the very least.  State is everywhere: The values held in memory. Data locally on disk. Data in-flight that is being sent over a network. Data stored in the cloud, including on a database, remote filesystem, etc. Certainly all of these kinds of state will continue to exist far into the future.  Data is king, and is one major factor that will drive the shift to parallel computing.  The question then is how will concurrent programs interact with this state, read and mutate it, and what isolation and synchronization mechanisms are necessary to do so?
  • Many programs have ample gratuitous dependencies, simply because of the habits we’ve grown accustomed to over 30 odd years of imperative programming.  Our education, mental models, books, best-of-breed algorithms, libraries, and languages all push us in this direction.  We like to scribble intermediary state into shared variables because it’s simple to do so and because it maps to our von Neumann model of how the computer works.
  • ...3 more annotations...
  • We need to get rid of these gratuitous dependencies.  Merely papering over them with a transaction—making them “safe”—doesn’t do anything to improve the natural parallelism that a program contains.  It just ensures it doesn’t crash.  Sure, that’s plenty important, but providing programming models and patterns to eliminate the gratuitous dependencies also achieves the goal of not crashing but with the added benefit of actually improving scalability too.  Transactions have worked so well in enabling automatic parallelism in databases because the basic model itself (without transactions) already implies natural isolation among queries.  Transactions break down and scalability suffers for programs that aren’t architected in this way.  We should learn from the experience of the database community in this regard
  • There will always be hidden mutation of shared state inside lower level system components.  These are often called “benevolent side-effects,” thanks to Hoare, and apply to things like lazy initialization and memorization caches.  These will be done by concurrency ninjas who understand locks.  And their effects will be isolated by convention.
  • Even with all of this support, we’d be left with an ecosystem of libraries like the .NET Framework itself which have been built atop a fundamentally mutable and imperative system.  The path forward here is less clear to me, although having the ability to retain a mutable model within pockets of guaranteed isolation certainly makes me think the libraries are salvageable.  Thankfully, the shift will likely be very gradual, and the pieces that pose substantial problems can be rewritten in place incrementally over time.  But we need the fundamental language and type system support first.
1 - 20 of 126 Next › Last »
Showing 20 items per page