
Read more: West Coats Hackers
This is a mirror of official site: http://jasper-net.blogspot.com/
This is a mirror of official site: http://jasper-net.blogspot.com/


select table_name,column_name from information_schema.columns where columnproperty(object_id(table_name),column_name,'isidentity')=1 order by table_name
select object_name(ac.object_id),so.name from sys.all_columns as ac inner join sys.objects as so on object_name(ac.object_id)=so.name where is_identity=1 and so.type='u'
using IronPython.Hosting; using Microsoft.Scripting.Hosting; namespace IronPythonFileRunner { class Program { static void Main(string[] args) { ScriptRuntimeSetup setup = Python.CreateRuntimeSetup(null); ScriptRuntime runtime = new ScriptRuntime(setup); ScriptEngine engine = Python.GetEngine(runtime); ScriptSource source = engine.CreateScriptSourceFromFile(args[0]); ScriptScope scope = engine.CreateScope(); source.Execute(scope); } } }
I will keep updating the logging providers with the current NH Trunk. When a version if NH3 is tagged I will provide a permanent Download for that particular release.Available Logging Providers
The current release contains log providers for the following logging frameworks.
- Common.Logging 2.0
Common.Logging 2.0 supports several other logging frameworks. So you can use each of them with NHibernate via Common.Logging 2.0 abstraction.


It disables meta data
It disables WSDLIt disables end pointIt prevents meta data publishing
Autometically create End Point
It autometically creates the end point for all contracts using webHttpBindingNo need to call AddServiceEndPoint
Autometically add WebHttpBehaviour
It adds behavior to all end point adding behavior ensures URI+Verb routing will work for all incoming requests
Overviews (100 level)
Scenarios (200 level)
__WebRequestForAuth = HttpWebRequest.Create(this.fullUrl);}
#region Use-Reflection-Magic-To-Tweak-Internals
Type tWebReq = __WebRequestForAuth.GetType();
tWebReq.InvokeMember("Async", BindingFlags.Default | BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.SetProperty, null, __WebRequestForAuth, new object[] { false });
object objServerAuthState = tWebReq.InvokeMember("ServerAuthenticationState", BindingFlags.Default | BindingFlags.NonPublic |
BindingFlags.Instance | BindingFlags.GetProperty, null, __WebRequestForAuth, new object[0]);
if (objServerAuthState == null) throw new ApplicationException("Auth state is null");
Type tAuthState = objServerAuthState.GetType();
tAuthState.InvokeMember("ChallengedUri", BindingFlags.Default | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.SetField, null, objServerAuthState, new object[] { new Uri(this.fullUrl)});
Application.Current.Host.NavigationState = App.Current.Resources["link"].ToString();4) This will help us, get the same results as Response.Rediect without the issue of the page loading twice.Read more: User Interface Support Team Blog
Copyright © 2011 Jasper22.NET | Design by Smashing Wordpress Themes - Blogger templates by Blog and Web