-
Began Watching IIS Windows Server 2012 R2 Instillation
Ok, So I have an instance of **Windows Server 2012 R2** installed to a virtual machine on my local development PC with **IIS** . The idea being I need to … -
Replied To a Post in JSON and databases
You could use an object relational mapper and JSON.NET to read the JSON into a model, and then persist the data to a database table, relational style. I have never … -
Began Watching JSON and databases
Hello everyone , well am using a script with javascript that gives me some values , that i decided storing in a var JSON : {"user_IP":"192.168.*.**","page_name":"Nous suivre","path_name":"/test/suiv.html","nbre_visites":"3"} //var s=JSON.stringify(cookieso); //document.getElementById("affichage").innerHTML … -
Replied To a Post in how to save fingerprint in database in C#
I don't know what I was thinking. This is much more complete... namespace NHibernateIdentityDAL.Models { [Indexed(Index = "User")] public class User { /// <summary> /// Unique identifier for group used … -
Replied To a Post in Bootstrap modal
This topic is no longer necessary, I figured out how to do it with UI bootstrap, a seperate thread. Resultant html looks vastly different. -
Replied To a Post in System.Data.SqlLite Change Notification C#
That intermediary service is a good idea. Wow, never thought of that. All it would have to be is a singleton which has a flag has been modified which one … -
Replied To a Post in Angular UI
Ok, this was a bear. You have to create a static html folder in your mvc project, and dump your bootstrap modal inside it. The static html folder is bootstrap … -
Replied To a Post in How can I show the database in a single mode (windows or SQL authentication
You don't speak english that great, but what I think you want is to enable both sql server authentication and Windows Authentication, aka Mixed mode. I only have sql server … -
Began Watching How can I show the database in a single mode (windows or SQL authentication
How can I show the database in a single mode (windows or SQL authentications mode) please help me..... How can I Show the database in a single mode (windows or … -
Replied To a Post in how to make multi-vendor website like amazon
I have an extremely dated book called "Beginning ASP.NET E-Commerce in C#" by Cristian Darie and Karli Watson. Unfortunately the tech in the book is old. It's vanilla ASP.NET, instead … -
Began Watching how to make multi-vendor website like amazon
hello hope you all are going well, so my vacation is comming and i was wondering whta if i did a big project or small project, how hard is it … -
Created Angular UI
I need some help building a bootstrap Angular UI modal. This is what I have so far, but I am pretty sure it is wrong. Any assistance would be good. … -
Began Watching Angular UI
I need some help building a bootstrap Angular UI modal. This is what I have so far, but I am pretty sure it is wrong. Any assistance would be good. … -
Replied To a Post in Encryption Example
I defer to "C# Data Security Practical .NET Cryptography Handbook" as far as credentials go. The only really novel thing I am doing is salting the passwords, which is a … -
Replied To a Post in Encryption Example
You should never roll your own encryption. You are not a cryptographer. Neither am I, however you may be trained to utilize the crypto API for your day to day … -
Replied To a Post in Encryption Example
I believe i first saw this FTP stuff in a business application, perhaps there will be an SFTP replacement class at some point. If you have some good code shoot. … -
Replied To a Post in Encryption Example
Right, you're referring to the FTP object. But how do we connect to the FTP server? We have to transmit the password's actual text via the ftp client, therefore we … -
Created Encryption Example
The following is the correct way to do encryption. I thought it useful to post for various reasons, most particular being the necessity for our companies to have good security … -
Began Watching Encryption Example
The following is the correct way to do encryption. I thought it useful to post for various reasons, most particular being the necessity for our companies to have good security … -
Replied To a Post in IT Horror Stories And Solutions
Whether it was the cameras or the lights I am 100 % sure that tampering was involved. There was too much backhanded shit going on at that work place. I … -
Created IT Horror Stories And Solutions
I think the community in general will benefit from this discussion. I have an IT horror story I would like to tell everybody about. Additionally I have discovered some solutions … -
Began Watching IT Horror Stories And Solutions
I think the community in general will benefit from this discussion. I have an IT horror story I would like to tell everybody about. Additionally I have discovered some solutions … -
Created System.Data.SqlLite Change Notification C#
Does anybody know whether System.Data.SqlLite has the capability to do a Change notification callback when one of it's tables is changed? I know that Python can do it by calling … -
Began Watching System.Data.SqlLite Change Notification C#
Does anybody know whether System.Data.SqlLite has the capability to do a Change notification callback when one of it's tables is changed? I know that Python can do it by calling … -
Replied To a Post in Bootstrap modal
I actually have decided to open source my project. Here is the link: [Click Here](https://github.com/overwraith/AdHockey_Nhibernate) If anybody has any idea why the modal is not working please post back. -
Created Bootstrap modal
I have a bootstrap view which I am trying to get a modal working for. Unfortunately the modal is displaying as part of the page, not invisable. So it is … -
Began Watching Bootstrap modal
I have a bootstrap view which I am trying to get a modal working for. Unfortunately the modal is displaying as part of the page, not invisable. So it is … -
Created Dining philosopher
I have a question about the dining philosopher problem. This is not about homework. I seem to have solved it, does it actually relate to anything? Is there any software … -
Began Watching Dining philosopher
I have a question about the dining philosopher problem. This is not about homework. I seem to have solved it, does it actually relate to anything? Is there any software … -
Replied To a Post in how to save fingerprint in database in C#
I hope it is not too intrusive for me to provide a little sample code... The object relational mapper would probably be your own responsibility. Object relational mappers pull objects … -
Began Watching how to save fingerprint in database in C#
I'm in last year in CSE & my is relating to fingerprint, so i need to help. -
Replied To a Post in Cryptography
I have refactored the code based on an online example. I believe the problem with the other code is probably encoding, or something. You switch everything to ASCII and things … -
Created Cryptography
I am trying to write some symmetric cryptography for holding an FtpCredential in the database, unfortunately I am having a few problems, one of which is getting back gobbley gook … -
Began Watching Cryptography
I am trying to write some symmetric cryptography for holding an FtpCredential in the database, unfortunately I am having a few problems, one of which is getting back gobbley gook … -
Created Creating a reporting engine
I am creating a reporting engine, it is kind of novel. **The only question I have is what are some of the wierder scheduling related things you guys have seen … -
Began Watching Creating a reporting engine
I am creating a reporting engine, it is kind of novel. **The only question I have is what are some of the wierder scheduling related things you guys have seen … -
Replied To a Post in Obfuscating web project
I was hoping to create retail software. The software developers who would end up recieving it would inevitably get free lunch if they got the software as is. All I … -
Created Obfuscating web project
I have a web application I am trying to obfuscate portions of it, but use library mode so that all the public portions of the application should appear with names … -
Began Watching Obfuscating web project
I have a web application I am trying to obfuscate portions of it, but use library mode so that all the public portions of the application should appear with names … -
Replied To a Post in Auth cookie doesn't work
I have a workaround of sorts, I will be looking into entity framework Identity framework for future projects, but instead of a cookie I will be using Session variables to … -
Replied To a Post in NHibernate Inheritance problems.
Don't even bother with inhertiance, allow the C# code to have an interface, but make the mapping files solely oriented toward the persistance of the concrete objects. Essentially it becomes … -
Replied To a Post in nhibernate error could not find setter
I don't know exactly how I got this to work, but I think I used more linq than the previous example. I will post everything of import; public List<User> GetGroupUsersPaged(int … -
Replied To a Post in Back up tables from site code?
Of the two answers pty' s is closest to the mark. I am researching database backup strategies now, and am realizing that the RMAN backup prompt is the way to … -
Replied To a Post in Back up tables from site code?
rproffitt, you are being obstinate, I have no idea what types of backup scripts would look like for a Database Administrator (DBA). I am fishing in the dark here if … -
Replied To a Post in Back up tables from site code?
For the time being Oracle with Microsoft backend. I can typically understand bash and batch however. Batch more than bash. So you're saying there is shell script involved? -
Replied To a Post in Back up tables from site code?
I suppose I really just need info on what commands are used for table backups, and whether or not anyone knows of any scripts already online for such stuff. google … -
Replied To a Post in Back up tables from site code?
The web part is not really required, since I could do that easy. The SQL/DBA tools would be what is required. Perhaps one will wander by. -
Created Back up tables from site code?
Is it possible to make a web page that takes up responsibility for backing up a web applications tables(Oracle DB, and perhaps SQL server I am trying to be multi … -
Began Watching Back up tables from site code?
Is it possible to make a web page that takes up responsibility for backing up a web applications tables(Oracle DB, and perhaps SQL server I am trying to be multi … -
Replied To a Post in Auth cookie doesn't work
Your community is lame. I have posted about 3 discussions here about professional programming and no-body could help.
The End.