|
|
-
Patrick Lambin Learned 2 Years ago through Just Learned | 1 Point
I just learn from Abhishek Sur blog That future of C# 5.0 introduce two new keywords like "await" and "async" keyword for simplified existing multithreading model
[code]
async Task GetStringsFromUrlAsync(string url)
{
WebClient client = new ...
|
-
Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
I just learn from Abhishek Sur blog That future of C# 5.0 introduce two new keywords like "await" and "async" keyword for simplified existing multithreading model
[code]
async Task GetStringsFromUrlAsync(string url)
{
WebClient client = new ...
|
-
Patrick Lambin Commented 2 Years ago through Just Learned | 1 Point
In a more modern way, it is possible to use a script inside PowerShell, with 2 problems :
- the requirement to know SMO ( SQL Server Management Objects )
- the obligation to check whether the classes have not been moved from a namespace to another on...
|
-
Patrick Lambin Commented 2 Years ago through Just Learned | 1 Point
In a more modern way, it is possible to use a script inside PowerShell, with 2 problems :
- the requirement to know SMO ( SQL Server Management Objects )
- the obligation to check whether the classes have not been moved from a namespace to another on...
|
-
Patrick Lambin Commented 2 Years ago through Just Learned | 1 Point
Hello Eric,
I used SQL Server 2005 Express, but i wanted to upgrade it to 2008, i got many problems.I have reinstalled my XP Pro and i have a SQL Servr Developer 2008 and Express 2008 with Reporting Services.
As i am going often on the SQL Server Fo...
|
-
Patrick Lambin Commented 2 Years ago through Just Learned | 1 Point
Hello Eric,
I used SQL Server 2005 Express, but i wanted to upgrade it to 2008, i got many problems.I have reinstalled my XP Pro and i have a SQL Servr Developer 2008 and Express 2008 with Reporting Services.
As i am going often on the SQL Server Fo...
|
-
Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
The WRITETEXT statement is used to update a column of datatypes text, ntext and image. However it will not fire INSERT or UPDATE triggers......
|
-
Patrick Lambin knew 2 Years ago through Just Learned | 1 Point
The WRITETEXT statement is used to update a column of datatypes text, ntext and image. However it will not fire INSERT or UPDATE triggers......
|
-
Patrick Lambin knew 2 Years ago through Just Learned | 1 Point
The WRITETEXT statement is used to update a column of datatypes text, ntext and image. However it will not fire INSERT or UPDATE triggers......
|
-
Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
The WRITETEXT statement is used to update a column of datatypes text, ntext and image. However it will not fire INSERT or UPDATE triggers......
|