Blogs1 - 10 of 6,202 recent posts for tag:.Net
11
Feb
2012
Oracle Insert Record 使用方法

5 hours ago by vectus2001

Oracle Insert Record 使用方法 using System.Data.OracleClient; using System.Data; private void OracleInsertConnection() { String ConnectionString = "User Id=;Password=; Data Source=; Unicode=True"; OracleConnection conn = new OracleConnection(ConnectionString); conn.Ope ...

... - vectus.wordpress.com

10
Feb
2012
BASeBlock 2.0 And what I plan to do with it // videogames

8 hours ago by BC_Programming

After much mulling over it, I have decided that BASeBlock 2.0 will be “shareware” sort-of. This version will add a numbectr of new blocks, loads of bugfixes, and even fix the high-scores to work properly, which should have been simple but was dastardly to remedy. What I mean isn’t that it will actua ...

bc-programming - bc-programming.com/blogs

Kicked out by Kickstarter

10 hours ago by jjohnson

I’ve written about Grimwar several times on here. I keep trying to rebuild it and make it better but it’s a very big site with a lot of users and there is a lot of work involved with rebuilding. That being said, I AM rebuilding it. Even though it makes no money, even though I don’t even play Magic t ...

SyndicateX.com - syndicatex.com · 1 reference

Enable CLR on SQL Server

11 hours ago by Rudy

I ran into a case where CLR was disabled on one of my servers. If you don’t know what CLR is, in a nutshell, you can run VB or C# code on your SQL Server. Here is a sample CLR procedure from MSDN that calculates sales taxes. But, back to enabling CLR on your SQL Server. There is a simple command you ...

Rudy Rodarte . com - rodolforodarte.com · 1 reference

EF 4.2 Update POCO with ObjectContext

11 hours ago by Mike Bender

I recently worked on a project that used the Entity Framework and T4 POCO generation. I ran into a little snag during the implementation of the Repository pattern that took a few minutes for me to figure so I thought that I would save someone else the time and share here. I resolved this with one li ...

Coding Zen - itsmikebender.com

dairy dash key registration and email

11 hours ago by admin

Name File: dairy dash key registration and email Just downloaded: 34597

Anwarul Warez Blog - anwarul-islam.com

coffee cup 8 3 cracked version free

12 hours ago by admin

Name File: coffee cup 8 3 cracked version free Just downloaded: 42737

Anwarul Warez Blog - anwarul-islam.com

Prism Regions and Nested Tab Controls

17 hours ago by Ivan

It is official: Prism regions don’t work for a tab control inside a tab control. The reason is described here: http://stackoverflow.com/questions/8592802/tabcontrol-within-tabitem. Simply put, there is only one instance of the outer tab contents, which gets different DataContext when you switch tabs ...

Ivan Krivyakov's Blog - ikriv.com/blog · 1 reference

Learning XNA 2d Engine IceCream With 1945 Demo Project

20 hours ago by Mas-Tool

IceCream1945 is a demonstration of XNA and the IceCream 2d library in a 2d top-down scrolling shooter similar to 1942 for the NES.

Mas-Tool's Favorites - mas-tool.com

Using IIS Ports: Avoid the Reserved Ones

21 hours ago by Anthony Baker

I have been using IIS for a long time and I have approached IIS setup and local hosting for development purposes in several different ways. When working alone or doing quick prototyping, is probably easier just let Visual Studio automatically assign the port when running the app, specially if you do ...

Anthony Baker - blog.anthonybaker.me · 4 references

Previous1234567