IBlox is My Blog
  • Home
  • Open Project
    • Idbo - db4o Helper
    • netImageBrowser - tinyMCE
    • fileImageBrowser - tinyMCE
    • JoyPad
    • Grooveshark Desktop
  • Project
    • GamerMenu

How to check Internet Connection in WP?

How do check the windows phone internet connection using  C#

if (!NetworkInterface.GetIsNetworkAvailable())
{
   /* lost connection */
}
else
{
   /* have connection */
}

best :)

16. May 2013 · by Ilyax

IMAP migration for Office365

Example of the format for the CSV file

"EmailAddress","Username","Password"
"name.surname@domain.com","currently@mail.com","yourpassword"

 

21. April 2013 · by Ilyax

TFS 2012 Access Levels

Standart Access

IC653121.png

IC653123.png

Full Access

IC653124.png

IC653126.png

14. April 2013 · by Ilyax

Framework, IIS and SQL server checker

Check your Server or OS framework, IIS and SQL server connection status;

  • IIS  ?
  • . NET ?
  • SQL server installation ?
  • Do we connect to SQL server ?

 

desktopchecker.jpg

or Web client

webchecker.jpg

Source Code

CodexPlex – Status Checker

Git-Status Checker

24. January 2013 · by Ilyax

ASP.NET Web API - Post dynamic value


Using a ASP.NET Web API post procces dynamic value

/* api controller */
public class ValuesController : ApiController
    {
// POST api/values
public void Post(dynamic value)
{
  /* your code is here
     value.name
     value.email
  */
}
/* api controller end */

/* client */

08. January 2013 · by Ilyax

LightSwitch HTML Client

08. January 2013 · by Ilyax

jquery tiny lightbox

Simple is good :) new jquery plugin

$(document).ready(function ()   
    {
       $('#btnOpenObj').click(function (e) {
            $('#yourDemoDiv').ioverlay();
        });

        $('#btnCloseObj').click(function (e) {
            $('#yourDemoDiv').ioverlay('close');
        });
    }
);

ioverlay

08. January 2013 · by Ilyax

NetImageBrowser Update

I found any time to update the new version :) 

  • tinyMCE major version 3
  • update new theme :) 
  • fix IE problem
  • fix firefox problem
  • update codeplex source
  • add source github

demo is here 

17. December 2012 · by Ilyax

Windows Server 2008 Product Key Change

Before performing this operation, suggest you to backup

  • Open a command prompt and change working directory to System32 directory
  • Type in slmgr.vbs -ckms (this clears and KMS entry you may have)
  • Type slmgr.vbs -upk (this removes any product key installed)
  • Type slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx (where the x's is the product key you wish to use)
  • Type slmgr.vbs -ato (this activates the server)

source

11. December 2012 · by Ilyax

NodeJs from Visual Studio

i'm gonna develop exactly where, found a great article... parts are compiled myself

  • Visual Studio 2012
  • New ASP.NET Empty project
  • Properties
  • Web tab
  • Under Start Action select 'Start external program'
  • Application - C:\Windows\System32\cmd.exe
  • Command line arguments - /k node app.js & pause & exit
  • Working Directory - [Your current project directory]

If you use another file name for your NodeJs app, you'll have to rename app.js in the command line argument.

great work!

original source

27. November 2012 · by Ilyax
1 2 3 4 5 >>
Ilyas Osmanogullari linkedin Ilyas Osmanogullari facebook Ilyas Osmanogullari github Ilyas Osmanogullari twitter Ilyas Osmanogullari msdn
  • Twitter
  • Category
  • Tags
  • Connection
  • Actual

  • Personel

  • Development

  • Tools

csv collision cannon Class Library cookies connectionString windows 7 bariserel.com wpf debuggin lightswitch tools cloud gamermenu plugin exception asp.net datacontractjsonserializer CNAME netImageBrowser dynamic meta tag visual studio azure asp.net mvc directx dotnet ttnet Dispatcher CheckAccess internet explorer 8 joypad tinyMCE raspberry pi Dispatcher.CheckAccess() dedicated server codeplex blackberry visual studio 2010 db4o tivibu game iphone xna bullpass Kinect c# netFileBrowser Xbox 360 javascript bing
  • Cihan Topçu

  • Emrah Çetiner

  • GamerMenu

  • Porfal.com

  • Ferit Arslan

  • Barış Erel

  • Web Tasarım

  • Fatih Hayrioğlu

  • Gökhan Yüceler

  • LiveGO

  • Coding4Fun

  • Mehmet Bat

Widget

GamerMenu.com  

Archives

  • 2012
  • 2011
  • 2010
  • 2009
  • 2008

Photostream

IBlox Engine

© Copyright 2007-2012 iLyax.